From 27a448b9a64fbeaef4c22bbc76e4dafbdb2730ca Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Thu, 29 Jun 2023 23:31:39 -0400 Subject: [PATCH] chore: generate --- src/grammar.json | 33 +- src/node-types.json | 2 +- src/parser.c | 41184 +++++++++++++++++++++--------------------- 3 files changed, 20685 insertions(+), 20534 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index ef0fb9ec..07b220c3 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -184,15 +184,15 @@ "type": "STRING", "value": "(" }, + { + "type": "SYMBOL", + "name": "import_spec" + }, { "type": "REPEAT", "content": { "type": "SEQ", "members": [ - { - "type": "SYMBOL", - "name": "import_spec" - }, { "type": "CHOICE", "members": [ @@ -205,10 +205,35 @@ "value": ";" } ] + }, + { + "type": "SYMBOL", + "name": "import_spec" } ] } }, + { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\n" + }, + { + "type": "STRING", + "value": ";" + } + ] + }, + { + "type": "BLANK" + } + ] + }, { "type": "STRING", "value": ")" diff --git a/src/node-types.json b/src/node-types.json index 8cffbede..7adac93c 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1355,7 +1355,7 @@ "fields": {}, "children": { "multiple": true, - "required": false, + "required": true, "types": [ { "type": "import_spec", diff --git a/src/parser.c b/src/parser.c index 906d72b1..c738c597 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1368 +#define STATE_COUNT 1376 #define LARGE_STATE_COUNT 27 #define SYMBOL_COUNT 209 #define ALIAS_COUNT 5 @@ -2117,11 +2117,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [10] = 10, [11] = 11, [12] = 11, - [13] = 13, + [13] = 11, [14] = 11, [15] = 11, [16] = 11, - [17] = 11, + [17] = 17, [18] = 11, [19] = 19, [20] = 20, @@ -2133,212 +2133,212 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [26] = 26, [27] = 27, [28] = 28, - [29] = 29, + [29] = 28, [30] = 28, - [31] = 28, + [31] = 31, [32] = 28, [33] = 28, [34] = 28, [35] = 35, [36] = 36, [37] = 36, - [38] = 35, - [39] = 36, - [40] = 35, - [41] = 35, + [38] = 36, + [39] = 35, + [40] = 36, + [41] = 36, [42] = 35, - [43] = 36, + [43] = 35, [44] = 36, - [45] = 36, + [45] = 35, [46] = 35, [47] = 47, [48] = 48, [49] = 49, [50] = 50, [51] = 51, - [52] = 51, - [53] = 50, - [54] = 50, - [55] = 55, - [56] = 56, - [57] = 50, - [58] = 56, - [59] = 56, - [60] = 51, - [61] = 61, - [62] = 56, + [52] = 52, + [53] = 53, + [54] = 52, + [55] = 51, + [56] = 53, + [57] = 52, + [58] = 52, + [59] = 53, + [60] = 60, + [61] = 51, + [62] = 51, [63] = 63, - [64] = 64, - [65] = 51, - [66] = 66, - [67] = 51, - [68] = 56, - [69] = 51, - [70] = 50, - [71] = 56, - [72] = 50, + [64] = 53, + [65] = 52, + [66] = 53, + [67] = 52, + [68] = 53, + [69] = 69, + [70] = 70, + [71] = 51, + [72] = 51, [73] = 73, [74] = 74, [75] = 75, [76] = 76, [77] = 77, [78] = 78, - [79] = 75, + [79] = 79, [80] = 80, [81] = 81, - [82] = 76, - [83] = 83, + [82] = 82, + [83] = 77, [84] = 84, - [85] = 73, - [86] = 80, - [87] = 87, + [85] = 85, + [86] = 86, + [87] = 81, [88] = 88, [89] = 89, - [90] = 90, - [91] = 81, - [92] = 80, - [93] = 73, - [94] = 81, - [95] = 76, - [96] = 75, - [97] = 83, - [98] = 83, - [99] = 99, - [100] = 83, - [101] = 73, - [102] = 81, - [103] = 103, + [90] = 82, + [91] = 85, + [92] = 92, + [93] = 78, + [94] = 77, + [95] = 81, + [96] = 79, + [97] = 81, + [98] = 82, + [99] = 78, + [100] = 79, + [101] = 77, + [102] = 78, + [103] = 85, [104] = 104, - [105] = 105, - [106] = 80, - [107] = 107, - [108] = 76, - [109] = 109, - [110] = 81, - [111] = 76, - [112] = 84, - [113] = 81, - [114] = 75, - [115] = 115, - [116] = 75, - [117] = 76, - [118] = 73, + [105] = 85, + [106] = 85, + [107] = 78, + [108] = 92, + [109] = 82, + [110] = 82, + [111] = 85, + [112] = 112, + [113] = 77, + [114] = 114, + [115] = 79, + [116] = 88, + [117] = 117, + [118] = 118, [119] = 78, - [120] = 77, - [121] = 83, - [122] = 75, - [123] = 83, - [124] = 80, - [125] = 125, - [126] = 80, - [127] = 73, - [128] = 77, - [129] = 78, + [120] = 81, + [121] = 81, + [122] = 82, + [123] = 79, + [124] = 124, + [125] = 118, + [126] = 77, + [127] = 79, + [128] = 118, + [129] = 88, [130] = 130, [131] = 131, [132] = 132, [133] = 133, - [134] = 134, - [135] = 135, - [136] = 130, - [137] = 134, - [138] = 133, - [139] = 132, - [140] = 132, - [141] = 133, - [142] = 142, + [134] = 131, + [135] = 133, + [136] = 136, + [137] = 137, + [138] = 130, + [139] = 139, + [140] = 140, + [141] = 141, + [142] = 133, [143] = 143, - [144] = 132, - [145] = 145, - [146] = 130, - [147] = 131, - [148] = 148, - [149] = 149, - [150] = 150, - [151] = 135, - [152] = 134, - [153] = 133, + [144] = 141, + [145] = 131, + [146] = 146, + [147] = 143, + [148] = 139, + [149] = 140, + [150] = 130, + [151] = 151, + [152] = 136, + [153] = 153, [154] = 154, - [155] = 131, - [156] = 148, - [157] = 142, - [158] = 135, - [159] = 134, - [160] = 133, - [161] = 143, - [162] = 162, - [163] = 163, - [164] = 164, - [165] = 164, - [166] = 148, - [167] = 131, - [168] = 134, - [169] = 143, - [170] = 164, - [171] = 163, - [172] = 135, - [173] = 145, - [174] = 145, - [175] = 175, - [176] = 175, - [177] = 175, - [178] = 142, - [179] = 130, - [180] = 149, - [181] = 164, - [182] = 131, - [183] = 175, - [184] = 132, - [185] = 145, - [186] = 175, - [187] = 148, - [188] = 148, - [189] = 143, - [190] = 163, - [191] = 149, - [192] = 148, - [193] = 143, - [194] = 143, - [195] = 163, - [196] = 196, - [197] = 131, - [198] = 145, - [199] = 130, - [200] = 142, - [201] = 201, - [202] = 133, - [203] = 163, - [204] = 134, - [205] = 135, - [206] = 163, - [207] = 164, - [208] = 135, - [209] = 148, - [210] = 131, - [211] = 145, - [212] = 212, - [213] = 133, - [214] = 134, - [215] = 164, - [216] = 131, - [217] = 175, - [218] = 143, - [219] = 132, - [220] = 135, - [221] = 221, - [222] = 132, - [223] = 142, - [224] = 148, - [225] = 143, - [226] = 132, - [227] = 133, - [228] = 143, - [229] = 135, - [230] = 142, - [231] = 134, - [232] = 164, - [233] = 143, - [234] = 164, + [155] = 155, + [156] = 132, + [157] = 146, + [158] = 158, + [159] = 154, + [160] = 137, + [161] = 130, + [162] = 151, + [163] = 146, + [164] = 139, + [165] = 143, + [166] = 137, + [167] = 141, + [168] = 158, + [169] = 132, + [170] = 170, + [171] = 131, + [172] = 131, + [173] = 141, + [174] = 131, + [175] = 141, + [176] = 176, + [177] = 143, + [178] = 139, + [179] = 151, + [180] = 130, + [181] = 143, + [182] = 139, + [183] = 151, + [184] = 130, + [185] = 185, + [186] = 146, + [187] = 187, + [188] = 146, + [189] = 158, + [190] = 133, + [191] = 133, + [192] = 154, + [193] = 158, + [194] = 132, + [195] = 131, + [196] = 136, + [197] = 151, + [198] = 141, + [199] = 143, + [200] = 139, + [201] = 130, + [202] = 154, + [203] = 132, + [204] = 137, + [205] = 137, + [206] = 158, + [207] = 146, + [208] = 137, + [209] = 146, + [210] = 154, + [211] = 132, + [212] = 146, + [213] = 158, + [214] = 133, + [215] = 158, + [216] = 136, + [217] = 154, + [218] = 139, + [219] = 219, + [220] = 140, + [221] = 130, + [222] = 139, + [223] = 143, + [224] = 158, + [225] = 154, + [226] = 154, + [227] = 143, + [228] = 141, + [229] = 158, + [230] = 158, + [231] = 151, + [232] = 131, + [233] = 141, + [234] = 136, [235] = 235, [236] = 236, [237] = 237, @@ -2389,486 +2389,486 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [282] = 282, [283] = 283, [284] = 284, - [285] = 245, - [286] = 240, - [287] = 246, - [288] = 238, - [289] = 244, - [290] = 243, - [291] = 242, - [292] = 241, - [293] = 249, - [294] = 278, - [295] = 271, - [296] = 281, - [297] = 268, - [298] = 267, - [299] = 270, - [300] = 273, - [301] = 280, - [302] = 255, - [303] = 265, - [304] = 260, - [305] = 282, - [306] = 262, - [307] = 283, - [308] = 258, - [309] = 284, - [310] = 272, - [311] = 279, - [312] = 251, - [313] = 274, - [314] = 254, - [315] = 269, - [316] = 264, - [317] = 266, - [318] = 250, - [319] = 252, - [320] = 257, - [321] = 261, - [322] = 263, - [323] = 253, - [324] = 277, - [325] = 276, - [326] = 259, - [327] = 275, + [285] = 246, + [286] = 241, + [287] = 240, + [288] = 245, + [289] = 238, + [290] = 244, + [291] = 243, + [292] = 242, + [293] = 251, + [294] = 250, + [295] = 282, + [296] = 262, + [297] = 253, + [298] = 257, + [299] = 256, + [300] = 272, + [301] = 252, + [302] = 277, + [303] = 255, + [304] = 247, + [305] = 268, + [306] = 258, + [307] = 263, + [308] = 267, + [309] = 259, + [310] = 271, + [311] = 261, + [312] = 266, + [313] = 273, + [314] = 265, + [315] = 276, + [316] = 269, + [317] = 284, + [318] = 264, + [319] = 278, + [320] = 260, + [321] = 275, + [322] = 270, + [323] = 254, + [324] = 279, + [325] = 280, + [326] = 283, + [327] = 281, [328] = 238, - [329] = 244, - [330] = 243, - [331] = 242, + [329] = 243, + [330] = 245, + [331] = 331, [332] = 246, - [333] = 245, - [334] = 241, - [335] = 335, - [336] = 249, - [337] = 268, + [333] = 241, + [334] = 242, + [335] = 244, + [336] = 251, + [337] = 337, [338] = 273, - [339] = 250, - [340] = 266, - [341] = 252, - [342] = 269, - [343] = 267, - [344] = 274, - [345] = 275, - [346] = 279, - [347] = 276, - [348] = 277, - [349] = 278, - [350] = 265, - [351] = 254, - [352] = 261, - [353] = 353, - [354] = 251, - [355] = 271, - [356] = 262, - [357] = 255, - [358] = 259, - [359] = 260, - [360] = 284, - [361] = 264, - [362] = 353, - [363] = 258, - [364] = 364, - [365] = 253, - [366] = 270, - [367] = 257, - [368] = 283, - [369] = 263, - [370] = 280, - [371] = 282, - [372] = 272, - [373] = 281, - [374] = 245, - [375] = 246, - [376] = 376, - [377] = 353, - [378] = 238, - [379] = 353, - [380] = 249, - [381] = 381, - [382] = 255, - [383] = 252, - [384] = 278, + [339] = 280, + [340] = 265, + [341] = 253, + [342] = 342, + [343] = 277, + [344] = 279, + [345] = 266, + [346] = 276, + [347] = 254, + [348] = 337, + [349] = 262, + [350] = 270, + [351] = 250, + [352] = 284, + [353] = 263, + [354] = 272, + [355] = 282, + [356] = 256, + [357] = 247, + [358] = 255, + [359] = 275, + [360] = 268, + [361] = 267, + [362] = 252, + [363] = 257, + [364] = 260, + [365] = 269, + [366] = 261, + [367] = 258, + [368] = 259, + [369] = 278, + [370] = 264, + [371] = 281, + [372] = 271, + [373] = 283, + [374] = 246, + [375] = 245, + [376] = 337, + [377] = 251, + [378] = 378, + [379] = 379, + [380] = 337, + [381] = 238, + [382] = 258, + [383] = 253, + [384] = 252, [385] = 272, - [386] = 258, - [387] = 281, - [388] = 282, - [389] = 265, - [390] = 280, - [391] = 251, - [392] = 392, - [393] = 262, - [394] = 283, - [395] = 268, - [396] = 277, - [397] = 271, - [398] = 259, - [399] = 254, - [400] = 276, - [401] = 260, - [402] = 264, - [403] = 270, - [404] = 253, - [405] = 273, - [406] = 284, - [407] = 257, - [408] = 408, - [409] = 250, - [410] = 275, - [411] = 274, - [412] = 261, - [413] = 269, - [414] = 266, - [415] = 267, - [416] = 263, - [417] = 279, - [418] = 241, - [419] = 244, + [386] = 256, + [387] = 387, + [388] = 257, + [389] = 262, + [390] = 277, + [391] = 247, + [392] = 268, + [393] = 255, + [394] = 259, + [395] = 271, + [396] = 273, + [397] = 264, + [398] = 278, + [399] = 260, + [400] = 275, + [401] = 282, + [402] = 270, + [403] = 254, + [404] = 279, + [405] = 280, + [406] = 281, + [407] = 283, + [408] = 284, + [409] = 269, + [410] = 276, + [411] = 265, + [412] = 266, + [413] = 261, + [414] = 267, + [415] = 263, + [416] = 250, + [417] = 417, + [418] = 337, + [419] = 419, [420] = 238, - [421] = 421, - [422] = 353, - [423] = 353, + [421] = 243, + [422] = 244, + [423] = 241, [424] = 424, [425] = 425, [426] = 426, [427] = 242, [428] = 428, - [429] = 243, - [430] = 428, + [429] = 337, + [430] = 430, [431] = 244, [432] = 432, - [433] = 433, - [434] = 245, - [435] = 433, + [433] = 419, + [434] = 434, + [435] = 434, [436] = 436, - [437] = 433, - [438] = 438, - [439] = 432, - [440] = 335, - [441] = 441, - [442] = 442, - [443] = 426, - [444] = 436, - [445] = 424, - [446] = 241, - [447] = 438, - [448] = 436, - [449] = 238, - [450] = 441, - [451] = 246, - [452] = 242, - [453] = 243, - [454] = 432, - [455] = 441, - [456] = 438, - [457] = 457, - [458] = 249, - [459] = 243, - [460] = 244, - [461] = 461, - [462] = 245, - [463] = 463, - [464] = 392, - [465] = 335, - [466] = 457, + [437] = 238, + [438] = 430, + [439] = 439, + [440] = 436, + [441] = 331, + [442] = 425, + [443] = 243, + [444] = 428, + [445] = 242, + [446] = 436, + [447] = 434, + [448] = 241, + [449] = 439, + [450] = 430, + [451] = 432, + [452] = 452, + [453] = 432, + [454] = 245, + [455] = 246, + [456] = 439, + [457] = 245, + [458] = 458, + [459] = 458, + [460] = 246, + [461] = 458, + [462] = 387, + [463] = 251, + [464] = 387, + [465] = 331, + [466] = 466, [467] = 467, - [468] = 242, - [469] = 392, - [470] = 467, - [471] = 241, - [472] = 457, - [473] = 463, - [474] = 467, - [475] = 392, - [476] = 476, - [477] = 477, - [478] = 478, - [479] = 479, - [480] = 392, - [481] = 392, - [482] = 246, - [483] = 267, - [484] = 260, - [485] = 273, - [486] = 486, - [487] = 255, - [488] = 261, - [489] = 263, - [490] = 490, - [491] = 238, - [492] = 258, - [493] = 266, - [494] = 486, - [495] = 279, - [496] = 496, - [497] = 250, - [498] = 278, + [468] = 468, + [469] = 387, + [470] = 470, + [471] = 471, + [472] = 466, + [473] = 473, + [474] = 474, + [475] = 241, + [476] = 387, + [477] = 242, + [478] = 387, + [479] = 467, + [480] = 243, + [481] = 466, + [482] = 244, + [483] = 269, + [484] = 261, + [485] = 280, + [486] = 281, + [487] = 283, + [488] = 238, + [489] = 256, + [490] = 284, + [491] = 257, + [492] = 247, + [493] = 272, + [494] = 494, + [495] = 495, + [496] = 276, + [497] = 259, + [498] = 495, [499] = 265, - [500] = 486, - [501] = 271, - [502] = 502, - [503] = 259, - [504] = 486, - [505] = 425, - [506] = 270, - [507] = 507, - [508] = 253, - [509] = 257, - [510] = 486, - [511] = 252, - [512] = 264, - [513] = 254, - [514] = 283, - [515] = 249, - [516] = 269, - [517] = 282, - [518] = 268, - [519] = 274, - [520] = 280, - [521] = 284, - [522] = 275, - [523] = 238, - [524] = 486, - [525] = 251, - [526] = 272, - [527] = 276, - [528] = 277, - [529] = 281, - [530] = 262, - [531] = 251, - [532] = 532, - [533] = 253, - [534] = 534, + [500] = 279, + [501] = 495, + [502] = 254, + [503] = 266, + [504] = 238, + [505] = 262, + [506] = 495, + [507] = 495, + [508] = 270, + [509] = 282, + [510] = 267, + [511] = 277, + [512] = 263, + [513] = 250, + [514] = 426, + [515] = 275, + [516] = 260, + [517] = 517, + [518] = 278, + [519] = 264, + [520] = 520, + [521] = 273, + [522] = 495, + [523] = 253, + [524] = 271, + [525] = 525, + [526] = 268, + [527] = 255, + [528] = 258, + [529] = 251, + [530] = 252, + [531] = 270, + [532] = 281, + [533] = 278, + [534] = 257, [535] = 535, - [536] = 535, - [537] = 537, - [538] = 538, - [539] = 539, - [540] = 260, - [541] = 259, - [542] = 268, - [543] = 538, - [544] = 271, - [545] = 241, - [546] = 284, - [547] = 264, - [548] = 242, - [549] = 244, - [550] = 243, - [551] = 244, - [552] = 254, - [553] = 265, - [554] = 554, - [555] = 278, - [556] = 257, - [557] = 539, - [558] = 283, - [559] = 258, - [560] = 282, - [561] = 238, - [562] = 255, - [563] = 539, - [564] = 281, - [565] = 565, - [566] = 272, - [567] = 280, - [568] = 262, - [569] = 569, - [570] = 277, - [571] = 535, - [572] = 243, - [573] = 573, - [574] = 270, - [575] = 242, - [576] = 273, - [577] = 241, - [578] = 578, - [579] = 276, - [580] = 250, - [581] = 425, - [582] = 275, - [583] = 274, - [584] = 269, - [585] = 252, - [586] = 279, - [587] = 263, - [588] = 267, - [589] = 266, - [590] = 261, - [591] = 538, - [592] = 592, + [536] = 256, + [537] = 272, + [538] = 252, + [539] = 282, + [540] = 238, + [541] = 255, + [542] = 275, + [543] = 264, + [544] = 241, + [545] = 242, + [546] = 243, + [547] = 547, + [548] = 244, + [549] = 549, + [550] = 550, + [551] = 260, + [552] = 552, + [553] = 273, + [554] = 549, + [555] = 549, + [556] = 254, + [557] = 271, + [558] = 279, + [559] = 559, + [560] = 560, + [561] = 561, + [562] = 552, + [563] = 563, + [564] = 280, + [565] = 283, + [566] = 552, + [567] = 259, + [568] = 568, + [569] = 559, + [570] = 284, + [571] = 571, + [572] = 262, + [573] = 269, + [574] = 559, + [575] = 253, + [576] = 276, + [577] = 244, + [578] = 258, + [579] = 277, + [580] = 265, + [581] = 243, + [582] = 266, + [583] = 250, + [584] = 261, + [585] = 426, + [586] = 242, + [587] = 247, + [588] = 268, + [589] = 241, + [590] = 267, + [591] = 263, + [592] = 331, [593] = 593, - [594] = 594, + [594] = 593, [595] = 595, [596] = 596, - [597] = 593, + [597] = 597, [598] = 598, - [599] = 335, - [600] = 598, - [601] = 596, - [602] = 594, - [603] = 593, + [599] = 595, + [600] = 600, + [601] = 597, + [602] = 602, + [603] = 331, [604] = 604, [605] = 605, - [606] = 335, - [607] = 598, - [608] = 608, - [609] = 609, - [610] = 594, - [611] = 611, - [612] = 612, - [613] = 594, + [606] = 606, + [607] = 602, + [608] = 593, + [609] = 597, + [610] = 605, + [611] = 605, + [612] = 593, + [613] = 595, [614] = 593, - [615] = 594, - [616] = 593, - [617] = 593, - [618] = 594, - [619] = 461, - [620] = 596, - [621] = 608, - [622] = 596, - [623] = 598, - [624] = 596, - [625] = 625, - [626] = 592, - [627] = 608, - [628] = 598, - [629] = 629, - [630] = 598, - [631] = 592, - [632] = 596, + [615] = 595, + [616] = 616, + [617] = 617, + [618] = 602, + [619] = 602, + [620] = 602, + [621] = 617, + [622] = 473, + [623] = 623, + [624] = 597, + [625] = 617, + [626] = 595, + [627] = 602, + [628] = 597, + [629] = 595, + [630] = 630, + [631] = 597, + [632] = 593, [633] = 633, [634] = 634, [635] = 635, - [636] = 635, - [637] = 635, + [636] = 636, + [637] = 637, [638] = 638, - [639] = 639, + [639] = 638, [640] = 640, [641] = 641, [642] = 642, - [643] = 638, - [644] = 633, - [645] = 642, + [643] = 643, + [644] = 635, + [645] = 645, [646] = 646, - [647] = 638, - [648] = 642, - [649] = 646, - [650] = 638, + [647] = 640, + [648] = 648, + [649] = 636, + [650] = 641, [651] = 651, - [652] = 652, - [653] = 653, - [654] = 642, - [655] = 646, + [652] = 637, + [653] = 637, + [654] = 654, + [655] = 655, [656] = 656, - [657] = 657, + [657] = 637, [658] = 640, - [659] = 641, + [659] = 659, [660] = 641, - [661] = 653, - [662] = 662, - [663] = 638, - [664] = 646, - [665] = 651, - [666] = 653, - [667] = 662, - [668] = 668, - [669] = 669, - [670] = 642, - [671] = 634, - [672] = 672, + [661] = 646, + [662] = 638, + [663] = 645, + [664] = 654, + [665] = 665, + [666] = 648, + [667] = 667, + [668] = 648, + [669] = 659, + [670] = 670, + [671] = 671, + [672] = 638, [673] = 673, [674] = 674, - [675] = 635, - [676] = 639, - [677] = 669, - [678] = 674, - [679] = 673, - [680] = 646, - [681] = 662, - [682] = 639, - [683] = 633, - [684] = 635, - [685] = 634, - [686] = 686, - [687] = 687, - [688] = 674, - [689] = 634, - [690] = 656, - [691] = 657, - [692] = 669, - [693] = 672, - [694] = 641, - [695] = 646, - [696] = 653, - [697] = 697, - [698] = 662, - [699] = 699, - [700] = 700, - [701] = 669, - [702] = 673, - [703] = 634, - [704] = 674, - [705] = 662, - [706] = 653, - [707] = 672, - [708] = 639, - [709] = 641, + [675] = 659, + [676] = 676, + [677] = 655, + [678] = 678, + [679] = 679, + [680] = 667, + [681] = 670, + [682] = 655, + [683] = 665, + [684] = 645, + [685] = 645, + [686] = 654, + [687] = 638, + [688] = 655, + [689] = 635, + [690] = 635, + [691] = 641, + [692] = 637, + [693] = 671, + [694] = 655, + [695] = 695, + [696] = 651, + [697] = 665, + [698] = 654, + [699] = 659, + [700] = 640, + [701] = 654, + [702] = 648, + [703] = 670, + [704] = 640, + [705] = 648, + [706] = 706, + [707] = 706, + [708] = 635, + [709] = 651, [710] = 710, - [711] = 633, - [712] = 712, - [713] = 713, - [714] = 640, - [715] = 673, + [711] = 635, + [712] = 646, + [713] = 646, + [714] = 667, + [715] = 706, [716] = 716, - [717] = 639, - [718] = 718, - [719] = 633, - [720] = 669, - [721] = 699, - [722] = 638, - [723] = 673, - [724] = 657, - [725] = 725, - [726] = 674, - [727] = 727, - [728] = 656, - [729] = 461, - [730] = 634, - [731] = 642, - [732] = 656, - [733] = 674, - [734] = 657, - [735] = 735, - [736] = 651, - [737] = 641, - [738] = 653, - [739] = 662, - [740] = 669, - [741] = 741, - [742] = 639, - [743] = 699, - [744] = 657, - [745] = 656, - [746] = 656, - [747] = 633, - [748] = 673, - [749] = 635, - [750] = 657, + [717] = 654, + [718] = 670, + [719] = 665, + [720] = 659, + [721] = 721, + [722] = 722, + [723] = 646, + [724] = 651, + [725] = 659, + [726] = 678, + [727] = 637, + [728] = 670, + [729] = 641, + [730] = 678, + [731] = 678, + [732] = 645, + [733] = 636, + [734] = 473, + [735] = 640, + [736] = 638, + [737] = 645, + [738] = 665, + [739] = 648, + [740] = 651, + [741] = 651, + [742] = 646, + [743] = 671, + [744] = 641, + [745] = 665, + [746] = 746, + [747] = 678, + [748] = 670, + [749] = 655, + [750] = 678, [751] = 751, [752] = 752, [753] = 753, [754] = 754, [755] = 755, [756] = 756, - [757] = 752, + [757] = 754, [758] = 753, - [759] = 755, + [759] = 752, [760] = 760, - [761] = 754, - [762] = 753, + [761] = 755, + [762] = 752, [763] = 755, - [764] = 752, + [764] = 753, [765] = 754, [766] = 766, [767] = 767, @@ -2877,27 +2877,27 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [770] = 770, [771] = 771, [772] = 772, - [773] = 773, + [773] = 772, [774] = 769, - [775] = 769, - [776] = 773, - [777] = 777, - [778] = 760, + [775] = 775, + [776] = 760, + [777] = 769, + [778] = 778, [779] = 779, [780] = 780, - [781] = 780, - [782] = 782, + [781] = 781, + [782] = 779, [783] = 783, [784] = 784, [785] = 785, [786] = 786, [787] = 787, - [788] = 773, + [788] = 788, [789] = 789, [790] = 790, [791] = 791, [792] = 792, - [793] = 793, + [793] = 772, [794] = 794, [795] = 795, [796] = 796, @@ -2909,7 +2909,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [802] = 802, [803] = 803, [804] = 804, - [805] = 773, + [805] = 805, [806] = 806, [807] = 807, [808] = 808, @@ -2919,134 +2919,134 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [812] = 812, [813] = 813, [814] = 814, - [815] = 815, + [815] = 772, [816] = 816, - [817] = 780, - [818] = 780, - [819] = 819, + [817] = 817, + [818] = 779, + [819] = 817, [820] = 820, - [821] = 821, - [822] = 820, - [823] = 823, - [824] = 824, - [825] = 824, - [826] = 819, - [827] = 809, - [828] = 813, - [829] = 812, - [830] = 802, - [831] = 811, - [832] = 814, + [821] = 779, + [822] = 816, + [823] = 794, + [824] = 811, + [825] = 825, + [826] = 826, + [827] = 827, + [828] = 806, + [829] = 825, + [830] = 805, + [831] = 796, + [832] = 807, [833] = 808, - [834] = 801, - [835] = 835, - [836] = 800, - [837] = 816, - [838] = 838, - [839] = 806, - [840] = 795, - [841] = 803, - [842] = 799, - [843] = 796, - [844] = 844, - [845] = 793, - [846] = 792, - [847] = 797, - [848] = 783, - [849] = 849, - [850] = 787, - [851] = 791, - [852] = 786, - [853] = 785, - [854] = 790, - [855] = 804, - [856] = 794, - [857] = 798, - [858] = 815, - [859] = 789, - [860] = 773, - [861] = 773, - [862] = 766, + [834] = 783, + [835] = 802, + [836] = 791, + [837] = 809, + [838] = 813, + [839] = 839, + [840] = 840, + [841] = 798, + [842] = 814, + [843] = 810, + [844] = 790, + [845] = 785, + [846] = 789, + [847] = 827, + [848] = 786, + [849] = 800, + [850] = 804, + [851] = 803, + [852] = 852, + [853] = 795, + [854] = 784, + [855] = 797, + [856] = 799, + [857] = 812, + [858] = 792, + [859] = 772, + [860] = 772, + [861] = 861, + [862] = 861, [863] = 863, - [864] = 864, + [864] = 766, [865] = 865, - [866] = 866, + [866] = 779, [867] = 867, [868] = 868, - [869] = 869, + [869] = 779, [870] = 870, [871] = 871, - [872] = 872, - [873] = 780, + [872] = 767, + [873] = 873, [874] = 874, - [875] = 865, - [876] = 767, - [877] = 780, - [878] = 878, - [879] = 809, + [875] = 875, + [876] = 876, + [877] = 877, + [878] = 876, + [879] = 879, [880] = 880, - [881] = 881, + [881] = 804, [882] = 882, - [883] = 798, - [884] = 815, - [885] = 785, - [886] = 767, - [887] = 887, - [888] = 790, - [889] = 789, - [890] = 890, - [891] = 804, - [892] = 838, - [893] = 893, + [883] = 883, + [884] = 884, + [885] = 800, + [886] = 806, + [887] = 810, + [888] = 789, + [889] = 889, + [890] = 809, + [891] = 796, + [892] = 808, + [893] = 805, [894] = 894, [895] = 895, - [896] = 786, - [897] = 897, - [898] = 838, - [899] = 791, - [900] = 787, + [896] = 896, + [897] = 786, + [898] = 898, + [899] = 839, + [900] = 794, [901] = 901, - [902] = 838, - [903] = 792, - [904] = 904, - [905] = 905, - [906] = 783, - [907] = 793, - [908] = 795, + [902] = 902, + [903] = 839, + [904] = 807, + [905] = 795, + [906] = 906, + [907] = 797, + [908] = 792, [909] = 909, [910] = 910, - [911] = 911, - [912] = 797, - [913] = 800, - [914] = 794, - [915] = 796, + [911] = 839, + [912] = 798, + [913] = 766, + [914] = 784, + [915] = 790, [916] = 799, - [917] = 917, - [918] = 803, - [919] = 806, - [920] = 766, - [921] = 813, - [922] = 838, + [917] = 802, + [918] = 839, + [919] = 919, + [920] = 803, + [921] = 812, + [922] = 922, [923] = 923, - [924] = 816, - [925] = 814, + [924] = 924, + [925] = 767, [926] = 926, - [927] = 801, - [928] = 928, - [929] = 802, - [930] = 808, + [927] = 783, + [928] = 811, + [929] = 813, + [930] = 791, [931] = 931, [932] = 932, [933] = 933, [934] = 934, [935] = 935, - [936] = 812, - [937] = 838, - [938] = 938, - [939] = 811, - [940] = 940, + [936] = 936, + [937] = 937, + [938] = 814, + [939] = 839, + [940] = 816, [941] = 941, - [942] = 942, + [942] = 785, [943] = 943, [944] = 944, [945] = 945, @@ -3066,7 +3066,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [959] = 959, [960] = 960, [961] = 961, - [962] = 962, + [962] = 901, [963] = 963, [964] = 964, [965] = 965, @@ -3074,12 +3074,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [967] = 967, [968] = 968, [969] = 969, - [970] = 970, + [970] = 898, [971] = 971, [972] = 972, [973] = 973, - [974] = 946, - [975] = 910, + [974] = 974, + [975] = 975, [976] = 976, [977] = 977, [978] = 978, @@ -3097,11 +3097,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [990] = 990, [991] = 991, [992] = 992, - [993] = 993, + [993] = 952, [994] = 994, [995] = 995, [996] = 996, - [997] = 934, + [997] = 997, [998] = 998, [999] = 999, [1000] = 1000, @@ -3109,101 +3109,101 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1002] = 1002, [1003] = 1003, [1004] = 1004, - [1005] = 905, + [1005] = 937, [1006] = 1006, [1007] = 1007, [1008] = 1008, [1009] = 1009, - [1010] = 1010, - [1011] = 980, + [1010] = 867, + [1011] = 1011, [1012] = 1012, [1013] = 1013, - [1014] = 870, - [1015] = 972, + [1014] = 1014, + [1015] = 1015, [1016] = 1016, [1017] = 1017, - [1018] = 1018, + [1018] = 1011, [1019] = 1019, [1020] = 1020, - [1021] = 957, - [1022] = 1017, - [1023] = 1012, - [1024] = 1017, - [1025] = 1025, + [1021] = 1021, + [1022] = 1022, + [1023] = 1014, + [1024] = 867, + [1025] = 1020, [1026] = 1026, - [1027] = 863, - [1028] = 864, - [1029] = 1017, + [1027] = 980, + [1028] = 1019, + [1029] = 879, [1030] = 1030, - [1031] = 1008, + [1031] = 877, [1032] = 1032, - [1033] = 1026, + [1033] = 1033, [1034] = 1034, - [1035] = 870, - [1036] = 1025, - [1037] = 1012, + [1035] = 1020, + [1036] = 1008, + [1037] = 1037, [1038] = 1038, - [1039] = 864, - [1040] = 863, - [1041] = 1025, + [1039] = 1019, + [1040] = 877, + [1041] = 1020, [1042] = 1026, - [1043] = 863, - [1044] = 1044, - [1045] = 864, + [1043] = 879, + [1044] = 877, + [1045] = 1045, [1046] = 1046, - [1047] = 1030, + [1047] = 1019, [1048] = 1017, - [1049] = 1049, - [1050] = 1050, + [1049] = 986, + [1050] = 1017, [1051] = 1051, [1052] = 1052, - [1053] = 1053, - [1054] = 1054, - [1055] = 870, - [1056] = 1012, - [1057] = 1008, - [1058] = 1026, + [1053] = 1022, + [1054] = 879, + [1055] = 1055, + [1056] = 1056, + [1057] = 1057, + [1058] = 867, [1059] = 1059, - [1060] = 1034, - [1061] = 1025, - [1062] = 1026, - [1063] = 1025, - [1064] = 863, - [1065] = 864, - [1066] = 1066, + [1060] = 1060, + [1061] = 1061, + [1062] = 1011, + [1063] = 1038, + [1064] = 1064, + [1065] = 951, + [1066] = 1011, [1067] = 1067, - [1068] = 1017, - [1069] = 1069, - [1070] = 870, - [1071] = 1071, - [1072] = 1012, - [1073] = 870, - [1074] = 1012, - [1075] = 1046, - [1076] = 1026, - [1077] = 1034, - [1078] = 1044, - [1079] = 1025, - [1080] = 1044, - [1081] = 1081, - [1082] = 1046, - [1083] = 1017, - [1084] = 1084, - [1085] = 1085, - [1086] = 1086, - [1087] = 1087, - [1088] = 1020, - [1089] = 1012, - [1090] = 864, - [1091] = 863, - [1092] = 1092, - [1093] = 1030, + [1068] = 1034, + [1069] = 867, + [1070] = 1011, + [1071] = 867, + [1072] = 1072, + [1073] = 1073, + [1074] = 1015, + [1075] = 1075, + [1076] = 1076, + [1077] = 1077, + [1078] = 1064, + [1079] = 1017, + [1080] = 1017, + [1081] = 877, + [1082] = 1011, + [1083] = 879, + [1084] = 1020, + [1085] = 1038, + [1086] = 1008, + [1087] = 1019, + [1088] = 1088, + [1089] = 1017, + [1090] = 1019, + [1091] = 1026, + [1092] = 1020, + [1093] = 1017, [1094] = 1094, - [1095] = 1095, - [1096] = 1096, - [1097] = 1097, - [1098] = 1098, - [1099] = 250, + [1095] = 1014, + [1096] = 1022, + [1097] = 877, + [1098] = 879, + [1099] = 1011, [1100] = 1100, [1101] = 1101, [1102] = 1102, @@ -3211,267 +3211,275 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1104] = 1104, [1105] = 1105, [1106] = 1106, - [1107] = 1107, + [1107] = 779, [1108] = 1108, [1109] = 1109, - [1110] = 1110, + [1110] = 1106, [1111] = 1111, [1112] = 1112, - [1113] = 1111, + [1113] = 1113, [1114] = 1114, - [1115] = 1107, - [1116] = 1116, - [1117] = 1117, + [1115] = 1115, + [1116] = 1109, + [1117] = 1100, [1118] = 1118, - [1119] = 1119, - [1120] = 1120, + [1119] = 250, + [1120] = 1103, [1121] = 1121, - [1122] = 766, - [1123] = 767, + [1122] = 1122, + [1123] = 1113, [1124] = 1105, [1125] = 1125, - [1126] = 780, + [1126] = 1126, [1127] = 1127, [1128] = 1112, - [1129] = 284, + [1129] = 1129, [1130] = 1130, [1131] = 1131, - [1132] = 1098, + [1132] = 1132, [1133] = 1133, - [1134] = 1134, - [1135] = 268, + [1134] = 1131, + [1135] = 1135, [1136] = 1136, - [1137] = 1125, + [1137] = 1137, [1138] = 1138, - [1139] = 1121, - [1140] = 1117, - [1141] = 1111, + [1139] = 1136, + [1140] = 1140, + [1141] = 1141, [1142] = 1142, - [1143] = 1143, + [1143] = 253, [1144] = 1144, - [1145] = 1109, - [1146] = 1106, - [1147] = 1106, + [1145] = 1145, + [1146] = 766, + [1147] = 1147, [1148] = 1148, - [1149] = 1149, + [1149] = 247, [1150] = 1150, [1151] = 1151, [1152] = 1109, - [1153] = 1153, - [1154] = 1111, - [1155] = 1155, + [1153] = 1151, + [1154] = 1125, + [1155] = 1122, [1156] = 1156, - [1157] = 1109, - [1158] = 1125, - [1159] = 1121, - [1160] = 766, - [1161] = 1117, - [1162] = 1117, - [1163] = 1119, - [1164] = 1109, - [1165] = 1165, - [1166] = 251, - [1167] = 1111, - [1168] = 1121, - [1169] = 1111, + [1157] = 1105, + [1158] = 1106, + [1159] = 1103, + [1160] = 1112, + [1161] = 1161, + [1162] = 1162, + [1163] = 1115, + [1164] = 1164, + [1165] = 1105, + [1166] = 1112, + [1167] = 1122, + [1168] = 1168, + [1169] = 1103, [1170] = 1170, - [1171] = 1171, - [1172] = 1117, - [1173] = 1173, - [1174] = 1121, - [1175] = 1109, - [1176] = 1176, - [1177] = 1112, - [1178] = 1125, - [1179] = 1179, + [1171] = 1106, + [1172] = 1172, + [1173] = 1113, + [1174] = 1109, + [1175] = 766, + [1176] = 1109, + [1177] = 1177, + [1178] = 1103, + [1179] = 1103, [1180] = 1180, - [1181] = 1181, - [1182] = 1182, + [1181] = 1105, + [1182] = 1106, [1183] = 1183, - [1184] = 1117, - [1185] = 1185, - [1186] = 1186, + [1184] = 1184, + [1185] = 1112, + [1186] = 1112, [1187] = 1187, - [1188] = 1119, - [1189] = 1121, - [1190] = 1125, - [1191] = 1125, - [1192] = 1192, + [1188] = 1151, + [1189] = 1189, + [1190] = 1190, + [1191] = 252, + [1192] = 1106, [1193] = 1193, - [1194] = 1194, - [1195] = 1195, + [1194] = 767, + [1195] = 1140, [1196] = 1196, - [1197] = 1110, + [1197] = 1197, [1198] = 1198, [1199] = 1199, - [1200] = 1200, - [1201] = 1200, + [1200] = 1105, + [1201] = 1201, [1202] = 1202, [1203] = 1203, [1204] = 1204, [1205] = 1205, - [1206] = 1206, - [1207] = 1202, + [1206] = 1109, + [1207] = 1207, [1208] = 1208, [1209] = 1209, - [1210] = 1200, - [1211] = 1211, + [1210] = 1208, + [1211] = 1208, [1212] = 1212, [1213] = 1213, - [1214] = 1200, - [1215] = 1198, - [1216] = 1200, + [1214] = 1214, + [1215] = 1208, + [1216] = 1216, [1217] = 1217, - [1218] = 1198, - [1219] = 1196, - [1220] = 1204, - [1221] = 1221, - [1222] = 1213, - [1223] = 1206, - [1224] = 1203, - [1225] = 1208, - [1226] = 1226, - [1227] = 1187, - [1228] = 1198, - [1229] = 1200, + [1218] = 1218, + [1219] = 1219, + [1220] = 1220, + [1221] = 1208, + [1222] = 1222, + [1223] = 1223, + [1224] = 1224, + [1225] = 1225, + [1226] = 1214, + [1227] = 1213, + [1228] = 1208, + [1229] = 1212, [1230] = 1213, - [1231] = 1208, + [1231] = 1231, [1232] = 1232, [1233] = 1233, - [1234] = 1186, - [1235] = 1199, - [1236] = 1236, - [1237] = 1203, - [1238] = 1153, + [1234] = 1234, + [1235] = 1201, + [1236] = 1197, + [1237] = 1219, + [1238] = 1238, [1239] = 1239, - [1240] = 1240, - [1241] = 1241, + [1240] = 1223, + [1241] = 1225, [1242] = 1242, - [1243] = 1206, - [1244] = 1202, - [1245] = 1142, - [1246] = 1246, - [1247] = 1247, + [1243] = 1238, + [1244] = 1244, + [1245] = 1245, + [1246] = 1223, + [1247] = 1190, [1248] = 1248, - [1249] = 1202, - [1250] = 1199, - [1251] = 1203, - [1252] = 1213, - [1253] = 1253, - [1254] = 1254, - [1255] = 1203, - [1256] = 1206, + [1249] = 1249, + [1250] = 1224, + [1251] = 1234, + [1252] = 1224, + [1253] = 1212, + [1254] = 1232, + [1255] = 1255, + [1256] = 1225, [1257] = 1257, - [1258] = 1208, + [1258] = 1258, [1259] = 1138, - [1260] = 1206, - [1261] = 1233, - [1262] = 1213, - [1263] = 1176, - [1264] = 1208, - [1265] = 1265, - [1266] = 1202, - [1267] = 1196, - [1268] = 1268, - [1269] = 1208, - [1270] = 986, - [1271] = 1104, - [1272] = 1199, - [1273] = 1206, - [1274] = 1199, - [1275] = 1120, - [1276] = 1198, - [1277] = 1108, + [1260] = 1224, + [1261] = 1223, + [1262] = 1262, + [1263] = 1212, + [1264] = 1213, + [1265] = 1213, + [1266] = 1144, + [1267] = 1219, + [1268] = 1145, + [1269] = 1232, + [1270] = 1234, + [1271] = 1219, + [1272] = 1272, + [1273] = 1273, + [1274] = 1212, + [1275] = 1275, + [1276] = 1219, + [1277] = 1223, [1278] = 1278, - [1279] = 1203, - [1280] = 1199, - [1281] = 1198, - [1282] = 985, - [1283] = 1283, - [1284] = 984, - [1285] = 1285, - [1286] = 1286, - [1287] = 1144, - [1288] = 1149, - [1289] = 1150, - [1290] = 1204, - [1291] = 1213, - [1292] = 948, - [1293] = 1202, - [1294] = 945, - [1295] = 1295, - [1296] = 1296, - [1297] = 1297, - [1298] = 1298, - [1299] = 1299, - [1300] = 1300, - [1301] = 1301, - [1302] = 1301, + [1279] = 1213, + [1280] = 1234, + [1281] = 1224, + [1282] = 1234, + [1283] = 1219, + [1284] = 963, + [1285] = 1212, + [1286] = 1168, + [1287] = 1161, + [1288] = 1164, + [1289] = 1289, + [1290] = 1223, + [1291] = 1148, + [1292] = 987, + [1293] = 985, + [1294] = 1225, + [1295] = 1225, + [1296] = 1214, + [1297] = 1224, + [1298] = 1234, + [1299] = 1225, + [1300] = 958, + [1301] = 955, + [1302] = 1142, [1303] = 1303, [1304] = 1304, [1305] = 1305, [1306] = 1306, [1307] = 1307, - [1308] = 1304, - [1309] = 1309, - [1310] = 1310, + [1308] = 1307, + [1309] = 1305, + [1310] = 1307, [1311] = 1311, - [1312] = 1297, - [1313] = 1297, - [1314] = 1314, - [1315] = 1299, + [1312] = 1312, + [1313] = 1305, + [1314] = 1305, + [1315] = 1315, [1316] = 1316, - [1317] = 1304, - [1318] = 1301, - [1319] = 1319, + [1317] = 1307, + [1318] = 1318, + [1319] = 1304, [1320] = 1320, - [1321] = 1301, - [1322] = 1304, - [1323] = 1323, - [1324] = 1316, + [1321] = 1321, + [1322] = 1316, + [1323] = 1306, + [1324] = 1324, [1325] = 1325, - [1326] = 1314, - [1327] = 1316, - [1328] = 1328, + [1326] = 1326, + [1327] = 1327, + [1328] = 1304, [1329] = 1329, - [1330] = 1310, - [1331] = 1331, + [1330] = 1330, + [1331] = 1326, [1332] = 1332, [1333] = 1333, - [1334] = 1314, + [1334] = 1334, [1335] = 1335, - [1336] = 1309, - [1337] = 1337, - [1338] = 1296, - [1339] = 1296, - [1340] = 1297, + [1336] = 1334, + [1337] = 1326, + [1338] = 1338, + [1339] = 1326, + [1340] = 1340, [1341] = 1341, - [1342] = 1342, - [1343] = 1316, - [1344] = 1344, + [1342] = 1305, + [1343] = 1334, + [1344] = 1307, [1345] = 1345, - [1346] = 1309, + [1346] = 1346, [1347] = 1347, - [1348] = 1316, - [1349] = 1301, + [1348] = 1348, + [1349] = 1349, [1350] = 1350, - [1351] = 1299, + [1351] = 1351, [1352] = 1352, - [1353] = 1304, - [1354] = 1350, - [1355] = 1297, - [1356] = 1301, - [1357] = 1297, - [1358] = 1304, + [1353] = 1332, + [1354] = 1326, + [1355] = 1355, + [1356] = 1332, + [1357] = 1357, + [1358] = 1306, [1359] = 1316, - [1360] = 1360, - [1361] = 1361, - [1362] = 1319, - [1363] = 1301, - [1364] = 1350, - [1365] = 1350, - [1366] = 1350, - [1367] = 1350, + [1360] = 1349, + [1361] = 1334, + [1362] = 1357, + [1363] = 1363, + [1364] = 1305, + [1365] = 1307, + [1366] = 1366, + [1367] = 1326, + [1368] = 1334, + [1369] = 1334, + [1370] = 1341, + [1371] = 1305, + [1372] = 1357, + [1373] = 1357, + [1374] = 1357, + [1375] = 1357, }; static inline bool sym_identifier_character_set_1(int32_t c) { @@ -7407,6 +7415,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '&') ADVANCE(109); if (lookahead == '\'') ADVANCE(21); if (lookahead == '(') ADVANCE(66); + if (lookahead == ')') ADVANCE(67); if (lookahead == '*') ADVANCE(74); if (lookahead == '+') ADVANCE(99); if (lookahead == ',') ADVANCE(68); @@ -7438,6 +7447,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '%') ADVANCE(115); if (lookahead == '&') ADVANCE(110); if (lookahead == '(') ADVANCE(66); + if (lookahead == ')') ADVANCE(67); if (lookahead == '*') ADVANCE(75); if (lookahead == '+') ADVANCE(100); if (lookahead == ',') ADVANCE(68); @@ -8427,9 +8437,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [26] = {.lex_state = 59}, [27] = {.lex_state = 59}, [28] = {.lex_state = 59}, - [29] = {.lex_state = 56}, + [29] = {.lex_state = 59}, [30] = {.lex_state = 59}, - [31] = {.lex_state = 59}, + [31] = {.lex_state = 56}, [32] = {.lex_state = 59}, [33] = {.lex_state = 59}, [34] = {.lex_state = 59}, @@ -8645,16 +8655,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [244] = {.lex_state = 57}, [245] = {.lex_state = 57}, [246] = {.lex_state = 57}, - [247] = {.lex_state = 4}, + [247] = {.lex_state = 57}, [248] = {.lex_state = 4}, - [249] = {.lex_state = 57}, + [249] = {.lex_state = 4}, [250] = {.lex_state = 57}, [251] = {.lex_state = 57}, [252] = {.lex_state = 57}, [253] = {.lex_state = 57}, [254] = {.lex_state = 57}, [255] = {.lex_state = 57}, - [256] = {.lex_state = 4}, + [256] = {.lex_state = 57}, [257] = {.lex_state = 57}, [258] = {.lex_state = 57}, [259] = {.lex_state = 57}, @@ -8672,7 +8682,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [271] = {.lex_state = 57}, [272] = {.lex_state = 57}, [273] = {.lex_state = 57}, - [274] = {.lex_state = 57}, + [274] = {.lex_state = 4}, [275] = {.lex_state = 57}, [276] = {.lex_state = 57}, [277] = {.lex_state = 57}, @@ -8735,23 +8745,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [334] = {.lex_state = 5}, [335] = {.lex_state = 5}, [336] = {.lex_state = 5}, - [337] = {.lex_state = 5}, + [337] = {.lex_state = 56}, [338] = {.lex_state = 5}, [339] = {.lex_state = 5}, [340] = {.lex_state = 5}, [341] = {.lex_state = 5}, - [342] = {.lex_state = 5}, + [342] = {.lex_state = 57}, [343] = {.lex_state = 5}, [344] = {.lex_state = 5}, [345] = {.lex_state = 5}, [346] = {.lex_state = 5}, [347] = {.lex_state = 5}, - [348] = {.lex_state = 5}, + [348] = {.lex_state = 56}, [349] = {.lex_state = 5}, [350] = {.lex_state = 5}, [351] = {.lex_state = 5}, [352] = {.lex_state = 5}, - [353] = {.lex_state = 56}, + [353] = {.lex_state = 5}, [354] = {.lex_state = 5}, [355] = {.lex_state = 5}, [356] = {.lex_state = 5}, @@ -8760,9 +8770,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [359] = {.lex_state = 5}, [360] = {.lex_state = 5}, [361] = {.lex_state = 5}, - [362] = {.lex_state = 56}, + [362] = {.lex_state = 5}, [363] = {.lex_state = 5}, - [364] = {.lex_state = 57}, + [364] = {.lex_state = 5}, [365] = {.lex_state = 5}, [366] = {.lex_state = 5}, [367] = {.lex_state = 5}, @@ -8774,23 +8784,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [373] = {.lex_state = 5}, [374] = {.lex_state = 6}, [375] = {.lex_state = 6}, - [376] = {.lex_state = 56}, - [377] = {.lex_state = 0}, - [378] = {.lex_state = 6}, - [379] = {.lex_state = 0}, - [380] = {.lex_state = 6}, - [381] = {.lex_state = 56}, + [376] = {.lex_state = 0}, + [377] = {.lex_state = 6}, + [378] = {.lex_state = 56}, + [379] = {.lex_state = 56}, + [380] = {.lex_state = 0}, + [381] = {.lex_state = 6}, [382] = {.lex_state = 6}, [383] = {.lex_state = 6}, [384] = {.lex_state = 6}, [385] = {.lex_state = 6}, [386] = {.lex_state = 6}, - [387] = {.lex_state = 6}, + [387] = {.lex_state = 0}, [388] = {.lex_state = 6}, [389] = {.lex_state = 6}, [390] = {.lex_state = 6}, [391] = {.lex_state = 6}, - [392] = {.lex_state = 0}, + [392] = {.lex_state = 6}, [393] = {.lex_state = 6}, [394] = {.lex_state = 6}, [395] = {.lex_state = 6}, @@ -8806,7 +8816,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [405] = {.lex_state = 6}, [406] = {.lex_state = 6}, [407] = {.lex_state = 6}, - [408] = {.lex_state = 3}, + [408] = {.lex_state = 6}, [409] = {.lex_state = 6}, [410] = {.lex_state = 6}, [411] = {.lex_state = 6}, @@ -8815,337 +8825,337 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [414] = {.lex_state = 6}, [415] = {.lex_state = 6}, [416] = {.lex_state = 6}, - [417] = {.lex_state = 6}, - [418] = {.lex_state = 6}, - [419] = {.lex_state = 6}, + [417] = {.lex_state = 3}, + [418] = {.lex_state = 56}, + [419] = {.lex_state = 56}, [420] = {.lex_state = 1}, - [421] = {.lex_state = 3}, - [422] = {.lex_state = 56}, - [423] = {.lex_state = 56}, - [424] = {.lex_state = 56}, - [425] = {.lex_state = 1}, - [426] = {.lex_state = 56}, + [421] = {.lex_state = 6}, + [422] = {.lex_state = 6}, + [423] = {.lex_state = 6}, + [424] = {.lex_state = 3}, + [425] = {.lex_state = 56}, + [426] = {.lex_state = 1}, [427] = {.lex_state = 6}, [428] = {.lex_state = 56}, - [429] = {.lex_state = 6}, - [430] = {.lex_state = 56}, + [429] = {.lex_state = 56}, + [430] = {.lex_state = 0}, [431] = {.lex_state = 1}, [432] = {.lex_state = 0}, - [433] = {.lex_state = 0}, - [434] = {.lex_state = 1}, + [433] = {.lex_state = 56}, + [434] = {.lex_state = 0}, [435] = {.lex_state = 0}, [436] = {.lex_state = 0}, - [437] = {.lex_state = 0}, + [437] = {.lex_state = 3}, [438] = {.lex_state = 0}, [439] = {.lex_state = 0}, - [440] = {.lex_state = 1}, - [441] = {.lex_state = 0}, - [442] = {.lex_state = 3}, - [443] = {.lex_state = 56}, - [444] = {.lex_state = 0}, - [445] = {.lex_state = 56}, - [446] = {.lex_state = 1}, + [440] = {.lex_state = 0}, + [441] = {.lex_state = 1}, + [442] = {.lex_state = 56}, + [443] = {.lex_state = 1}, + [444] = {.lex_state = 56}, + [445] = {.lex_state = 1}, + [446] = {.lex_state = 0}, [447] = {.lex_state = 0}, - [448] = {.lex_state = 0}, - [449] = {.lex_state = 3}, + [448] = {.lex_state = 1}, + [449] = {.lex_state = 0}, [450] = {.lex_state = 0}, - [451] = {.lex_state = 1}, - [452] = {.lex_state = 1}, - [453] = {.lex_state = 1}, - [454] = {.lex_state = 0}, - [455] = {.lex_state = 0}, + [451] = {.lex_state = 0}, + [452] = {.lex_state = 3}, + [453] = {.lex_state = 0}, + [454] = {.lex_state = 1}, + [455] = {.lex_state = 1}, [456] = {.lex_state = 0}, - [457] = {.lex_state = 0}, - [458] = {.lex_state = 1}, - [459] = {.lex_state = 3}, + [457] = {.lex_state = 3}, + [458] = {.lex_state = 0}, + [459] = {.lex_state = 0}, [460] = {.lex_state = 3}, - [461] = {.lex_state = 1}, - [462] = {.lex_state = 3}, - [463] = {.lex_state = 0}, + [461] = {.lex_state = 0}, + [462] = {.lex_state = 0}, + [463] = {.lex_state = 1}, [464] = {.lex_state = 0}, [465] = {.lex_state = 6}, [466] = {.lex_state = 0}, [467] = {.lex_state = 0}, - [468] = {.lex_state = 3}, + [468] = {.lex_state = 56}, [469] = {.lex_state = 0}, - [470] = {.lex_state = 0}, - [471] = {.lex_state = 3}, + [470] = {.lex_state = 1}, + [471] = {.lex_state = 1}, [472] = {.lex_state = 0}, - [473] = {.lex_state = 0}, + [473] = {.lex_state = 1}, [474] = {.lex_state = 0}, - [475] = {.lex_state = 0}, - [476] = {.lex_state = 1}, - [477] = {.lex_state = 0}, - [478] = {.lex_state = 1}, - [479] = {.lex_state = 56}, - [480] = {.lex_state = 0}, + [475] = {.lex_state = 3}, + [476] = {.lex_state = 0}, + [477] = {.lex_state = 3}, + [478] = {.lex_state = 0}, + [479] = {.lex_state = 0}, + [480] = {.lex_state = 3}, [481] = {.lex_state = 0}, [482] = {.lex_state = 3}, [483] = {.lex_state = 1}, [484] = {.lex_state = 1}, [485] = {.lex_state = 1}, - [486] = {.lex_state = 6}, + [486] = {.lex_state = 1}, [487] = {.lex_state = 1}, - [488] = {.lex_state = 1}, + [488] = {.lex_state = 6}, [489] = {.lex_state = 1}, - [490] = {.lex_state = 0}, - [491] = {.lex_state = 6}, + [490] = {.lex_state = 1}, + [491] = {.lex_state = 1}, [492] = {.lex_state = 1}, [493] = {.lex_state = 1}, - [494] = {.lex_state = 6}, - [495] = {.lex_state = 1}, - [496] = {.lex_state = 0}, + [494] = {.lex_state = 0}, + [495] = {.lex_state = 6}, + [496] = {.lex_state = 1}, [497] = {.lex_state = 1}, - [498] = {.lex_state = 1}, + [498] = {.lex_state = 6}, [499] = {.lex_state = 1}, - [500] = {.lex_state = 6}, - [501] = {.lex_state = 1}, - [502] = {.lex_state = 6}, + [500] = {.lex_state = 1}, + [501] = {.lex_state = 6}, + [502] = {.lex_state = 1}, [503] = {.lex_state = 1}, [504] = {.lex_state = 6}, - [505] = {.lex_state = 6}, - [506] = {.lex_state = 1}, - [507] = {.lex_state = 0}, + [505] = {.lex_state = 1}, + [506] = {.lex_state = 6}, + [507] = {.lex_state = 6}, [508] = {.lex_state = 1}, [509] = {.lex_state = 1}, - [510] = {.lex_state = 6}, + [510] = {.lex_state = 1}, [511] = {.lex_state = 1}, [512] = {.lex_state = 1}, [513] = {.lex_state = 1}, - [514] = {.lex_state = 1}, - [515] = {.lex_state = 3}, + [514] = {.lex_state = 6}, + [515] = {.lex_state = 1}, [516] = {.lex_state = 1}, - [517] = {.lex_state = 1}, + [517] = {.lex_state = 6}, [518] = {.lex_state = 1}, [519] = {.lex_state = 1}, - [520] = {.lex_state = 1}, + [520] = {.lex_state = 0}, [521] = {.lex_state = 1}, - [522] = {.lex_state = 1}, - [523] = {.lex_state = 6}, - [524] = {.lex_state = 6}, - [525] = {.lex_state = 1}, + [522] = {.lex_state = 6}, + [523] = {.lex_state = 1}, + [524] = {.lex_state = 1}, + [525] = {.lex_state = 0}, [526] = {.lex_state = 1}, [527] = {.lex_state = 1}, [528] = {.lex_state = 1}, - [529] = {.lex_state = 1}, + [529] = {.lex_state = 3}, [530] = {.lex_state = 1}, [531] = {.lex_state = 3}, - [532] = {.lex_state = 0}, + [532] = {.lex_state = 3}, [533] = {.lex_state = 3}, - [534] = {.lex_state = 0}, - [535] = {.lex_state = 0}, - [536] = {.lex_state = 0}, - [537] = {.lex_state = 0}, - [538] = {.lex_state = 0}, - [539] = {.lex_state = 0}, - [540] = {.lex_state = 3}, + [534] = {.lex_state = 3}, + [535] = {.lex_state = 6}, + [536] = {.lex_state = 3}, + [537] = {.lex_state = 3}, + [538] = {.lex_state = 3}, + [539] = {.lex_state = 3}, + [540] = {.lex_state = 6}, [541] = {.lex_state = 3}, [542] = {.lex_state = 3}, - [543] = {.lex_state = 0}, - [544] = {.lex_state = 3}, + [543] = {.lex_state = 3}, + [544] = {.lex_state = 6}, [545] = {.lex_state = 6}, - [546] = {.lex_state = 3}, - [547] = {.lex_state = 3}, + [546] = {.lex_state = 6}, + [547] = {.lex_state = 0}, [548] = {.lex_state = 6}, - [549] = {.lex_state = 6}, - [550] = {.lex_state = 6}, - [551] = {.lex_state = 6}, - [552] = {.lex_state = 3}, + [549] = {.lex_state = 0}, + [550] = {.lex_state = 0}, + [551] = {.lex_state = 3}, + [552] = {.lex_state = 0}, [553] = {.lex_state = 3}, - [554] = {.lex_state = 6}, - [555] = {.lex_state = 3}, + [554] = {.lex_state = 0}, + [555] = {.lex_state = 0}, [556] = {.lex_state = 3}, - [557] = {.lex_state = 0}, + [557] = {.lex_state = 3}, [558] = {.lex_state = 3}, - [559] = {.lex_state = 3}, - [560] = {.lex_state = 3}, - [561] = {.lex_state = 6}, - [562] = {.lex_state = 3}, + [559] = {.lex_state = 0}, + [560] = {.lex_state = 0}, + [561] = {.lex_state = 0}, + [562] = {.lex_state = 0}, [563] = {.lex_state = 0}, [564] = {.lex_state = 3}, - [565] = {.lex_state = 0}, - [566] = {.lex_state = 3}, + [565] = {.lex_state = 3}, + [566] = {.lex_state = 0}, [567] = {.lex_state = 3}, - [568] = {.lex_state = 3}, - [569] = {.lex_state = 6}, + [568] = {.lex_state = 6}, + [569] = {.lex_state = 0}, [570] = {.lex_state = 3}, - [571] = {.lex_state = 0}, - [572] = {.lex_state = 6}, - [573] = {.lex_state = 6}, - [574] = {.lex_state = 3}, - [575] = {.lex_state = 6}, + [571] = {.lex_state = 6}, + [572] = {.lex_state = 3}, + [573] = {.lex_state = 3}, + [574] = {.lex_state = 0}, + [575] = {.lex_state = 3}, [576] = {.lex_state = 3}, [577] = {.lex_state = 6}, - [578] = {.lex_state = 0}, + [578] = {.lex_state = 3}, [579] = {.lex_state = 3}, [580] = {.lex_state = 3}, [581] = {.lex_state = 6}, [582] = {.lex_state = 3}, [583] = {.lex_state = 3}, [584] = {.lex_state = 3}, - [585] = {.lex_state = 3}, - [586] = {.lex_state = 3}, + [585] = {.lex_state = 6}, + [586] = {.lex_state = 6}, [587] = {.lex_state = 3}, [588] = {.lex_state = 3}, - [589] = {.lex_state = 3}, + [589] = {.lex_state = 6}, [590] = {.lex_state = 3}, - [591] = {.lex_state = 0}, - [592] = {.lex_state = 0}, + [591] = {.lex_state = 3}, + [592] = {.lex_state = 6}, [593] = {.lex_state = 6}, [594] = {.lex_state = 6}, [595] = {.lex_state = 6}, - [596] = {.lex_state = 6}, + [596] = {.lex_state = 0}, [597] = {.lex_state = 6}, [598] = {.lex_state = 6}, [599] = {.lex_state = 6}, - [600] = {.lex_state = 6}, + [600] = {.lex_state = 0}, [601] = {.lex_state = 6}, [602] = {.lex_state = 6}, [603] = {.lex_state = 6}, [604] = {.lex_state = 0}, [605] = {.lex_state = 0}, - [606] = {.lex_state = 6}, + [606] = {.lex_state = 0}, [607] = {.lex_state = 6}, - [608] = {.lex_state = 0}, - [609] = {.lex_state = 0}, - [610] = {.lex_state = 6}, + [608] = {.lex_state = 6}, + [609] = {.lex_state = 6}, + [610] = {.lex_state = 0}, [611] = {.lex_state = 0}, - [612] = {.lex_state = 0}, + [612] = {.lex_state = 6}, [613] = {.lex_state = 6}, [614] = {.lex_state = 6}, [615] = {.lex_state = 6}, - [616] = {.lex_state = 6}, - [617] = {.lex_state = 6}, + [616] = {.lex_state = 0}, + [617] = {.lex_state = 0}, [618] = {.lex_state = 6}, [619] = {.lex_state = 6}, [620] = {.lex_state = 6}, [621] = {.lex_state = 0}, [622] = {.lex_state = 6}, - [623] = {.lex_state = 6}, + [623] = {.lex_state = 0}, [624] = {.lex_state = 6}, [625] = {.lex_state = 0}, - [626] = {.lex_state = 0}, - [627] = {.lex_state = 0}, + [626] = {.lex_state = 6}, + [627] = {.lex_state = 6}, [628] = {.lex_state = 6}, - [629] = {.lex_state = 0}, - [630] = {.lex_state = 6}, - [631] = {.lex_state = 0}, + [629] = {.lex_state = 6}, + [630] = {.lex_state = 0}, + [631] = {.lex_state = 6}, [632] = {.lex_state = 6}, [633] = {.lex_state = 0}, - [634] = {.lex_state = 0}, + [634] = {.lex_state = 6}, [635] = {.lex_state = 0}, [636] = {.lex_state = 0}, - [637] = {.lex_state = 0}, + [637] = {.lex_state = 6}, [638] = {.lex_state = 0}, [639] = {.lex_state = 0}, - [640] = {.lex_state = 0}, + [640] = {.lex_state = 6}, [641] = {.lex_state = 0}, - [642] = {.lex_state = 0}, - [643] = {.lex_state = 0}, + [642] = {.lex_state = 6}, + [643] = {.lex_state = 6}, [644] = {.lex_state = 0}, [645] = {.lex_state = 0}, [646] = {.lex_state = 6}, - [647] = {.lex_state = 0}, + [647] = {.lex_state = 6}, [648] = {.lex_state = 0}, - [649] = {.lex_state = 6}, + [649] = {.lex_state = 0}, [650] = {.lex_state = 0}, [651] = {.lex_state = 0}, - [652] = {.lex_state = 0}, + [652] = {.lex_state = 6}, [653] = {.lex_state = 6}, [654] = {.lex_state = 0}, - [655] = {.lex_state = 6}, - [656] = {.lex_state = 6}, + [655] = {.lex_state = 0}, + [656] = {.lex_state = 0}, [657] = {.lex_state = 6}, - [658] = {.lex_state = 0}, + [658] = {.lex_state = 6}, [659] = {.lex_state = 0}, [660] = {.lex_state = 0}, [661] = {.lex_state = 6}, [662] = {.lex_state = 0}, [663] = {.lex_state = 0}, - [664] = {.lex_state = 6}, + [664] = {.lex_state = 0}, [665] = {.lex_state = 0}, - [666] = {.lex_state = 6}, + [666] = {.lex_state = 0}, [667] = {.lex_state = 0}, [668] = {.lex_state = 0}, [669] = {.lex_state = 0}, [670] = {.lex_state = 0}, [671] = {.lex_state = 0}, [672] = {.lex_state = 0}, - [673] = {.lex_state = 0}, + [673] = {.lex_state = 6}, [674] = {.lex_state = 0}, [675] = {.lex_state = 0}, [676] = {.lex_state = 0}, [677] = {.lex_state = 0}, - [678] = {.lex_state = 0}, + [678] = {.lex_state = 6}, [679] = {.lex_state = 0}, - [680] = {.lex_state = 6}, + [680] = {.lex_state = 0}, [681] = {.lex_state = 0}, [682] = {.lex_state = 0}, [683] = {.lex_state = 0}, [684] = {.lex_state = 0}, [685] = {.lex_state = 0}, - [686] = {.lex_state = 6}, - [687] = {.lex_state = 6}, + [686] = {.lex_state = 0}, + [687] = {.lex_state = 0}, [688] = {.lex_state = 0}, [689] = {.lex_state = 0}, - [690] = {.lex_state = 6}, - [691] = {.lex_state = 6}, - [692] = {.lex_state = 0}, + [690] = {.lex_state = 0}, + [691] = {.lex_state = 0}, + [692] = {.lex_state = 6}, [693] = {.lex_state = 0}, [694] = {.lex_state = 0}, - [695] = {.lex_state = 6}, - [696] = {.lex_state = 6}, - [697] = {.lex_state = 6}, + [695] = {.lex_state = 0}, + [696] = {.lex_state = 0}, + [697] = {.lex_state = 0}, [698] = {.lex_state = 0}, [699] = {.lex_state = 0}, - [700] = {.lex_state = 0}, + [700] = {.lex_state = 6}, [701] = {.lex_state = 0}, [702] = {.lex_state = 0}, [703] = {.lex_state = 0}, - [704] = {.lex_state = 0}, + [704] = {.lex_state = 6}, [705] = {.lex_state = 0}, - [706] = {.lex_state = 6}, + [706] = {.lex_state = 0}, [707] = {.lex_state = 0}, [708] = {.lex_state = 0}, [709] = {.lex_state = 0}, - [710] = {.lex_state = 0}, + [710] = {.lex_state = 6}, [711] = {.lex_state = 0}, - [712] = {.lex_state = 0}, - [713] = {.lex_state = 0}, + [712] = {.lex_state = 6}, + [713] = {.lex_state = 6}, [714] = {.lex_state = 0}, [715] = {.lex_state = 0}, - [716] = {.lex_state = 6}, + [716] = {.lex_state = 0}, [717] = {.lex_state = 0}, [718] = {.lex_state = 0}, [719] = {.lex_state = 0}, [720] = {.lex_state = 0}, [721] = {.lex_state = 0}, [722] = {.lex_state = 0}, - [723] = {.lex_state = 0}, - [724] = {.lex_state = 6}, + [723] = {.lex_state = 6}, + [724] = {.lex_state = 0}, [725] = {.lex_state = 0}, - [726] = {.lex_state = 0}, - [727] = {.lex_state = 0}, - [728] = {.lex_state = 6}, - [729] = {.lex_state = 6}, - [730] = {.lex_state = 0}, - [731] = {.lex_state = 0}, - [732] = {.lex_state = 6}, + [726] = {.lex_state = 6}, + [727] = {.lex_state = 6}, + [728] = {.lex_state = 0}, + [729] = {.lex_state = 0}, + [730] = {.lex_state = 6}, + [731] = {.lex_state = 6}, + [732] = {.lex_state = 0}, [733] = {.lex_state = 0}, [734] = {.lex_state = 6}, - [735] = {.lex_state = 0}, + [735] = {.lex_state = 6}, [736] = {.lex_state = 0}, [737] = {.lex_state = 0}, - [738] = {.lex_state = 6}, + [738] = {.lex_state = 0}, [739] = {.lex_state = 0}, [740] = {.lex_state = 0}, - [741] = {.lex_state = 6}, - [742] = {.lex_state = 0}, + [741] = {.lex_state = 0}, + [742] = {.lex_state = 6}, [743] = {.lex_state = 0}, - [744] = {.lex_state = 6}, - [745] = {.lex_state = 6}, - [746] = {.lex_state = 6}, - [747] = {.lex_state = 0}, + [744] = {.lex_state = 0}, + [745] = {.lex_state = 0}, + [746] = {.lex_state = 0}, + [747] = {.lex_state = 6}, [748] = {.lex_state = 0}, [749] = {.lex_state = 0}, [750] = {.lex_state = 6}, @@ -9170,28 +9180,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [769] = {.lex_state = 0}, [770] = {.lex_state = 0}, [771] = {.lex_state = 0}, - [772] = {.lex_state = 0}, + [772] = {.lex_state = 57}, [773] = {.lex_state = 57}, [774] = {.lex_state = 0}, [775] = {.lex_state = 0}, - [776] = {.lex_state = 57}, + [776] = {.lex_state = 0}, [777] = {.lex_state = 0}, [778] = {.lex_state = 0}, - [779] = {.lex_state = 0}, - [780] = {.lex_state = 56}, - [781] = {.lex_state = 56}, - [782] = {.lex_state = 0}, + [779] = {.lex_state = 56}, + [780] = {.lex_state = 0}, + [781] = {.lex_state = 0}, + [782] = {.lex_state = 56}, [783] = {.lex_state = 56}, - [784] = {.lex_state = 0}, + [784] = {.lex_state = 56}, [785] = {.lex_state = 56}, [786] = {.lex_state = 56}, - [787] = {.lex_state = 56}, - [788] = {.lex_state = 3}, + [787] = {.lex_state = 0}, + [788] = {.lex_state = 0}, [789] = {.lex_state = 56}, [790] = {.lex_state = 56}, [791] = {.lex_state = 56}, [792] = {.lex_state = 56}, - [793] = {.lex_state = 56}, + [793] = {.lex_state = 3}, [794] = {.lex_state = 56}, [795] = {.lex_state = 56}, [796] = {.lex_state = 56}, @@ -9199,168 +9209,168 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [798] = {.lex_state = 56}, [799] = {.lex_state = 56}, [800] = {.lex_state = 56}, - [801] = {.lex_state = 56}, + [801] = {.lex_state = 0}, [802] = {.lex_state = 56}, [803] = {.lex_state = 56}, [804] = {.lex_state = 56}, - [805] = {.lex_state = 3}, + [805] = {.lex_state = 56}, [806] = {.lex_state = 56}, - [807] = {.lex_state = 0}, + [807] = {.lex_state = 56}, [808] = {.lex_state = 56}, [809] = {.lex_state = 56}, - [810] = {.lex_state = 0}, + [810] = {.lex_state = 56}, [811] = {.lex_state = 56}, [812] = {.lex_state = 56}, [813] = {.lex_state = 56}, [814] = {.lex_state = 56}, - [815] = {.lex_state = 56}, + [815] = {.lex_state = 3}, [816] = {.lex_state = 56}, - [817] = {.lex_state = 0}, + [817] = {.lex_state = 3}, [818] = {.lex_state = 0}, [819] = {.lex_state = 3}, - [820] = {.lex_state = 3}, - [821] = {.lex_state = 57}, - [822] = {.lex_state = 3}, - [823] = {.lex_state = 3}, - [824] = {.lex_state = 3}, + [820] = {.lex_state = 57}, + [821] = {.lex_state = 0}, + [822] = {.lex_state = 0}, + [823] = {.lex_state = 0}, + [824] = {.lex_state = 0}, [825] = {.lex_state = 3}, - [826] = {.lex_state = 3}, - [827] = {.lex_state = 0}, + [826] = {.lex_state = 56}, + [827] = {.lex_state = 3}, [828] = {.lex_state = 0}, - [829] = {.lex_state = 0}, + [829] = {.lex_state = 3}, [830] = {.lex_state = 0}, [831] = {.lex_state = 0}, [832] = {.lex_state = 0}, [833] = {.lex_state = 0}, [834] = {.lex_state = 0}, - [835] = {.lex_state = 56}, + [835] = {.lex_state = 0}, [836] = {.lex_state = 0}, [837] = {.lex_state = 0}, [838] = {.lex_state = 0}, [839] = {.lex_state = 0}, - [840] = {.lex_state = 0}, + [840] = {.lex_state = 56}, [841] = {.lex_state = 0}, [842] = {.lex_state = 0}, [843] = {.lex_state = 0}, - [844] = {.lex_state = 57}, + [844] = {.lex_state = 0}, [845] = {.lex_state = 0}, [846] = {.lex_state = 0}, - [847] = {.lex_state = 0}, + [847] = {.lex_state = 3}, [848] = {.lex_state = 0}, - [849] = {.lex_state = 56}, + [849] = {.lex_state = 0}, [850] = {.lex_state = 0}, [851] = {.lex_state = 0}, - [852] = {.lex_state = 0}, + [852] = {.lex_state = 57}, [853] = {.lex_state = 0}, [854] = {.lex_state = 0}, [855] = {.lex_state = 0}, [856] = {.lex_state = 0}, [857] = {.lex_state = 0}, [858] = {.lex_state = 0}, - [859] = {.lex_state = 0}, + [859] = {.lex_state = 57}, [860] = {.lex_state = 57}, - [861] = {.lex_state = 57}, - [862] = {.lex_state = 56}, - [863] = {.lex_state = 0}, - [864] = {.lex_state = 0}, - [865] = {.lex_state = 3}, + [861] = {.lex_state = 3}, + [862] = {.lex_state = 3}, + [863] = {.lex_state = 3}, + [864] = {.lex_state = 56}, + [865] = {.lex_state = 56}, [866] = {.lex_state = 56}, - [867] = {.lex_state = 56}, + [867] = {.lex_state = 0}, [868] = {.lex_state = 56}, [869] = {.lex_state = 56}, - [870] = {.lex_state = 0}, + [870] = {.lex_state = 56}, [871] = {.lex_state = 56}, [872] = {.lex_state = 56}, [873] = {.lex_state = 56}, [874] = {.lex_state = 56}, - [875] = {.lex_state = 3}, - [876] = {.lex_state = 56}, - [877] = {.lex_state = 56}, - [878] = {.lex_state = 56}, - [879] = {.lex_state = 56}, + [875] = {.lex_state = 56}, + [876] = {.lex_state = 3}, + [877] = {.lex_state = 0}, + [878] = {.lex_state = 3}, + [879] = {.lex_state = 0}, [880] = {.lex_state = 56}, - [881] = {.lex_state = 0}, + [881] = {.lex_state = 56}, [882] = {.lex_state = 0}, - [883] = {.lex_state = 56}, - [884] = {.lex_state = 56}, + [883] = {.lex_state = 0}, + [884] = {.lex_state = 0}, [885] = {.lex_state = 56}, - [886] = {.lex_state = 0}, + [886] = {.lex_state = 56}, [887] = {.lex_state = 56}, [888] = {.lex_state = 56}, - [889] = {.lex_state = 56}, - [890] = {.lex_state = 0}, + [889] = {.lex_state = 0}, + [890] = {.lex_state = 56}, [891] = {.lex_state = 56}, - [892] = {.lex_state = 0}, - [893] = {.lex_state = 0}, + [892] = {.lex_state = 56}, + [893] = {.lex_state = 56}, [894] = {.lex_state = 0}, [895] = {.lex_state = 0}, - [896] = {.lex_state = 56}, - [897] = {.lex_state = 0}, - [898] = {.lex_state = 0}, - [899] = {.lex_state = 56}, + [896] = {.lex_state = 0}, + [897] = {.lex_state = 56}, + [898] = {.lex_state = 56}, + [899] = {.lex_state = 0}, [900] = {.lex_state = 56}, - [901] = {.lex_state = 0}, - [902] = {.lex_state = 0}, - [903] = {.lex_state = 56}, + [901] = {.lex_state = 56}, + [902] = {.lex_state = 56}, + [903] = {.lex_state = 0}, [904] = {.lex_state = 56}, [905] = {.lex_state = 56}, - [906] = {.lex_state = 56}, + [906] = {.lex_state = 0}, [907] = {.lex_state = 56}, [908] = {.lex_state = 56}, [909] = {.lex_state = 56}, [910] = {.lex_state = 56}, - [911] = {.lex_state = 56}, + [911] = {.lex_state = 0}, [912] = {.lex_state = 56}, - [913] = {.lex_state = 56}, + [913] = {.lex_state = 0}, [914] = {.lex_state = 56}, [915] = {.lex_state = 56}, [916] = {.lex_state = 56}, [917] = {.lex_state = 56}, - [918] = {.lex_state = 56}, + [918] = {.lex_state = 0}, [919] = {.lex_state = 56}, - [920] = {.lex_state = 0}, + [920] = {.lex_state = 56}, [921] = {.lex_state = 56}, [922] = {.lex_state = 0}, - [923] = {.lex_state = 56}, - [924] = {.lex_state = 56}, - [925] = {.lex_state = 56}, - [926] = {.lex_state = 56}, + [923] = {.lex_state = 0}, + [924] = {.lex_state = 0}, + [925] = {.lex_state = 0}, + [926] = {.lex_state = 0}, [927] = {.lex_state = 56}, [928] = {.lex_state = 56}, [929] = {.lex_state = 56}, [930] = {.lex_state = 56}, [931] = {.lex_state = 0}, - [932] = {.lex_state = 0}, - [933] = {.lex_state = 0}, - [934] = {.lex_state = 56}, - [935] = {.lex_state = 0}, - [936] = {.lex_state = 56}, - [937] = {.lex_state = 0}, - [938] = {.lex_state = 0}, - [939] = {.lex_state = 56}, - [940] = {.lex_state = 3}, - [941] = {.lex_state = 0}, - [942] = {.lex_state = 0}, + [932] = {.lex_state = 56}, + [933] = {.lex_state = 56}, + [934] = {.lex_state = 0}, + [935] = {.lex_state = 56}, + [936] = {.lex_state = 0}, + [937] = {.lex_state = 56}, + [938] = {.lex_state = 56}, + [939] = {.lex_state = 0}, + [940] = {.lex_state = 56}, + [941] = {.lex_state = 56}, + [942] = {.lex_state = 56}, [943] = {.lex_state = 56}, - [944] = {.lex_state = 0}, + [944] = {.lex_state = 56}, [945] = {.lex_state = 56}, - [946] = {.lex_state = 0}, + [946] = {.lex_state = 56}, [947] = {.lex_state = 56}, [948] = {.lex_state = 56}, [949] = {.lex_state = 56}, [950] = {.lex_state = 56}, [951] = {.lex_state = 56}, - [952] = {.lex_state = 56}, + [952] = {.lex_state = 0}, [953] = {.lex_state = 56}, [954] = {.lex_state = 56}, [955] = {.lex_state = 56}, [956] = {.lex_state = 56}, - [957] = {.lex_state = 56}, + [957] = {.lex_state = 0}, [958] = {.lex_state = 56}, [959] = {.lex_state = 56}, [960] = {.lex_state = 56}, [961] = {.lex_state = 56}, - [962] = {.lex_state = 0}, + [962] = {.lex_state = 56}, [963] = {.lex_state = 56}, [964] = {.lex_state = 56}, [965] = {.lex_state = 56}, @@ -9368,11 +9378,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [967] = {.lex_state = 56}, [968] = {.lex_state = 56}, [969] = {.lex_state = 56}, - [970] = {.lex_state = 0}, + [970] = {.lex_state = 56}, [971] = {.lex_state = 56}, - [972] = {.lex_state = 56}, - [973] = {.lex_state = 0}, - [974] = {.lex_state = 0}, + [972] = {.lex_state = 0}, + [973] = {.lex_state = 56}, + [974] = {.lex_state = 56}, [975] = {.lex_state = 56}, [976] = {.lex_state = 56}, [977] = {.lex_state = 56}, @@ -9380,7 +9390,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [979] = {.lex_state = 56}, [980] = {.lex_state = 56}, [981] = {.lex_state = 56}, - [982] = {.lex_state = 56}, + [982] = {.lex_state = 0}, [983] = {.lex_state = 56}, [984] = {.lex_state = 56}, [985] = {.lex_state = 56}, @@ -9391,190 +9401,190 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [990] = {.lex_state = 56}, [991] = {.lex_state = 56}, [992] = {.lex_state = 56}, - [993] = {.lex_state = 56}, + [993] = {.lex_state = 0}, [994] = {.lex_state = 56}, [995] = {.lex_state = 56}, - [996] = {.lex_state = 0}, + [996] = {.lex_state = 56}, [997] = {.lex_state = 56}, [998] = {.lex_state = 56}, [999] = {.lex_state = 56}, - [1000] = {.lex_state = 56}, + [1000] = {.lex_state = 0}, [1001] = {.lex_state = 56}, [1002] = {.lex_state = 56}, [1003] = {.lex_state = 56}, [1004] = {.lex_state = 56}, [1005] = {.lex_state = 56}, - [1006] = {.lex_state = 56}, - [1007] = {.lex_state = 0}, + [1006] = {.lex_state = 0}, + [1007] = {.lex_state = 56}, [1008] = {.lex_state = 56}, - [1009] = {.lex_state = 56}, + [1009] = {.lex_state = 2}, [1010] = {.lex_state = 0}, - [1011] = {.lex_state = 56}, - [1012] = {.lex_state = 2}, + [1011] = {.lex_state = 2}, + [1012] = {.lex_state = 56}, [1013] = {.lex_state = 56}, - [1014] = {.lex_state = 0}, + [1014] = {.lex_state = 56}, [1015] = {.lex_state = 56}, [1016] = {.lex_state = 0}, [1017] = {.lex_state = 2}, - [1018] = {.lex_state = 56}, + [1018] = {.lex_state = 2}, [1019] = {.lex_state = 0}, [1020] = {.lex_state = 0}, - [1021] = {.lex_state = 56}, - [1022] = {.lex_state = 2}, - [1023] = {.lex_state = 2}, - [1024] = {.lex_state = 2}, + [1021] = {.lex_state = 0}, + [1022] = {.lex_state = 56}, + [1023] = {.lex_state = 56}, + [1024] = {.lex_state = 0}, [1025] = {.lex_state = 0}, [1026] = {.lex_state = 0}, - [1027] = {.lex_state = 0}, + [1027] = {.lex_state = 56}, [1028] = {.lex_state = 0}, - [1029] = {.lex_state = 2}, - [1030] = {.lex_state = 56}, - [1031] = {.lex_state = 56}, + [1029] = {.lex_state = 0}, + [1030] = {.lex_state = 0}, + [1031] = {.lex_state = 0}, [1032] = {.lex_state = 0}, [1033] = {.lex_state = 0}, - [1034] = {.lex_state = 0}, + [1034] = {.lex_state = 56}, [1035] = {.lex_state = 0}, - [1036] = {.lex_state = 0}, - [1037] = {.lex_state = 2}, - [1038] = {.lex_state = 0}, + [1036] = {.lex_state = 56}, + [1037] = {.lex_state = 56}, + [1038] = {.lex_state = 56}, [1039] = {.lex_state = 0}, [1040] = {.lex_state = 0}, [1041] = {.lex_state = 0}, [1042] = {.lex_state = 0}, [1043] = {.lex_state = 0}, - [1044] = {.lex_state = 56}, + [1044] = {.lex_state = 0}, [1045] = {.lex_state = 0}, - [1046] = {.lex_state = 56}, - [1047] = {.lex_state = 56}, + [1046] = {.lex_state = 0}, + [1047] = {.lex_state = 0}, [1048] = {.lex_state = 2}, - [1049] = {.lex_state = 0}, - [1050] = {.lex_state = 0}, - [1051] = {.lex_state = 56}, - [1052] = {.lex_state = 0}, + [1049] = {.lex_state = 56}, + [1050] = {.lex_state = 2}, + [1051] = {.lex_state = 0}, + [1052] = {.lex_state = 56}, [1053] = {.lex_state = 56}, - [1054] = {.lex_state = 56}, + [1054] = {.lex_state = 0}, [1055] = {.lex_state = 0}, - [1056] = {.lex_state = 2}, - [1057] = {.lex_state = 56}, + [1056] = {.lex_state = 0}, + [1057] = {.lex_state = 0}, [1058] = {.lex_state = 0}, [1059] = {.lex_state = 0}, [1060] = {.lex_state = 0}, - [1061] = {.lex_state = 0}, - [1062] = {.lex_state = 0}, - [1063] = {.lex_state = 0}, + [1061] = {.lex_state = 56}, + [1062] = {.lex_state = 2}, + [1063] = {.lex_state = 56}, [1064] = {.lex_state = 0}, - [1065] = {.lex_state = 0}, - [1066] = {.lex_state = 0}, - [1067] = {.lex_state = 2}, - [1068] = {.lex_state = 2}, + [1065] = {.lex_state = 56}, + [1066] = {.lex_state = 2}, + [1067] = {.lex_state = 56}, + [1068] = {.lex_state = 56}, [1069] = {.lex_state = 0}, - [1070] = {.lex_state = 0}, + [1070] = {.lex_state = 2}, [1071] = {.lex_state = 0}, - [1072] = {.lex_state = 2}, + [1072] = {.lex_state = 56}, [1073] = {.lex_state = 0}, - [1074] = {.lex_state = 2}, + [1074] = {.lex_state = 56}, [1075] = {.lex_state = 56}, [1076] = {.lex_state = 0}, [1077] = {.lex_state = 0}, - [1078] = {.lex_state = 56}, - [1079] = {.lex_state = 0}, - [1080] = {.lex_state = 56}, + [1078] = {.lex_state = 0}, + [1079] = {.lex_state = 2}, + [1080] = {.lex_state = 2}, [1081] = {.lex_state = 0}, - [1082] = {.lex_state = 56}, - [1083] = {.lex_state = 2}, - [1084] = {.lex_state = 56}, - [1085] = {.lex_state = 0}, - [1086] = {.lex_state = 0}, - [1087] = {.lex_state = 56}, - [1088] = {.lex_state = 0}, + [1082] = {.lex_state = 2}, + [1083] = {.lex_state = 0}, + [1084] = {.lex_state = 0}, + [1085] = {.lex_state = 56}, + [1086] = {.lex_state = 56}, + [1087] = {.lex_state = 0}, + [1088] = {.lex_state = 56}, [1089] = {.lex_state = 2}, [1090] = {.lex_state = 0}, [1091] = {.lex_state = 0}, [1092] = {.lex_state = 0}, - [1093] = {.lex_state = 56}, - [1094] = {.lex_state = 56}, + [1093] = {.lex_state = 2}, + [1094] = {.lex_state = 0}, [1095] = {.lex_state = 56}, - [1096] = {.lex_state = 0}, + [1096] = {.lex_state = 56}, [1097] = {.lex_state = 0}, [1098] = {.lex_state = 0}, - [1099] = {.lex_state = 56}, + [1099] = {.lex_state = 2}, [1100] = {.lex_state = 56}, - [1101] = {.lex_state = 56}, + [1101] = {.lex_state = 0}, [1102] = {.lex_state = 56}, - [1103] = {.lex_state = 56}, - [1104] = {.lex_state = 56}, - [1105] = {.lex_state = 59}, + [1103] = {.lex_state = 0}, + [1104] = {.lex_state = 0}, + [1105] = {.lex_state = 0}, [1106] = {.lex_state = 0}, - [1107] = {.lex_state = 59}, - [1108] = {.lex_state = 56}, + [1107] = {.lex_state = 0}, + [1108] = {.lex_state = 0}, [1109] = {.lex_state = 0}, - [1110] = {.lex_state = 56}, - [1111] = {.lex_state = 0}, + [1110] = {.lex_state = 0}, + [1111] = {.lex_state = 56}, [1112] = {.lex_state = 0}, [1113] = {.lex_state = 0}, [1114] = {.lex_state = 0}, [1115] = {.lex_state = 59}, - [1116] = {.lex_state = 56}, - [1117] = {.lex_state = 0}, - [1118] = {.lex_state = 0}, - [1119] = {.lex_state = 0}, - [1120] = {.lex_state = 56}, + [1116] = {.lex_state = 0}, + [1117] = {.lex_state = 56}, + [1118] = {.lex_state = 56}, + [1119] = {.lex_state = 56}, + [1120] = {.lex_state = 0}, [1121] = {.lex_state = 0}, [1122] = {.lex_state = 0}, [1123] = {.lex_state = 0}, - [1124] = {.lex_state = 59}, - [1125] = {.lex_state = 0}, - [1126] = {.lex_state = 0}, - [1127] = {.lex_state = 0}, + [1124] = {.lex_state = 0}, + [1125] = {.lex_state = 59}, + [1126] = {.lex_state = 56}, + [1127] = {.lex_state = 56}, [1128] = {.lex_state = 0}, [1129] = {.lex_state = 56}, [1130] = {.lex_state = 0}, - [1131] = {.lex_state = 0}, - [1132] = {.lex_state = 0}, + [1131] = {.lex_state = 56}, + [1132] = {.lex_state = 56}, [1133] = {.lex_state = 56}, [1134] = {.lex_state = 56}, [1135] = {.lex_state = 56}, - [1136] = {.lex_state = 0}, + [1136] = {.lex_state = 56}, [1137] = {.lex_state = 0}, [1138] = {.lex_state = 56}, - [1139] = {.lex_state = 0}, + [1139] = {.lex_state = 56}, [1140] = {.lex_state = 0}, [1141] = {.lex_state = 0}, [1142] = {.lex_state = 56}, [1143] = {.lex_state = 56}, [1144] = {.lex_state = 56}, - [1145] = {.lex_state = 0}, + [1145] = {.lex_state = 56}, [1146] = {.lex_state = 0}, [1147] = {.lex_state = 0}, [1148] = {.lex_state = 56}, [1149] = {.lex_state = 56}, - [1150] = {.lex_state = 56}, + [1150] = {.lex_state = 0}, [1151] = {.lex_state = 0}, [1152] = {.lex_state = 0}, - [1153] = {.lex_state = 56}, - [1154] = {.lex_state = 0}, + [1153] = {.lex_state = 0}, + [1154] = {.lex_state = 59}, [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0}, [1157] = {.lex_state = 0}, [1158] = {.lex_state = 0}, [1159] = {.lex_state = 0}, [1160] = {.lex_state = 0}, - [1161] = {.lex_state = 0}, + [1161] = {.lex_state = 56}, [1162] = {.lex_state = 0}, - [1163] = {.lex_state = 0}, - [1164] = {.lex_state = 0}, + [1163] = {.lex_state = 59}, + [1164] = {.lex_state = 56}, [1165] = {.lex_state = 0}, - [1166] = {.lex_state = 56}, + [1166] = {.lex_state = 0}, [1167] = {.lex_state = 0}, - [1168] = {.lex_state = 0}, + [1168] = {.lex_state = 56}, [1169] = {.lex_state = 0}, - [1170] = {.lex_state = 0}, + [1170] = {.lex_state = 56}, [1171] = {.lex_state = 0}, [1172] = {.lex_state = 0}, [1173] = {.lex_state = 0}, [1174] = {.lex_state = 0}, [1175] = {.lex_state = 0}, - [1176] = {.lex_state = 56}, + [1176] = {.lex_state = 0}, [1177] = {.lex_state = 0}, [1178] = {.lex_state = 0}, [1179] = {.lex_state = 0}, @@ -9582,28 +9592,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1181] = {.lex_state = 0}, [1182] = {.lex_state = 0}, [1183] = {.lex_state = 0}, - [1184] = {.lex_state = 0}, + [1184] = {.lex_state = 56}, [1185] = {.lex_state = 0}, - [1186] = {.lex_state = 56}, - [1187] = {.lex_state = 56}, + [1186] = {.lex_state = 0}, + [1187] = {.lex_state = 0}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 0}, - [1190] = {.lex_state = 0}, - [1191] = {.lex_state = 0}, + [1190] = {.lex_state = 56}, + [1191] = {.lex_state = 56}, [1192] = {.lex_state = 0}, - [1193] = {.lex_state = 56}, - [1194] = {.lex_state = 56}, - [1195] = {.lex_state = 56}, - [1196] = {.lex_state = 0}, + [1193] = {.lex_state = 0}, + [1194] = {.lex_state = 0}, + [1195] = {.lex_state = 0}, + [1196] = {.lex_state = 56}, [1197] = {.lex_state = 56}, [1198] = {.lex_state = 0}, [1199] = {.lex_state = 0}, [1200] = {.lex_state = 0}, - [1201] = {.lex_state = 0}, - [1202] = {.lex_state = 0}, - [1203] = {.lex_state = 0}, + [1201] = {.lex_state = 56}, + [1202] = {.lex_state = 56}, + [1203] = {.lex_state = 56}, [1204] = {.lex_state = 0}, - [1205] = {.lex_state = 0}, + [1205] = {.lex_state = 56}, [1206] = {.lex_state = 0}, [1207] = {.lex_state = 0}, [1208] = {.lex_state = 0}, @@ -9619,33 +9629,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1218] = {.lex_state = 0}, [1219] = {.lex_state = 0}, [1220] = {.lex_state = 0}, - [1221] = {.lex_state = 56}, + [1221] = {.lex_state = 0}, [1222] = {.lex_state = 0}, [1223] = {.lex_state = 0}, [1224] = {.lex_state = 0}, [1225] = {.lex_state = 0}, [1226] = {.lex_state = 0}, - [1227] = {.lex_state = 56}, + [1227] = {.lex_state = 0}, [1228] = {.lex_state = 0}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 0}, [1231] = {.lex_state = 0}, [1232] = {.lex_state = 0}, - [1233] = {.lex_state = 0}, - [1234] = {.lex_state = 56}, - [1235] = {.lex_state = 0}, + [1233] = {.lex_state = 56}, + [1234] = {.lex_state = 0}, + [1235] = {.lex_state = 56}, [1236] = {.lex_state = 56}, [1237] = {.lex_state = 0}, - [1238] = {.lex_state = 56}, - [1239] = {.lex_state = 56}, + [1238] = {.lex_state = 0}, + [1239] = {.lex_state = 0}, [1240] = {.lex_state = 0}, [1241] = {.lex_state = 0}, - [1242] = {.lex_state = 59}, + [1242] = {.lex_state = 56}, [1243] = {.lex_state = 0}, [1244] = {.lex_state = 0}, - [1245] = {.lex_state = 56}, + [1245] = {.lex_state = 0}, [1246] = {.lex_state = 0}, - [1247] = {.lex_state = 0}, + [1247] = {.lex_state = 56}, [1248] = {.lex_state = 56}, [1249] = {.lex_state = 0}, [1250] = {.lex_state = 0}, @@ -9655,27 +9665,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1254] = {.lex_state = 0}, [1255] = {.lex_state = 0}, [1256] = {.lex_state = 0}, - [1257] = {.lex_state = 56}, + [1257] = {.lex_state = 0}, [1258] = {.lex_state = 0}, [1259] = {.lex_state = 56}, [1260] = {.lex_state = 0}, [1261] = {.lex_state = 0}, - [1262] = {.lex_state = 0}, - [1263] = {.lex_state = 56}, + [1262] = {.lex_state = 56}, + [1263] = {.lex_state = 0}, [1264] = {.lex_state = 0}, [1265] = {.lex_state = 0}, - [1266] = {.lex_state = 0}, + [1266] = {.lex_state = 56}, [1267] = {.lex_state = 0}, - [1268] = {.lex_state = 0}, + [1268] = {.lex_state = 56}, [1269] = {.lex_state = 0}, [1270] = {.lex_state = 0}, - [1271] = {.lex_state = 56}, + [1271] = {.lex_state = 0}, [1272] = {.lex_state = 0}, [1273] = {.lex_state = 0}, [1274] = {.lex_state = 0}, - [1275] = {.lex_state = 56}, + [1275] = {.lex_state = 59}, [1276] = {.lex_state = 0}, - [1277] = {.lex_state = 56}, + [1277] = {.lex_state = 0}, [1278] = {.lex_state = 0}, [1279] = {.lex_state = 0}, [1280] = {.lex_state = 0}, @@ -9684,12 +9694,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1283] = {.lex_state = 0}, [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, - [1286] = {.lex_state = 0}, + [1286] = {.lex_state = 56}, [1287] = {.lex_state = 56}, [1288] = {.lex_state = 56}, - [1289] = {.lex_state = 56}, + [1289] = {.lex_state = 0}, [1290] = {.lex_state = 0}, - [1291] = {.lex_state = 0}, + [1291] = {.lex_state = 56}, [1292] = {.lex_state = 0}, [1293] = {.lex_state = 0}, [1294] = {.lex_state = 0}, @@ -9700,7 +9710,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1299] = {.lex_state = 0}, [1300] = {.lex_state = 0}, [1301] = {.lex_state = 0}, - [1302] = {.lex_state = 0}, + [1302] = {.lex_state = 56}, [1303] = {.lex_state = 0}, [1304] = {.lex_state = 0}, [1305] = {.lex_state = 0}, @@ -9766,6 +9776,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1365] = {.lex_state = 0}, [1366] = {.lex_state = 0}, [1367] = {.lex_state = 0}, + [1368] = {.lex_state = 0}, + [1369] = {.lex_state = 0}, + [1370] = {.lex_state = 0}, + [1371] = {.lex_state = 0}, + [1372] = {.lex_state = 0}, + [1373] = {.lex_state = 0}, + [1374] = {.lex_state = 0}, + [1375] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -9863,67 +9881,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_source_file] = STATE(1341), - [sym_package_clause] = STATE(1103), - [sym_import_declaration] = STATE(1103), - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_function_declaration] = STATE(1103), - [sym_method_declaration] = STATE(1103), - [sym_type_declaration] = STATE(955), + [sym_source_file] = STATE(1348), + [sym_package_clause] = STATE(1184), + [sym_import_declaration] = STATE(1184), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_function_declaration] = STATE(1184), + [sym_method_declaration] = STATE(1184), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(1236), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(1262), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), - [aux_sym_source_file_repeat1] = STATE(2), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), + [aux_sym_source_file_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), @@ -9974,67 +9992,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [sym_package_clause] = STATE(1143), - [sym_import_declaration] = STATE(1143), - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_function_declaration] = STATE(1143), - [sym_method_declaration] = STATE(1143), - [sym_type_declaration] = STATE(955), + [sym_package_clause] = STATE(1262), + [sym_import_declaration] = STATE(1262), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_function_declaration] = STATE(1262), + [sym_method_declaration] = STATE(1262), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(1236), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(1262), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), - [aux_sym_source_file_repeat1] = STATE(3), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), + [aux_sym_source_file_repeat1] = STATE(2), [ts_builtin_sym_end] = ACTIONS(75), + [sym_identifier] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(80), + [anon_sym_package] = ACTIONS(83), + [anon_sym_import] = ACTIONS(86), + [anon_sym_LPAREN] = ACTIONS(89), + [anon_sym_const] = ACTIONS(92), + [anon_sym_var] = ACTIONS(95), + [anon_sym_func] = ACTIONS(98), + [anon_sym_LBRACK] = ACTIONS(101), + [anon_sym_type] = ACTIONS(104), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_struct] = ACTIONS(110), + [anon_sym_TILDE] = ACTIONS(113), + [anon_sym_LBRACE] = ACTIONS(116), + [anon_sym_interface] = ACTIONS(119), + [anon_sym_map] = ACTIONS(122), + [anon_sym_chan] = ACTIONS(125), + [anon_sym_LT_DASH] = ACTIONS(128), + [anon_sym_fallthrough] = ACTIONS(131), + [anon_sym_break] = ACTIONS(134), + [anon_sym_continue] = ACTIONS(137), + [anon_sym_goto] = ACTIONS(140), + [anon_sym_return] = ACTIONS(143), + [anon_sym_go] = ACTIONS(146), + [anon_sym_defer] = ACTIONS(149), + [anon_sym_if] = ACTIONS(152), + [anon_sym_for] = ACTIONS(155), + [anon_sym_switch] = ACTIONS(158), + [anon_sym_select] = ACTIONS(161), + [anon_sym_new] = ACTIONS(164), + [anon_sym_make] = ACTIONS(164), + [anon_sym_PLUS] = ACTIONS(167), + [anon_sym_DASH] = ACTIONS(167), + [anon_sym_BANG] = ACTIONS(167), + [anon_sym_CARET] = ACTIONS(167), + [anon_sym_AMP] = ACTIONS(167), + [sym_raw_string_literal] = ACTIONS(170), + [anon_sym_DQUOTE] = ACTIONS(173), + [sym_int_literal] = ACTIONS(176), + [sym_float_literal] = ACTIONS(176), + [sym_imaginary_literal] = ACTIONS(170), + [sym_rune_literal] = ACTIONS(170), + [sym_nil] = ACTIONS(176), + [sym_true] = ACTIONS(176), + [sym_false] = ACTIONS(176), + [sym_iota] = ACTIONS(176), + [sym_comment] = ACTIONS(3), + }, + [3] = { + [sym_package_clause] = STATE(1129), + [sym_import_declaration] = STATE(1129), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_function_declaration] = STATE(1129), + [sym_method_declaration] = STATE(1129), + [sym_type_declaration] = STATE(953), + [sym_expression_list] = STATE(774), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(1262), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), + [aux_sym_source_file_repeat1] = STATE(2), + [ts_builtin_sym_end] = ACTIONS(179), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_package] = ACTIONS(11), @@ -10083,174 +10211,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_iota] = ACTIONS(73), [sym_comment] = ACTIONS(3), }, - [3] = { - [sym_package_clause] = STATE(1236), - [sym_import_declaration] = STATE(1236), - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_function_declaration] = STATE(1236), - [sym_method_declaration] = STATE(1236), - [sym_type_declaration] = STATE(955), - [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(1236), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), - [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), - [aux_sym_source_file_repeat1] = STATE(3), - [ts_builtin_sym_end] = ACTIONS(77), - [sym_identifier] = ACTIONS(79), - [anon_sym_SEMI] = ACTIONS(82), - [anon_sym_package] = ACTIONS(85), - [anon_sym_import] = ACTIONS(88), - [anon_sym_LPAREN] = ACTIONS(91), - [anon_sym_const] = ACTIONS(94), - [anon_sym_var] = ACTIONS(97), - [anon_sym_func] = ACTIONS(100), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_type] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(109), - [anon_sym_struct] = ACTIONS(112), - [anon_sym_TILDE] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(118), - [anon_sym_interface] = ACTIONS(121), - [anon_sym_map] = ACTIONS(124), - [anon_sym_chan] = ACTIONS(127), - [anon_sym_LT_DASH] = ACTIONS(130), - [anon_sym_fallthrough] = ACTIONS(133), - [anon_sym_break] = ACTIONS(136), - [anon_sym_continue] = ACTIONS(139), - [anon_sym_goto] = ACTIONS(142), - [anon_sym_return] = ACTIONS(145), - [anon_sym_go] = ACTIONS(148), - [anon_sym_defer] = ACTIONS(151), - [anon_sym_if] = ACTIONS(154), - [anon_sym_for] = ACTIONS(157), - [anon_sym_switch] = ACTIONS(160), - [anon_sym_select] = ACTIONS(163), - [anon_sym_new] = ACTIONS(166), - [anon_sym_make] = ACTIONS(166), - [anon_sym_PLUS] = ACTIONS(169), - [anon_sym_DASH] = ACTIONS(169), - [anon_sym_BANG] = ACTIONS(169), - [anon_sym_CARET] = ACTIONS(169), - [anon_sym_AMP] = ACTIONS(169), - [sym_raw_string_literal] = ACTIONS(172), - [anon_sym_DQUOTE] = ACTIONS(175), - [sym_int_literal] = ACTIONS(178), - [sym_float_literal] = ACTIONS(178), - [sym_imaginary_literal] = ACTIONS(172), - [sym_rune_literal] = ACTIONS(172), - [sym_nil] = ACTIONS(178), - [sym_true] = ACTIONS(178), - [sym_false] = ACTIONS(178), - [sym_iota] = ACTIONS(178), - [sym_comment] = ACTIONS(3), - }, [4] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1151), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1151), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1104), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1104), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10301,63 +10319,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [5] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1131), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1131), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1137), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1137), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10408,63 +10426,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [6] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1179), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1179), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1150), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1150), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10515,63 +10533,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [7] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1136), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1136), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1172), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1172), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10622,63 +10640,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [8] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1155), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1155), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1183), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1183), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10729,62 +10747,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [9] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(971), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1173), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(944), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1141), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10835,62 +10853,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [10] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(971), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1156), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(944), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1108), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -10941,63 +10959,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [11] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1302), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1302), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1314), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1314), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11046,63 +11064,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [12] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1321), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1321), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1371), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1371), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11151,62 +11169,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [13] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(949), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1364), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1364), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), - [sym_identifier] = ACTIONS(7), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), + [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_const] = ACTIONS(17), @@ -11233,8 +11253,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(57), [anon_sym_for] = ACTIONS(59), [anon_sym_switch] = ACTIONS(61), - [anon_sym_case] = ACTIONS(219), - [anon_sym_default] = ACTIONS(219), [anon_sym_select] = ACTIONS(63), [anon_sym_new] = ACTIONS(65), [anon_sym_make] = ACTIONS(65), @@ -11256,63 +11274,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [14] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1349), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1349), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1305), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1305), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11325,7 +11343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(29), [anon_sym_TILDE] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(221), + [anon_sym_RBRACE] = ACTIONS(219), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -11361,63 +11379,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [15] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1363), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1363), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1309), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1309), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11430,7 +11448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(29), [anon_sym_TILDE] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(221), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -11466,63 +11484,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [16] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1356), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1356), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1313), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1313), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11535,7 +11553,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(29), [anon_sym_TILDE] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(225), + [anon_sym_RBRACE] = ACTIONS(223), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -11571,64 +11589,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [17] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1301), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1301), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(960), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), - [sym_identifier] = ACTIONS(181), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), + [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_const] = ACTIONS(17), @@ -11640,7 +11656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(29), [anon_sym_TILDE] = ACTIONS(31), [anon_sym_LBRACE] = ACTIONS(33), - [anon_sym_RBRACE] = ACTIONS(227), + [anon_sym_RBRACE] = ACTIONS(225), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -11655,6 +11671,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(57), [anon_sym_for] = ACTIONS(59), [anon_sym_switch] = ACTIONS(61), + [anon_sym_case] = ACTIONS(227), + [anon_sym_default] = ACTIONS(227), [anon_sym_select] = ACTIONS(63), [anon_sym_new] = ACTIONS(65), [anon_sym_make] = ACTIONS(65), @@ -11676,63 +11694,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [18] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement_list] = STATE(1318), - [sym__statement] = STATE(887), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_empty_labeled_statement] = STATE(1318), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement_list] = STATE(1342), + [sym__statement] = STATE(880), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_empty_labeled_statement] = STATE(1342), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11781,61 +11799,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [19] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(949), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(944), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11883,61 +11901,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [20] = { - [sym__declaration] = STATE(955), - [sym_const_declaration] = STATE(955), - [sym_var_declaration] = STATE(955), - [sym_type_declaration] = STATE(955), + [sym__declaration] = STATE(953), + [sym_const_declaration] = STATE(953), + [sym_var_declaration] = STATE(953), + [sym_type_declaration] = STATE(953), [sym_expression_list] = STATE(774), - [sym_parenthesized_type] = STATE(1229), - [sym__simple_type] = STATE(1229), - [sym_generic_type] = STATE(1014), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1014), - [sym_implicit_length_array_type] = STATE(1235), - [sym_slice_type] = STATE(1014), - [sym_struct_type] = STATE(1014), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1014), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(955), - [sym__statement] = STATE(971), - [sym_empty_statement] = STATE(955), - [sym__simple_statement] = STATE(955), - [sym_send_statement] = STATE(986), - [sym_inc_statement] = STATE(986), - [sym_dec_statement] = STATE(986), - [sym_assignment_statement] = STATE(986), - [sym_short_var_declaration] = STATE(986), - [sym_labeled_statement] = STATE(955), - [sym_fallthrough_statement] = STATE(955), - [sym_break_statement] = STATE(955), - [sym_continue_statement] = STATE(955), - [sym_goto_statement] = STATE(955), - [sym_return_statement] = STATE(955), - [sym_go_statement] = STATE(955), - [sym_defer_statement] = STATE(955), - [sym_if_statement] = STATE(955), - [sym_for_statement] = STATE(955), - [sym_expression_switch_statement] = STATE(955), - [sym_type_switch_statement] = STATE(955), - [sym_select_statement] = STATE(955), + [sym_parenthesized_type] = STATE(1208), + [sym__simple_type] = STATE(1208), + [sym_generic_type] = STATE(1024), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1024), + [sym_implicit_length_array_type] = STATE(1260), + [sym_slice_type] = STATE(1024), + [sym_struct_type] = STATE(1024), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1024), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(953), + [sym__statement] = STATE(960), + [sym_empty_statement] = STATE(953), + [sym__simple_statement] = STATE(953), + [sym_send_statement] = STATE(963), + [sym_inc_statement] = STATE(963), + [sym_dec_statement] = STATE(963), + [sym_assignment_statement] = STATE(963), + [sym_short_var_declaration] = STATE(963), + [sym_labeled_statement] = STATE(953), + [sym_fallthrough_statement] = STATE(953), + [sym_break_statement] = STATE(953), + [sym_continue_statement] = STATE(953), + [sym_goto_statement] = STATE(953), + [sym_return_statement] = STATE(953), + [sym_go_statement] = STATE(953), + [sym_defer_statement] = STATE(953), + [sym_if_statement] = STATE(953), + [sym_for_statement] = STATE(953), + [sym_expression_switch_statement] = STATE(953), + [sym_type_switch_statement] = STATE(953), + [sym_select_statement] = STATE(953), [sym__expression] = STATE(240), - [sym_parenthesized_expression] = STATE(258), - [sym_call_expression] = STATE(258), - [sym_selector_expression] = STATE(258), - [sym_index_expression] = STATE(258), - [sym_slice_expression] = STATE(258), - [sym_type_assertion_expression] = STATE(258), - [sym_type_conversion_expression] = STATE(258), - [sym_composite_literal] = STATE(258), - [sym_func_literal] = STATE(258), - [sym_unary_expression] = STATE(258), - [sym_binary_expression] = STATE(258), - [sym_qualified_type] = STATE(898), - [sym_interpreted_string_literal] = STATE(258), + [sym_parenthesized_expression] = STATE(255), + [sym_call_expression] = STATE(255), + [sym_selector_expression] = STATE(255), + [sym_index_expression] = STATE(255), + [sym_slice_expression] = STATE(255), + [sym_type_assertion_expression] = STATE(255), + [sym_type_conversion_expression] = STATE(255), + [sym_composite_literal] = STATE(255), + [sym_func_literal] = STATE(255), + [sym_unary_expression] = STATE(255), + [sym_binary_expression] = STATE(255), + [sym_qualified_type] = STATE(918), + [sym_interpreted_string_literal] = STATE(255), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -11985,44 +12003,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [21] = { - [sym_expression_list] = STATE(777), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym_block] = STATE(990), - [sym__simple_statement] = STATE(1305), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym_for_clause] = STATE(1283), - [sym_range_clause] = STATE(1283), - [sym__expression] = STATE(248), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(770), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym_block] = STATE(989), + [sym__simple_statement] = STATE(1318), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym_for_clause] = STATE(1289), + [sym_range_clause] = STATE(1289), + [sym__expression] = STATE(249), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_SEMI] = ACTIONS(233), [anon_sym_LPAREN] = ACTIONS(235), @@ -12057,42 +12075,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [22] = { - [sym_expression_list] = STATE(772), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym__simple_statement] = STATE(1306), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym__type_switch_header] = STATE(1303), - [sym__expression] = STATE(256), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(778), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym__simple_statement] = STATE(1320), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym__type_switch_header] = STATE(1324), + [sym__expression] = STATE(274), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -12125,41 +12143,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [23] = { - [sym_expression_list] = STATE(775), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym__simple_statement] = STATE(1295), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym__expression] = STATE(286), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(777), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym__simple_statement] = STATE(1321), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym__expression] = STATE(287), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -12192,41 +12210,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [24] = { - [sym_expression_list] = STATE(775), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym__simple_statement] = STATE(1298), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym__expression] = STATE(286), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(777), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym__simple_statement] = STATE(1346), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym__expression] = STATE(287), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -12259,41 +12277,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [25] = { - [sym_expression_list] = STATE(775), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym__simple_statement] = STATE(1361), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym__expression] = STATE(286), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(777), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym__simple_statement] = STATE(1347), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym__expression] = STATE(287), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -12326,41 +12344,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [26] = { - [sym_expression_list] = STATE(775), - [sym_parenthesized_type] = STATE(1210), - [sym__simple_type] = STATE(1210), - [sym_generic_type] = STATE(1070), - [sym_pointer_type] = STATE(859), - [sym_array_type] = STATE(1070), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1070), - [sym_struct_type] = STATE(1070), - [sym_union_type] = STATE(817), - [sym_negated_type] = STATE(817), - [sym_interface_type] = STATE(859), - [sym_map_type] = STATE(1070), - [sym_channel_type] = STATE(859), - [sym_function_type] = STATE(859), - [sym__simple_statement] = STATE(1320), - [sym_send_statement] = STATE(1270), - [sym_inc_statement] = STATE(1270), - [sym_dec_statement] = STATE(1270), - [sym_assignment_statement] = STATE(1270), - [sym_short_var_declaration] = STATE(1270), - [sym__expression] = STATE(286), - [sym_parenthesized_expression] = STATE(308), - [sym_call_expression] = STATE(308), - [sym_selector_expression] = STATE(308), - [sym_index_expression] = STATE(308), - [sym_slice_expression] = STATE(308), - [sym_type_assertion_expression] = STATE(308), - [sym_type_conversion_expression] = STATE(308), - [sym_composite_literal] = STATE(308), - [sym_func_literal] = STATE(308), - [sym_unary_expression] = STATE(308), - [sym_binary_expression] = STATE(308), - [sym_qualified_type] = STATE(937), - [sym_interpreted_string_literal] = STATE(308), + [sym_expression_list] = STATE(777), + [sym_parenthesized_type] = STATE(1215), + [sym__simple_type] = STATE(1215), + [sym_generic_type] = STATE(1058), + [sym_pointer_type] = STATE(850), + [sym_array_type] = STATE(1058), + [sym_implicit_length_array_type] = STATE(1250), + [sym_slice_type] = STATE(1058), + [sym_struct_type] = STATE(1058), + [sym_union_type] = STATE(818), + [sym_negated_type] = STATE(818), + [sym_interface_type] = STATE(850), + [sym_map_type] = STATE(1058), + [sym_channel_type] = STATE(850), + [sym_function_type] = STATE(850), + [sym__simple_statement] = STATE(1363), + [sym_send_statement] = STATE(1284), + [sym_inc_statement] = STATE(1284), + [sym_dec_statement] = STATE(1284), + [sym_assignment_statement] = STATE(1284), + [sym_short_var_declaration] = STATE(1284), + [sym__expression] = STATE(287), + [sym_parenthesized_expression] = STATE(303), + [sym_call_expression] = STATE(303), + [sym_selector_expression] = STATE(303), + [sym_index_expression] = STATE(303), + [sym_slice_expression] = STATE(303), + [sym_type_assertion_expression] = STATE(303), + [sym_type_conversion_expression] = STATE(303), + [sym_composite_literal] = STATE(303), + [sym_func_literal] = STATE(303), + [sym_unary_expression] = STATE(303), + [sym_binary_expression] = STATE(303), + [sym_qualified_type] = STATE(939), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -12422,30 +12440,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(247), 1, + STATE(248), 1, sym__expression, STATE(769), 1, sym_expression_list, - STATE(937), 1, + STATE(939), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1250), 1, sym_implicit_length_array_type, - STATE(1307), 1, + STATE(1312), 1, sym__simple_statement, ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12456,13 +12474,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - STATE(1270), 5, + STATE(1284), 5, sym_send_statement, sym_inc_statement, sym_dec_statement, @@ -12475,7 +12493,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12521,32 +12539,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1079), 1, + STATE(1019), 1, sym_literal_element, - STATE(1109), 1, - sym_keyed_element, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1250), 1, + STATE(1192), 1, + sym_keyed_element, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12557,7 +12575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12570,7 +12588,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12583,98 +12601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [247] = 27, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(293), 1, - anon_sym_LF, - ACTIONS(297), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(301), 1, - anon_sym_LBRACK, - ACTIONS(303), 1, - anon_sym_STAR, - ACTIONS(305), 1, - anon_sym_TILDE, - ACTIONS(307), 1, - anon_sym_LT_DASH, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(317), 1, - sym_comment, - STATE(425), 1, - sym__expression, - STATE(892), 1, - sym_qualified_type, - STATE(991), 1, - sym_expression_list, - STATE(1274), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1214), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(295), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(311), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1073), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(313), 9, - sym_raw_string_literal, - sym_int_literal, - sym_float_literal, - sym_imaginary_literal, - sym_rune_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(492), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [365] = 31, + [247] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -12703,36 +12630,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(319), 1, + ACTIONS(291), 1, anon_sym_COMMA, - ACTIONS(321), 1, + ACTIONS(293), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1036), 1, + STATE(1028), 1, sym_literal_element, - STATE(1152), 1, - sym_keyed_element, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1250), 1, + STATE(1182), 1, + sym_keyed_element, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12743,7 +12670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12756,7 +12683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12769,7 +12696,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [491] = 31, + [373] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -12798,36 +12725,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(323), 1, + ACTIONS(295), 1, anon_sym_COMMA, - ACTIONS(325), 1, + ACTIONS(297), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1061), 1, + STATE(1039), 1, sym_literal_element, - STATE(1164), 1, - sym_keyed_element, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1250), 1, + STATE(1171), 1, + sym_keyed_element, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12838,7 +12765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12851,7 +12778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12864,89 +12791,85 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [617] = 31, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, + [499] = 27, ACTIONS(29), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(301), 1, + anon_sym_LF, + ACTIONS(305), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(309), 1, + anon_sym_LBRACK, + ACTIONS(311), 1, anon_sym_STAR, - ACTIONS(275), 1, - anon_sym_LBRACE, - ACTIONS(279), 1, + ACTIONS(313), 1, + anon_sym_TILDE, + ACTIONS(315), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(323), 1, anon_sym_DQUOTE, - ACTIONS(327), 1, - anon_sym_COMMA, - ACTIONS(329), 1, - anon_sym_RBRACE, - STATE(569), 1, + ACTIONS(325), 1, + sym_comment, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1063), 1, - sym_literal_element, - STATE(1157), 1, - sym_keyed_element, - STATE(1165), 1, - sym_literal_value, - STATE(1250), 1, + STATE(991), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, + ACTIONS(303), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(319), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 9, + sym_raw_string_literal, sym_int_literal, sym_float_literal, + sym_imaginary_literal, + sym_rune_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12959,7 +12882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [743] = 31, + [617] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -12988,36 +12911,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(331), 1, + ACTIONS(327), 1, anon_sym_COMMA, - ACTIONS(333), 1, + ACTIONS(329), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1025), 1, + STATE(1087), 1, sym_literal_element, - STATE(1145), 1, + STATE(1110), 1, sym_keyed_element, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13028,7 +12951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13041,7 +12964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13054,7 +12977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [869] = 31, + [743] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13083,36 +13006,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(335), 1, + ACTIONS(331), 1, anon_sym_COMMA, - ACTIONS(337), 1, + ACTIONS(333), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1041), 1, + STATE(1090), 1, sym_literal_element, - STATE(1165), 1, - sym_literal_value, - STATE(1175), 1, + STATE(1106), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1162), 1, + sym_literal_value, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13123,7 +13046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13136,7 +13059,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13149,7 +13072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [995] = 30, + [869] = 31, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13178,34 +13101,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(339), 1, + ACTIONS(335), 1, + anon_sym_COMMA, + ACTIONS(337), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, - sym_literal_value, - STATE(1171), 1, + STATE(1047), 1, sym_literal_element, - STATE(1217), 1, + STATE(1158), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1162), 1, + sym_literal_value, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13216,7 +13141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13229,7 +13154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13242,7 +13167,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1118] = 30, + [995] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13271,34 +13196,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(341), 1, + ACTIONS(339), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13309,7 +13234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13322,7 +13247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13335,7 +13260,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1241] = 30, + [1118] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13364,34 +13289,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(343), 1, + ACTIONS(341), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13402,7 +13327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13415,7 +13340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13428,7 +13353,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1364] = 30, + [1241] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13457,34 +13382,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(345), 1, + ACTIONS(343), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13495,7 +13420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13508,7 +13433,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13521,7 +13446,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1487] = 30, + [1364] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13550,34 +13475,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(347), 1, + ACTIONS(345), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13588,7 +13513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13601,7 +13526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13614,7 +13539,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1610] = 30, + [1487] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13643,34 +13568,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(349), 1, + ACTIONS(347), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13681,7 +13606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13694,7 +13619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13707,7 +13632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1733] = 30, + [1610] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13736,34 +13661,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(351), 1, + ACTIONS(349), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13774,7 +13699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13787,7 +13712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13800,7 +13725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1856] = 30, + [1733] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13829,34 +13754,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(353), 1, + ACTIONS(351), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13867,7 +13792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13880,7 +13805,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13893,7 +13818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [1979] = 30, + [1856] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13922,34 +13847,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(355), 1, + ACTIONS(353), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13960,7 +13885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13973,7 +13898,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13986,7 +13911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2102] = 30, + [1979] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14015,34 +13940,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(357), 1, + ACTIONS(355), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14053,7 +13978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14066,7 +13991,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14079,7 +14004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2225] = 30, + [2102] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14108,34 +14033,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(359), 1, + ACTIONS(357), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14146,7 +14071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14159,7 +14084,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14172,7 +14097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2348] = 30, + [2225] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14201,34 +14126,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(361), 1, + ACTIONS(359), 1, anon_sym_RBRACE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14239,7 +14164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14252,7 +14177,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14265,7 +14190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2471] = 29, + [2348] = 30, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14294,32 +14219,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(569), 1, + ACTIONS(361), 1, + anon_sym_RBRACE, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1171), 1, + STATE(1177), 1, sym_literal_element, STATE(1217), 1, sym_keyed_element, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14330,7 +14257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14343,7 +14270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14356,7 +14283,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2591] = 28, + [2471] = 29, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14385,30 +14312,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(569), 1, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1165), 1, + STATE(1162), 1, sym_literal_value, - STATE(1246), 1, + STATE(1177), 1, sym_literal_element, - STATE(1250), 1, + STATE(1217), 1, + sym_keyed_element, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14419,7 +14348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14432,7 +14361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14445,7 +14374,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2708] = 27, + [2591] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14472,31 +14401,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(442), 1, + STATE(452), 1, sym__expression, - STATE(902), 1, + STATE(899), 1, sym_qualified_type, - STATE(1226), 1, - sym_expression_list, - STATE(1280), 1, + STATE(1252), 1, sym_implicit_length_array_type, + STATE(1278), 1, + sym_expression_list, ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - STATE(1342), 2, + STATE(1329), 2, sym_send_statement, sym_receive_statement, ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14507,7 +14436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14520,7 +14449,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14533,7 +14462,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2823] = 27, + [2706] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14548,53 +14477,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(385), 1, - anon_sym_RPAREN, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(275), 1, + anon_sym_LBRACE, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(554), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(568), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(1162), 1, + sym_literal_value, + STATE(1220), 1, + sym_literal_element, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14607,7 +14538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14620,7 +14551,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2937] = 27, + [2823] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14635,53 +14566,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, - anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(393), 1, - anon_sym_RPAREN, - STATE(554), 1, + anon_sym_RBRACK, + ACTIONS(385), 1, + anon_sym_DOT_DOT_DOT, + STATE(731), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14694,7 +14625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14707,7 +14638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3051] = 27, + [2937] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14728,47 +14659,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(395), 1, anon_sym_RPAREN, - STATE(554), 1, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14781,7 +14712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14794,7 +14725,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3165] = 27, + [3051] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14815,47 +14746,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, ACTIONS(397), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14868,7 +14799,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14881,7 +14812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3279] = 27, + [3165] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14902,47 +14833,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, ACTIONS(399), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(507), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1116), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14955,7 +14886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14968,7 +14899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3393] = 27, + [3279] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -14983,53 +14914,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, ACTIONS(401), 1, - anon_sym_RBRACK, - ACTIONS(403), 1, - anon_sym_DOT_DOT_DOT, - STATE(664), 1, + anon_sym_RPAREN, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1222), 1, + sym_variadic_argument, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15042,7 +14973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15055,7 +14986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3507] = 27, + [3393] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15076,47 +15007,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(405), 1, + ACTIONS(403), 1, anon_sym_RPAREN, - STATE(504), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1113), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15129,7 +15060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15142,7 +15073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3621] = 27, + [3507] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15163,47 +15094,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(407), 1, + ACTIONS(405), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(522), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1109), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15216,7 +15147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15229,7 +15160,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3735] = 27, + [3621] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15250,47 +15181,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(409), 1, + ACTIONS(407), 1, anon_sym_RPAREN, - STATE(524), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1154), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15303,7 +15234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15316,7 +15247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3849] = 27, + [3735] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15337,47 +15268,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(411), 1, + ACTIONS(409), 1, anon_sym_RPAREN, - STATE(494), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1141), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15390,7 +15321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15403,7 +15334,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [3963] = 27, + [3849] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15424,47 +15355,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(413), 1, + ACTIONS(411), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(501), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1152), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15477,7 +15408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15490,7 +15421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [4077] = 27, + [3963] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -15505,53 +15436,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(415), 1, + ACTIONS(413), 1, + anon_sym_range, + STATE(514), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + STATE(1301), 1, + sym_expression_list, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(283), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [4077] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, sym_identifier, - ACTIONS(417), 1, - anon_sym_RBRACK, - ACTIONS(419), 1, + ACTIONS(391), 1, anon_sym_STAR, - STATE(680), 1, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(415), 1, + anon_sym_RPAREN, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1127), 1, - sym_parameter_declaration, - STATE(1250), 1, + STATE(1222), 1, + sym_variadic_argument, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1086), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15564,7 +15582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15598,47 +15616,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(421), 1, + ACTIONS(417), 1, anon_sym_RPAREN, - STATE(500), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1169), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15651,7 +15669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15691,30 +15709,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(423), 1, + ACTIONS(413), 1, anon_sym_range, - STATE(505), 1, + STATE(514), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1292), 1, + STATE(1300), 1, sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -15725,7 +15743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15738,7 +15756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15766,53 +15784,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(423), 1, - anon_sym_range, - STATE(505), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(419), 1, + anon_sym_RPAREN, + STATE(495), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1206), 1, + sym_variadic_argument, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1294), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15825,7 +15843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15859,47 +15877,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(425), 1, + ACTIONS(421), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15912,7 +15930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15946,47 +15964,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, + ACTIONS(387), 1, sym_identifier, - ACTIONS(429), 1, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(431), 1, - anon_sym_LBRACE, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(502), 1, + ACTIONS(423), 1, + anon_sym_RPAREN, + STATE(506), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1176), 1, + sym_variadic_argument, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1335), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15999,7 +16017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16033,47 +16051,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(387), 1, sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(425), 1, + anon_sym_RPAREN, + STATE(535), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1222), 1, + sym_variadic_argument, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(395), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [4875] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(437), 1, + ACTIONS(427), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(498), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1174), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16086,7 +16191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16099,7 +16204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [4875] = 27, + [4989] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16118,49 +16223,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(429), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(431), 1, + anon_sym_RBRACK, + ACTIONS(433), 1, anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(439), 1, - anon_sym_RPAREN, - STATE(486), 1, + STATE(678), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1167), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(1121), 1, + sym_parameter_declaration, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1094), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16173,7 +16278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16186,7 +16291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [4989] = 27, + [5103] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16207,47 +16312,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, + ACTIONS(439), 1, + anon_sym_LBRACE, ACTIONS(441), 1, - anon_sym_RPAREN, - STATE(554), 1, + anon_sym_LT_DASH, + STATE(517), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, + STATE(1327), 1, + sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16260,7 +16365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16273,7 +16378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5103] = 27, + [5217] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16294,47 +16399,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(443), 1, + ACTIONS(445), 1, anon_sym_RPAREN, - STATE(554), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16347,7 +16452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16360,7 +16465,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5217] = 27, + [5331] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16381,47 +16486,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(445), 1, + ACTIONS(447), 1, anon_sym_RPAREN, - STATE(510), 1, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1111), 1, + STATE(1222), 1, sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16434,7 +16539,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16447,7 +16552,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5331] = 27, + [5445] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16462,66 +16567,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(447), 1, - anon_sym_RPAREN, - STATE(554), 1, + ACTIONS(459), 1, + anon_sym_DQUOTE, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1211), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(967), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16534,7 +16637,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5445] = 26, + [5556] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16549,64 +16652,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(287), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, + anon_sym_STAR, + ACTIONS(453), 1, + anon_sym_LT_DASH, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + STATE(426), 1, + sym__expression, + STATE(903), 1, + sym_qualified_type, + STATE(1002), 1, + sym_expression_list, + STATE(1297), 1, + sym_implicit_length_array_type, + ACTIONS(317), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1221), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(457), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(455), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1071), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(321), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(527), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [5667] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(299), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(449), 1, - anon_sym_RPAREN, - STATE(606), 1, + ACTIONS(459), 1, + anon_sym_DQUOTE, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1004), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16619,7 +16807,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5556] = 26, + [5778] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16634,64 +16822,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(505), 1, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - STATE(1332), 1, + STATE(998), 1, sym_expression_list, - ACTIONS(281), 2, + STATE(1297), 1, + sym_implicit_length_array_type, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16704,7 +16892,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5667] = 26, + [5889] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16719,40 +16907,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - ACTIONS(453), 1, - anon_sym_COLON, - STATE(628), 1, + ACTIONS(461), 1, + anon_sym_RBRACK, + STATE(607), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(946), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -16763,7 +16951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16776,7 +16964,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16789,7 +16977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5778] = 26, + [6000] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16810,45 +16998,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(455), 1, + ACTIONS(463), 1, anon_sym_RPAREN, - STATE(606), 1, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16861,7 +17049,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16874,7 +17062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5889] = 26, + [6111] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -16889,40 +17077,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(505), 1, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + ACTIONS(467), 1, + anon_sym_COLON, + STATE(613), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1292), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -16933,7 +17121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16946,177 +17134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [6000] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, - ACTIONS(287), 1, - anon_sym_DQUOTE, - STATE(505), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - STATE(1294), 1, - sym_expression_list, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1216), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(283), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [6111] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(279), 1, - anon_sym_LT_DASH, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - ACTIONS(457), 1, - anon_sym_COLON, - STATE(630), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(946), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(283), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17156,28 +17174,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - anon_sym_RBRACK, - STATE(680), 1, + STATE(571), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, + STATE(1301), 1, + sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17188,7 +17206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17201,7 +17219,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17241,28 +17259,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(459), 1, + ACTIONS(469), 1, anon_sym_RBRACK, - STATE(632), 1, + STATE(730), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17273,7 +17291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17286,7 +17304,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17320,45 +17338,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(461), 1, + ACTIONS(471), 1, anon_sym_RPAREN, - STATE(606), 1, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17371,7 +17389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17411,28 +17429,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(463), 1, + ACTIONS(473), 1, anon_sym_RBRACK, - STATE(613), 1, + STATE(618), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17443,7 +17461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17456,7 +17474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17484,40 +17502,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(401), 1, - anon_sym_RBRACK, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - STATE(664), 1, + STATE(514), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, + STATE(1325), 1, + sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(946), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17528,7 +17546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17541,7 +17559,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17569,51 +17587,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(465), 1, - anon_sym_RPAREN, - STATE(606), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(475), 1, + anon_sym_RBRACK, + STATE(631), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17626,7 +17644,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17666,28 +17684,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(467), 1, - anon_sym_RBRACK, - STATE(695), 1, + ACTIONS(477), 1, + anon_sym_SEMI, + STATE(710), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17698,7 +17716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17711,7 +17729,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17739,64 +17757,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + ACTIONS(479), 1, + anon_sym_RBRACK, + STATE(747), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1001), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17824,64 +17842,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + STATE(514), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1002), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + STATE(1301), 1, + sym_expression_list, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17909,64 +17927,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(469), 1, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(425), 1, + STATE(426), 1, sym__expression, - STATE(892), 1, + STATE(903), 1, sym_qualified_type, - STATE(1003), 1, + STATE(994), 1, sym_expression_list, - STATE(1274), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17994,64 +18012,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, - anon_sym_DQUOTE, - STATE(425), 1, + ACTIONS(481), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1004), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18091,28 +18109,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(481), 1, + ACTIONS(483), 1, anon_sym_RBRACK, - STATE(622), 1, + STATE(601), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18123,7 +18141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18136,7 +18154,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18164,40 +18182,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(483), 1, + ACTIONS(383), 1, anon_sym_RBRACK, - STATE(655), 1, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + STATE(731), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18208,7 +18226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18221,7 +18239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18255,45 +18273,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, ACTIONS(485), 1, anon_sym_RPAREN, - STATE(606), 1, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18306,7 +18324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18348,26 +18366,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(487), 1, anon_sym_RBRACK, - STATE(596), 1, + STATE(619), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18378,7 +18396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18391,7 +18409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18405,176 +18423,6 @@ static const uint16_t ts_small_parse_table[] = { sym_binary_expression, sym_interpreted_string_literal, [7887] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, - anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(489), 1, - anon_sym_RPAREN, - STATE(606), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1216), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(391), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [7998] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(279), 1, - anon_sym_LT_DASH, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - ACTIONS(491), 1, - anon_sym_COLON, - STATE(600), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(946), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(283), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [8109] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18601,28 +18449,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(431), 1, anon_sym_RBRACK, - STATE(602), 1, + STATE(678), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18633,7 +18481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18646,7 +18494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18659,7 +18507,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [8220] = 26, + [7998] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18674,40 +18522,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(495), 1, - anon_sym_RBRACK, - STATE(618), 1, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + ACTIONS(489), 1, + anon_sym_COLON, + STATE(629), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18718,7 +18566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18731,7 +18579,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18744,7 +18592,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [8331] = 26, + [8109] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18771,28 +18619,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(573), 1, + ACTIONS(491), 1, + anon_sym_RBRACK, + STATE(750), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1294), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18803,7 +18651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18816,7 +18664,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18829,7 +18677,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [8442] = 26, + [8220] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18844,51 +18692,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(497), 1, - anon_sym_RBRACK, - STATE(594), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(493), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18901,7 +18749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18914,7 +18762,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [8553] = 26, + [8331] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18935,45 +18783,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(499), 1, + ACTIONS(495), 1, anon_sym_RPAREN, - STATE(606), 1, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18986,7 +18834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18999,7 +18847,92 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [8664] = 26, + [8442] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(279), 1, + anon_sym_LT_DASH, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + ACTIONS(497), 1, + anon_sym_COLON, + STATE(615), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(952), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(283), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [8553] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -19026,28 +18959,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(501), 1, + ACTIONS(499), 1, anon_sym_RBRACK, - STATE(620), 1, + STATE(602), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19058,7 +18991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19071,7 +19004,92 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [8664] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(501), 1, + anon_sym_RPAREN, + STATE(603), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(395), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19112,27 +19130,27 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(287), 1, anon_sym_DQUOTE, ACTIONS(503), 1, - anon_sym_SEMI, - STATE(716), 1, + anon_sym_RBRACK, + STATE(609), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19143,7 +19161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19156,7 +19174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19184,64 +19202,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + ACTIONS(505), 1, + anon_sym_SEMI, + STATE(643), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(959), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19269,64 +19287,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + ACTIONS(507), 1, + anon_sym_RBRACK, + STATE(628), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(960), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19366,28 +19384,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(505), 1, + ACTIONS(509), 1, anon_sym_RBRACK, - STATE(649), 1, + STATE(624), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19398,7 +19416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19411,7 +19429,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19439,51 +19457,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SEMI, - STATE(687), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(511), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19496,7 +19514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19528,47 +19546,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(431), 1, + anon_sym_RBRACK, + ACTIONS(433), 1, anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(509), 1, - anon_sym_RPAREN, - STATE(606), 1, + ACTIONS(465), 1, + sym_identifier, + STATE(678), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(993), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19581,7 +19599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19615,45 +19633,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(554), 1, + ACTIONS(513), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1211), 1, - sym_variadic_argument, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19666,7 +19684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19694,51 +19712,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(511), 1, - anon_sym_RBRACK, - STATE(601), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(515), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19751,7 +19769,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19779,51 +19797,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(513), 1, - anon_sym_RPAREN, - STATE(606), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(517), 1, + anon_sym_RBRACK, + STATE(597), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19836,7 +19854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19864,64 +19882,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(279), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, + anon_sym_STAR, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - anon_sym_RBRACK, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - STATE(680), 1, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(949), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(974), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19961,28 +19979,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(515), 1, + ACTIONS(519), 1, anon_sym_RBRACK, - STATE(624), 1, + STATE(627), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19993,7 +20011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20006,7 +20024,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20034,64 +20052,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(279), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, + anon_sym_STAR, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - ACTIONS(517), 1, - anon_sym_COLON, - STATE(598), 1, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(969), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(946), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20119,64 +20137,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + ACTIONS(521), 1, + anon_sym_COLON, + STATE(599), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(954), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20208,47 +20226,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(519), 1, - anon_sym_COLON, - STATE(623), 1, + ACTIONS(437), 1, + anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, + STATE(585), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, + STATE(1301), 1, + sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(946), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20261,7 +20279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20289,64 +20307,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(521), 1, - anon_sym_RPAREN, - STATE(606), 1, + ACTIONS(459), 1, + anon_sym_DQUOTE, + STATE(426), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(947), 1, + sym_expression_list, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20380,45 +20398,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - ACTIONS(523), 1, - anon_sym_RPAREN, - STATE(606), 1, + STATE(585), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, + STATE(1300), 1, + sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20431,7 +20449,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20465,45 +20483,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, + ACTIONS(387), 1, sym_identifier, - ACTIONS(429), 1, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(581), 1, + ACTIONS(523), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1294), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20516,7 +20534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20544,51 +20562,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(581), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(525), 1, + anon_sym_RBRACK, + STATE(726), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, - STATE(1292), 1, - sym_expression_list, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20601,7 +20619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20641,28 +20659,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(525), 1, + ACTIONS(383), 1, anon_sym_RBRACK, - STATE(615), 1, + STATE(731), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -20673,7 +20691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20686,7 +20704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20718,47 +20736,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, + ACTIONS(387), 1, sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, ACTIONS(527), 1, - anon_sym_COLON, - STATE(607), 1, + anon_sym_RPAREN, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(946), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20771,7 +20789,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20799,40 +20817,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, ACTIONS(279), 1, anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, ACTIONS(529), 1, - anon_sym_RBRACK, - STATE(610), 1, + anon_sym_COLON, + STATE(626), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -20843,7 +20861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20856,7 +20874,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20884,51 +20902,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(531), 1, - anon_sym_RBRACK, - STATE(646), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(535), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1222), 1, + sym_variadic_argument, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20941,7 +20959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20969,64 +20987,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(425), 1, + STATE(514), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(952), 1, - sym_expression_list, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + STATE(1300), 1, + sym_expression_list, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21066,28 +21084,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(401), 1, + ACTIONS(531), 1, anon_sym_RBRACK, - STATE(664), 1, + STATE(620), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -21098,7 +21116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21111,7 +21129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21143,47 +21161,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(433), 1, anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, + ACTIONS(465), 1, + sym_identifier, ACTIONS(533), 1, - anon_sym_RPAREN, - STATE(606), 1, + anon_sym_COLON, + STATE(595), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(952), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21196,7 +21214,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21224,64 +21242,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(469), 1, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(425), 1, + STATE(426), 1, sym__expression, - STATE(892), 1, + STATE(903), 1, sym_qualified_type, - STATE(948), 1, + STATE(958), 1, sym_expression_list, - STATE(1274), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21309,64 +21327,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(469), 1, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(425), 1, + STATE(426), 1, sym__expression, - STATE(892), 1, + STATE(903), 1, sym_qualified_type, - STATE(945), 1, + STATE(955), 1, sym_expression_list, - STATE(1274), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21394,49 +21412,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(465), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(375), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21449,7 +21467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21483,43 +21501,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(374), 1, + STATE(544), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21532,7 +21550,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21560,62 +21578,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(451), 1, + STATE(646), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21643,62 +21661,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(608), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(395), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [12204] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(469), 1, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(446), 1, + STATE(448), 1, sym__expression, - STATE(892), 1, + STATE(903), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21711,7 +21812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12204] = 25, + [12312] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21726,62 +21827,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, - anon_sym_DQUOTE, - STATE(452), 1, + STATE(593), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21794,7 +21895,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12312] = 25, + [12420] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21809,62 +21910,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(535), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(551), 1, anon_sym_DQUOTE, - STATE(453), 1, + STATE(331), 1, sym__expression, - STATE(892), 1, + STATE(911), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21877,7 +21978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12420] = 25, + [12528] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21892,49 +21993,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(606), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(647), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21947,7 +22048,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21960,11 +22061,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12528] = 25, + [12636] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -21975,62 +22080,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, - sym_identifier, - ACTIONS(365), 1, - anon_sym_LPAREN, - ACTIONS(367), 1, - anon_sym_func, - ACTIONS(369), 1, - anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(468), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + STATE(245), 1, sym__expression, - STATE(902), 1, + STATE(918), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22043,11 +22144,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12636] = 25, + [12744] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22058,62 +22163,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, - sym_identifier, - ACTIONS(365), 1, - anon_sym_LPAREN, - ACTIONS(367), 1, - anon_sym_func, - ACTIONS(369), 1, - anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(471), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + STATE(244), 1, sym__expression, - STATE(902), 1, + STATE(918), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22126,7 +22227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12744] = 25, + [12852] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22141,62 +22242,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(235), 1, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(287), 1, + STATE(473), 1, sym__expression, - STATE(937), 1, + STATE(903), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22209,7 +22310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12852] = 25, + [12960] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22224,62 +22325,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(537), 1, - anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(332), 1, + STATE(445), 1, sym__expression, - STATE(922), 1, + STATE(903), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22292,7 +22393,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12960] = 25, + [13068] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22313,43 +22414,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(545), 1, + STATE(594), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22362,7 +22463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22375,11 +22476,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13068] = 25, + [13176] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22390,62 +22495,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(287), 1, + ACTIONS(41), 1, + anon_sym_LT_DASH, + ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, sym_identifier, - ACTIONS(387), 1, - anon_sym_STAR, - ACTIONS(389), 1, - anon_sym_LT_DASH, - STATE(614), 1, + STATE(243), 1, sym__expression, - STATE(838), 1, + STATE(918), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22458,11 +22559,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13176] = 25, + [13284] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22473,62 +22578,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(451), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + STATE(242), 1, sym__expression, - STATE(892), 1, + STATE(918), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22541,7 +22642,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13284] = 25, + [13392] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -22568,26 +22669,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(555), 1, sym_identifier, - STATE(246), 1, + STATE(241), 1, sym__expression, - STATE(898), 1, + STATE(918), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1260), 1, sym_implicit_length_array_type, ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1229), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -22598,7 +22699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22611,7 +22712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22624,11 +22725,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13392] = 25, + [13500] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22639,62 +22744,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(691), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + STATE(246), 1, sym__expression, - STATE(838), 1, + STATE(918), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22707,7 +22808,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13500] = 25, + [13608] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22722,62 +22823,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(537), 1, - anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(335), 1, + STATE(443), 1, sym__expression, - STATE(922), 1, + STATE(903), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22790,15 +22891,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13608] = 25, + [13716] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22809,58 +22906,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, + ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, + anon_sym_STAR, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, - sym_identifier, - STATE(245), 1, + STATE(431), 1, sym__expression, - STATE(898), 1, + STATE(903), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1229), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22873,15 +22974,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13716] = 25, + [13824] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -22892,58 +22989,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, - anon_sym_LT_DASH, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(183), 1, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(555), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(435), 1, sym_identifier, - STATE(244), 1, + ACTIONS(437), 1, + anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, + STATE(734), 1, sym__expression, - STATE(898), 1, + STATE(839), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1229), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22956,7 +23057,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13824] = 25, + [13932] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22971,62 +23072,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(469), 1, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(461), 1, + STATE(454), 1, sym__expression, - STATE(892), 1, + STATE(903), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23039,7 +23140,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13932] = 25, + [14040] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23060,43 +23161,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(741), 1, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(692), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1147), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23109,7 +23210,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23122,15 +23223,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14040] = 25, + [14148] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -23141,141 +23238,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, - anon_sym_LT_DASH, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, + ACTIONS(299), 1, sym_identifier, - STATE(243), 1, - sym__expression, - STATE(898), 1, - sym_qualified_type, - STATE(1235), 1, - sym_implicit_length_array_type, - ACTIONS(65), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1229), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(69), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(67), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1014), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(73), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(258), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [14148] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(15), 1, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, anon_sym_LPAREN, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(27), 1, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(41), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, - sym_identifier, - STATE(242), 1, + STATE(441), 1, sym__expression, - STATE(898), 1, + STATE(903), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1229), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23291,12 +23309,8 @@ static const uint16_t ts_small_parse_table[] = { [14256] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -23307,58 +23321,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, + ACTIONS(299), 1, + sym_identifier, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, + anon_sym_STAR, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, - sym_identifier, - STATE(241), 1, + STATE(470), 1, sym__expression, - STATE(898), 1, + STATE(903), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1229), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23384,51 +23402,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(751), 1, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, + anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, + ACTIONS(559), 1, + anon_sym_chan, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23441,7 +23459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23469,62 +23487,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(235), 1, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(285), 1, + STATE(471), 1, sym__expression, - STATE(937), 1, + STATE(903), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23552,62 +23570,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(235), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(289), 1, + STATE(712), 1, sym__expression, - STATE(937), 1, + STATE(839), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23641,43 +23659,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - STATE(603), 1, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23690,7 +23708,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23718,62 +23736,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, - sym_identifier, - ACTIONS(235), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, - anon_sym_DQUOTE, - STATE(290), 1, + STATE(374), 1, sym__expression, - STATE(937), 1, + STATE(839), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23799,64 +23817,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(231), 1, - sym_identifier, - ACTIONS(235), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, - anon_sym_DQUOTE, - STATE(291), 1, + ACTIONS(559), 1, + anon_sym_chan, + STATE(374), 1, sym__expression, - STATE(937), 1, + STATE(839), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23884,62 +23902,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(235), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(292), 1, + STATE(700), 1, sym__expression, - STATE(937), 1, + STATE(839), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23967,49 +23985,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, STATE(375), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24022,7 +24040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24050,62 +24068,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_STAR, - ACTIONS(473), 1, - anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(476), 1, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(653), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1147), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24133,62 +24151,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - STATE(653), 1, + ACTIONS(453), 1, + anon_sym_LT_DASH, + ACTIONS(459), 1, + anon_sym_DQUOTE, + STATE(455), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24214,51 +24232,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - ACTIONS(559), 1, - anon_sym_chan, - STATE(375), 1, + STATE(577), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24271,7 +24289,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24297,51 +24315,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(429), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - ACTIONS(559), 1, - anon_sym_chan, - STATE(375), 1, + STATE(581), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24354,7 +24372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24382,62 +24400,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(460), 1, + STATE(704), 1, sym__expression, - STATE(902), 1, + STATE(839), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24465,62 +24483,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, - sym_identifier, - ACTIONS(365), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, - anon_sym_DQUOTE, - STATE(462), 1, + STATE(586), 1, sym__expression, - STATE(902), 1, + STATE(839), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24548,49 +24566,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, - anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(548), 1, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24603,7 +24621,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24631,49 +24649,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(375), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(713), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24686,7 +24704,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24712,64 +24730,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, - anon_sym_DQUOTE, - ACTIONS(559), 1, - anon_sym_chan, - STATE(451), 1, + STATE(634), 1, sym__expression, - STATE(892), 1, + STATE(839), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24797,62 +24815,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(369), 1, anon_sym_STAR, - STATE(661), 1, + ACTIONS(371), 1, + anon_sym_LT_DASH, + ACTIONS(379), 1, + anon_sym_DQUOTE, + STATE(475), 1, sym__expression, - STATE(838), 1, + STATE(899), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24886,43 +24904,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - STATE(550), 1, + STATE(589), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24935,7 +24953,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24963,62 +24981,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(657), 1, + STATE(477), 1, sym__expression, - STATE(838), 1, + STATE(899), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25058,26 +25076,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(724), 1, + STATE(423), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -25088,7 +25106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25101,7 +25119,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25141,26 +25159,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(732), 1, + STATE(427), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -25171,7 +25189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25184,7 +25202,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25212,49 +25230,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(656), 1, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, + anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, + STATE(642), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25267,7 +25285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25307,26 +25325,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(746), 1, + STATE(421), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -25337,7 +25355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25350,7 +25368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25378,49 +25396,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(616), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(422), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25433,7 +25451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25461,132 +25479,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_STAR, - ACTIONS(473), 1, - anon_sym_LT_DASH, - ACTIONS(479), 1, - anon_sym_DQUOTE, - STATE(440), 1, - sym__expression, - STATE(892), 1, - sym_qualified_type, - STATE(1274), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1214), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(477), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(475), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1073), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(313), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(492), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [17172] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, - anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(729), 1, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(652), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1147), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25599,7 +25534,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25612,7 +25547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17280] = 25, + [17172] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25625,6 +25560,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(265), 1, sym_identifier, ACTIONS(267), 1, @@ -25637,28 +25574,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(559), 1, - anon_sym_chan, STATE(375), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -25669,7 +25604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25682,7 +25617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25695,7 +25630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17388] = 25, + [17280] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25710,62 +25645,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(537), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(333), 1, + STATE(480), 1, sym__expression, - STATE(922), 1, + STATE(899), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25778,7 +25713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17496] = 25, + [17388] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25793,62 +25728,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(690), 1, + STATE(482), 1, sym__expression, - STATE(838), 1, + STATE(899), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25861,7 +25796,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17604] = 25, + [17496] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25876,62 +25811,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(369), 1, - anon_sym_STAR, - ACTIONS(371), 1, - anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(482), 1, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(637), 1, sym__expression, - STATE(902), 1, + STATE(839), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1147), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25944,7 +25879,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17712] = 25, + [17604] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25959,62 +25894,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(734), 1, + STATE(457), 1, sym__expression, - STATE(838), 1, + STATE(899), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26027,7 +25962,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17820] = 25, + [17712] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26054,26 +25989,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(728), 1, + STATE(751), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -26084,7 +26019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26097,7 +26032,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26110,7 +26045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17928] = 25, + [17820] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26125,62 +26060,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(367), 1, + anon_sym_func, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(431), 1, + STATE(460), 1, sym__expression, - STATE(892), 1, + STATE(899), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1252), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26193,7 +26128,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18036] = 25, + [17928] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26208,62 +26143,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(537), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(329), 1, + STATE(673), 1, sym__expression, - STATE(922), 1, + STATE(839), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26276,15 +26211,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18144] = 25, + [18036] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -26295,58 +26226,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, + ACTIONS(265), 1, + sym_identifier, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, - sym_identifier, - STATE(246), 1, + STATE(374), 1, sym__expression, - STATE(898), 1, + STATE(839), 1, sym_qualified_type, - STATE(1235), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1014), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(258), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26359,7 +26294,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18252] = 25, + [18144] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26380,43 +26315,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, - anon_sym_STAR, - STATE(666), 1, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26429,7 +26364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26442,7 +26377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18360] = 25, + [18252] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26457,49 +26392,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(619), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(614), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26512,7 +26447,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26525,7 +26460,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18468] = 25, + [18360] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26546,43 +26481,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(551), 1, + STATE(632), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26595,7 +26530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26608,7 +26543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18576] = 25, + [18468] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26621,51 +26556,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(375), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(559), 1, + anon_sym_chan, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26678,7 +26613,90 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [18576] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(41), 1, + anon_sym_LT_DASH, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + STATE(246), 1, + sym__expression, + STATE(918), 1, + sym_qualified_type, + STATE(1260), 1, + sym_implicit_length_array_type, + ACTIONS(65), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1000), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(69), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(67), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1024), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(73), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26718,26 +26736,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(375), 1, + STATE(723), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -26748,7 +26766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26761,7 +26779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26789,62 +26807,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(535), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(541), 1, anon_sym_STAR, - STATE(738), 1, + ACTIONS(543), 1, + anon_sym_LT_DASH, + ACTIONS(551), 1, + anon_sym_DQUOTE, + STATE(333), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26878,43 +26896,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, + ACTIONS(387), 1, sym_identifier, - ACTIONS(429), 1, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(697), 1, + STATE(603), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26927,7 +26945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26955,49 +26973,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, - anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(374), 1, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(657), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1147), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27010,7 +27028,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27038,62 +27056,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(535), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(551), 1, anon_sym_DQUOTE, - STATE(750), 1, + STATE(334), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27121,62 +27139,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - STATE(599), 1, + ACTIONS(551), 1, + anon_sym_DQUOTE, + STATE(329), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27204,62 +27222,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - STATE(593), 1, + ACTIONS(551), 1, + anon_sym_DQUOTE, + STATE(335), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27287,62 +27305,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(291), 1, + ACTIONS(535), 1, sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(471), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(473), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - ACTIONS(479), 1, + ACTIONS(551), 1, anon_sym_DQUOTE, - STATE(478), 1, + STATE(330), 1, sym__expression, - STATE(892), 1, + STATE(911), 1, sym_qualified_type, - STATE(1274), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1214), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(477), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(475), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1073), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(313), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(492), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27358,8 +27376,12 @@ static const uint16_t ts_small_parse_table[] = { [19548] = 25, ACTIONS(3), 1, sym_comment, + ACTIONS(15), 1, + anon_sym_LPAREN, ACTIONS(23), 1, anon_sym_LBRACK, + ACTIONS(27), 1, + anon_sym_STAR, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, @@ -27368,64 +27390,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(418), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(555), 1, + sym_identifier, + ACTIONS(559), 1, + anon_sym_chan, + STATE(246), 1, sym__expression, - STATE(838), 1, + STATE(918), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1260), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1208), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1024), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(255), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27459,43 +27477,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, + ACTIONS(273), 1, + anon_sym_STAR, + ACTIONS(279), 1, + anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, - anon_sym_STAR, - STATE(706), 1, + STATE(661), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27508,7 +27526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27548,26 +27566,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(427), 1, + STATE(658), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -27578,7 +27596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27591,7 +27609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27631,26 +27649,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(429), 1, + STATE(640), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -27661,7 +27679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27674,7 +27692,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27702,49 +27720,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(389), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, anon_sym_STAR, - STATE(696), 1, + ACTIONS(441), 1, + anon_sym_LT_DASH, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1114), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27757,7 +27775,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27771,89 +27789,6 @@ static const uint16_t ts_small_parse_table[] = { sym_binary_expression, sym_interpreted_string_literal, [20088] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(15), 1, - anon_sym_LPAREN, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(27), 1, - anon_sym_STAR, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(41), 1, - anon_sym_LT_DASH, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(555), 1, - sym_identifier, - ACTIONS(559), 1, - anon_sym_chan, - STATE(246), 1, - sym__expression, - STATE(898), 1, - sym_qualified_type, - STATE(1235), 1, - sym_implicit_length_array_type, - ACTIONS(65), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1229), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(69), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(67), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1014), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(73), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(258), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [20196] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -27880,26 +27815,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(551), 1, anon_sym_DQUOTE, - STATE(330), 1, + STATE(332), 1, sym__expression, - STATE(922), 1, + STATE(911), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1224), 1, sym_implicit_length_array_type, ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -27910,7 +27845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -27923,7 +27858,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27936,7 +27871,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20304] = 25, + [20196] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -27963,26 +27898,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(419), 1, + STATE(735), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -27993,7 +27928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28006,7 +27941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28019,7 +27954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20412] = 25, + [20304] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28034,62 +27969,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(374), 1, + STATE(285), 1, sym__expression, - STATE(838), 1, + STATE(939), 1, sym_qualified_type, STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28102,7 +28037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20520] = 25, + [20412] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28115,64 +28050,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(267), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(273), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(744), 1, + ACTIONS(559), 1, + anon_sym_chan, + STATE(285), 1, sym__expression, - STATE(838), 1, + STATE(939), 1, sym_qualified_type, STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28185,7 +28120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20628] = 25, + [20520] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28200,132 +28135,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(686), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1216), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(435), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [20736] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, - anon_sym_STAR, - ACTIONS(433), 1, - anon_sym_LT_DASH, - STATE(577), 1, + STATE(742), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28338,7 +28190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28351,7 +28203,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20844] = 25, + [20628] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28372,43 +28224,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, + ACTIONS(387), 1, sym_identifier, - ACTIONS(429), 1, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - STATE(575), 1, + STATE(374), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28421,7 +28273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28434,7 +28286,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20952] = 25, + [20736] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28447,6 +28299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(231), 1, sym_identifier, ACTIONS(235), 1, @@ -28459,28 +28313,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(251), 1, anon_sym_DQUOTE, - ACTIONS(559), 1, - anon_sym_chan, - STATE(287), 1, + STATE(285), 1, sym__expression, - STATE(937), 1, + STATE(939), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1250), 1, sym_implicit_length_array_type, ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1210), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -28491,7 +28343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28504,7 +28356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28517,90 +28369,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21060] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(291), 1, - sym_identifier, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(469), 1, - anon_sym_LPAREN, - ACTIONS(471), 1, - anon_sym_STAR, - ACTIONS(473), 1, - anon_sym_LT_DASH, - ACTIONS(479), 1, - anon_sym_DQUOTE, - STATE(434), 1, - sym__expression, - STATE(892), 1, - sym_qualified_type, - STATE(1274), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1214), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(477), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(475), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1073), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(313), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(492), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [21168] = 25, + [20844] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28615,49 +28384,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(273), 1, - anon_sym_STAR, - ACTIONS(279), 1, - anon_sym_LT_DASH, ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(745), 1, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(612), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28670,7 +28439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28683,7 +28452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21276] = 25, + [20952] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28698,62 +28467,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(235), 1, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(307), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(459), 1, anon_sym_DQUOTE, - STATE(287), 1, + STATE(455), 1, sym__expression, - STATE(937), 1, + STATE(903), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1070), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(308), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28766,7 +28535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21384] = 25, + [21060] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28781,49 +28550,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - sym_identifier, - ACTIONS(387), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(375), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(465), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -28836,7 +28605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28849,7 +28618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21492] = 25, + [21168] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28862,64 +28631,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(543), 1, anon_sym_LT_DASH, - STATE(572), 1, + ACTIONS(551), 1, + anon_sym_DQUOTE, + ACTIONS(559), 1, + anon_sym_chan, + STATE(332), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1211), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -28932,7 +28701,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21600] = 25, + [21276] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -28953,126 +28722,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, - anon_sym_STAR, - ACTIONS(433), 1, - anon_sym_LT_DASH, - STATE(595), 1, - sym__expression, - STATE(838), 1, - sym_qualified_type, - STATE(1250), 1, - sym_implicit_length_array_type, - ACTIONS(281), 2, - anon_sym_new, - anon_sym_make, - STATE(817), 2, - sym_union_type, - sym_negated_type, - STATE(1216), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(285), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(859), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(435), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(870), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(289), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(386), 12, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [21708] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(23), 1, - anon_sym_LBRACK, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(387), 1, sym_identifier, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(273), 1, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(279), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, - anon_sym_DQUOTE, - STATE(375), 1, + STATE(548), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -29085,7 +28771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29098,7 +28784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21816] = 25, + [21384] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29119,43 +28805,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(287), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(435), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(437), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(441), 1, anon_sym_LT_DASH, - STATE(617), 1, + STATE(598), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(443), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -29168,7 +28854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29181,7 +28867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21924] = 25, + [21492] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29196,49 +28882,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, ACTIONS(267), 1, anon_sym_LPAREN, ACTIONS(271), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(273), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - STATE(549), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + STATE(622), 1, sym__expression, - STATE(838), 1, + STATE(839), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1281), 1, sym_implicit_length_array_type, ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -29251,7 +28937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29264,7 +28950,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22032] = 25, + [21600] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29279,62 +28965,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(482), 1, + STATE(288), 1, sym__expression, - STATE(902), 1, + STATE(939), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29347,7 +29033,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22140] = 25, + [21708] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29362,62 +29048,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, + ACTIONS(231), 1, + sym_identifier, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(427), 1, - sym_identifier, - ACTIONS(429), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(433), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - STATE(375), 1, + ACTIONS(251), 1, + anon_sym_DQUOTE, + STATE(290), 1, sym__expression, - STATE(838), 1, + STATE(939), 1, sym_qualified_type, STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(435), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29430,7 +29116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22248] = 25, + [21816] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29445,62 +29131,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(537), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(334), 1, + STATE(291), 1, sym__expression, - STATE(922), 1, + STATE(939), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29513,7 +29199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22356] = 25, + [21924] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29528,62 +29214,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(267), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(271), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(279), 1, + ACTIONS(541), 1, + anon_sym_STAR, + ACTIONS(543), 1, anon_sym_LT_DASH, - ACTIONS(287), 1, + ACTIONS(551), 1, anon_sym_DQUOTE, - ACTIONS(419), 1, - anon_sym_STAR, - ACTIONS(451), 1, - sym_identifier, - STATE(375), 1, + STATE(332), 1, sym__expression, - STATE(838), 1, + STATE(911), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1224), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(545), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(549), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(283), 5, + ACTIONS(547), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1010), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(553), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(358), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29596,7 +29282,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22464] = 25, + [22032] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29609,8 +29295,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, ACTIONS(363), 1, sym_identifier, ACTIONS(365), 1, @@ -29623,26 +29307,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(459), 1, + ACTIONS(559), 1, + anon_sym_chan, + STATE(460), 1, sym__expression, - STATE(902), 1, + STATE(899), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1252), 1, sym_implicit_length_array_type, ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1210), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -29653,7 +29339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -29666,7 +29352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(541), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29679,7 +29365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22572] = 25, + [22140] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29692,64 +29378,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(267), 1, - anon_sym_LPAREN, - ACTIONS(271), 1, - anon_sym_func, - ACTIONS(287), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(299), 1, sym_identifier, - ACTIONS(387), 1, + ACTIONS(307), 1, + anon_sym_func, + ACTIONS(449), 1, + anon_sym_LPAREN, + ACTIONS(451), 1, anon_sym_STAR, - ACTIONS(389), 1, + ACTIONS(453), 1, anon_sym_LT_DASH, - STATE(597), 1, + ACTIONS(459), 1, + anon_sym_DQUOTE, + ACTIONS(559), 1, + anon_sym_chan, + STATE(455), 1, sym__expression, - STATE(838), 1, + STATE(903), 1, sym_qualified_type, - STATE(1250), 1, + STATE(1297), 1, sym_implicit_length_array_type, - ACTIONS(281), 2, + ACTIONS(317), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1216), 2, + STATE(1221), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(285), 3, + ACTIONS(457), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(391), 5, + ACTIONS(455), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(870), 5, + STATE(1071), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(289), 6, + ACTIONS(321), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(386), 12, + STATE(527), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29762,7 +29448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22680] = 25, + [22248] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29777,62 +29463,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, - sym_identifier, - ACTIONS(537), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(393), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, - anon_sym_DQUOTE, - STATE(331), 1, + STATE(546), 1, sym__expression, - STATE(922), 1, + STATE(839), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1228), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(395), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29845,7 +29531,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22788] = 25, + [22356] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29858,64 +29544,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(535), 1, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(231), 1, sym_identifier, - ACTIONS(537), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(541), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - ACTIONS(559), 1, - anon_sym_chan, - STATE(332), 1, + STATE(292), 1, sym__expression, - STATE(922), 1, + STATE(939), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1201), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(1058), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(303), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -29928,7 +29614,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22896] = 25, + [22464] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -29943,62 +29629,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(535), 1, - sym_identifier, - ACTIONS(537), 1, + ACTIONS(267), 1, anon_sym_LPAREN, - ACTIONS(539), 1, + ACTIONS(271), 1, anon_sym_func, - ACTIONS(541), 1, - anon_sym_STAR, - ACTIONS(543), 1, + ACTIONS(279), 1, anon_sym_LT_DASH, - ACTIONS(551), 1, + ACTIONS(287), 1, anon_sym_DQUOTE, - STATE(332), 1, + ACTIONS(433), 1, + anon_sym_STAR, + ACTIONS(465), 1, + sym_identifier, + STATE(374), 1, sym__expression, - STATE(922), 1, + STATE(839), 1, sym_qualified_type, - STATE(1199), 1, + STATE(1281), 1, sym_implicit_length_array_type, - ACTIONS(545), 2, + ACTIONS(281), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(996), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(549), 3, + ACTIONS(285), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(547), 5, + ACTIONS(283), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1055), 5, + STATE(867), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(553), 6, + ACTIONS(289), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(363), 12, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -30011,7 +29697,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [23004] = 25, + [22572] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -30024,6 +29710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(363), 1, sym_identifier, ACTIONS(365), 1, @@ -30036,28 +29724,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(379), 1, anon_sym_DQUOTE, - ACTIONS(559), 1, - anon_sym_chan, - STATE(482), 1, + STATE(460), 1, sym__expression, - STATE(902), 1, + STATE(899), 1, sym_qualified_type, - STATE(1280), 1, + STATE(1252), 1, sym_implicit_length_array_type, ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(817), 2, + STATE(818), 2, sym_union_type, sym_negated_type, - STATE(1200), 2, + STATE(1000), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(859), 4, + STATE(850), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -30068,7 +29754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1035), 5, + STATE(1069), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -30081,7 +29767,339 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(559), 12, + STATE(541), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [22680] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(265), 1, + sym_identifier, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(393), 1, + anon_sym_LT_DASH, + ACTIONS(557), 1, + anon_sym_STAR, + STATE(727), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1147), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(395), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [22788] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(231), 1, + sym_identifier, + ACTIONS(235), 1, + anon_sym_LPAREN, + ACTIONS(237), 1, + anon_sym_func, + ACTIONS(239), 1, + anon_sym_STAR, + ACTIONS(241), 1, + anon_sym_LT_DASH, + ACTIONS(251), 1, + anon_sym_DQUOTE, + STATE(286), 1, + sym__expression, + STATE(939), 1, + sym_qualified_type, + STATE(1250), 1, + sym_implicit_length_array_type, + ACTIONS(245), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1215), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(249), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(247), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1058), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(253), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(303), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [22896] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + sym_identifier, + ACTIONS(391), 1, + anon_sym_STAR, + ACTIONS(393), 1, + anon_sym_LT_DASH, + STATE(545), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(395), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [23004] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(23), 1, + anon_sym_LBRACK, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(267), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_func, + ACTIONS(287), 1, + anon_sym_DQUOTE, + ACTIONS(435), 1, + sym_identifier, + ACTIONS(437), 1, + anon_sym_STAR, + ACTIONS(441), 1, + anon_sym_LT_DASH, + STATE(592), 1, + sym__expression, + STATE(839), 1, + sym_qualified_type, + STATE(1281), 1, + sym_implicit_length_array_type, + ACTIONS(281), 2, + anon_sym_new, + anon_sym_make, + STATE(818), 2, + sym_union_type, + sym_negated_type, + STATE(1228), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(285), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(850), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(443), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(867), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(289), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(393), 12, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -30129,16 +30147,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(587), 1, anon_sym_LT_DASH, - STATE(415), 1, + STATE(386), 1, sym_literal_value, - STATE(565), 1, + STATE(550), 1, aux_sym_parameter_declaration_repeat1, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, - STATE(1092), 2, + STATE(1077), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, @@ -30147,7 +30165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -30172,7 +30190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23214] = 10, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(589), 1, anon_sym_LF, @@ -30184,9 +30202,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(601), 1, anon_sym_COLON, - STATE(267), 1, + STATE(256), 1, sym_literal_value, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(584), 2, anon_sym_LPAREN, @@ -30232,7 +30250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23284] = 10, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(589), 1, anon_sym_LF, @@ -30244,9 +30262,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(603), 1, anon_sym_COLON, - STATE(267), 1, + STATE(256), 1, sym_literal_value, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(584), 2, anon_sym_LPAREN, @@ -30292,7 +30310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23354] = 9, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(589), 1, anon_sym_LF, @@ -30302,9 +30320,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(599), 1, anon_sym_LBRACE, - STATE(267), 1, + STATE(256), 1, sym_literal_value, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(584), 2, anon_sym_LPAREN, @@ -30352,7 +30370,7 @@ static const uint16_t ts_small_parse_table[] = { [23421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(77), 17, + ACTIONS(75), 17, ts_builtin_sym_end, anon_sym_SEMI, anon_sym_LPAREN, @@ -30402,7 +30420,7 @@ static const uint16_t ts_small_parse_table[] = { sym_false, sym_iota, [23476] = 19, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(607), 1, anon_sym_LF, @@ -30424,11 +30442,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(635), 1, anon_sym_PIPE_PIPE, - STATE(266), 1, + STATE(272), 1, sym_argument_list, STATE(767), 1, aux_sym_expression_list_repeat1, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(609), 4, anon_sym_SEMI, @@ -30470,7 +30488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, [23563] = 12, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30482,9 +30500,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(637), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, @@ -30530,7 +30548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_PIPE_PIPE, [23635] = 11, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30540,9 +30558,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, @@ -30589,7 +30607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23705] = 10, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30599,9 +30617,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, @@ -30647,7 +30665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23773] = 9, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30657,9 +30675,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(621), 7, anon_sym_STAR, @@ -30704,7 +30722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23839] = 8, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30714,9 +30732,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(637), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(639), 40, anon_sym_SEMI, @@ -30760,7 +30778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, [23903] = 8, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(611), 1, anon_sym_DOT, @@ -30770,9 +30788,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(641), 1, anon_sym_LF, - STATE(266), 1, + STATE(272), 1, sym_argument_list, - STATE(1269), 1, + STATE(1264), 1, sym_type_arguments, ACTIONS(643), 40, anon_sym_SEMI, @@ -30815,7 +30833,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23967] = 22, + [23967] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(645), 1, + anon_sym_LF, + ACTIONS(647), 44, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_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_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_else, + anon_sym_case, + anon_sym_default, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [24020] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -30824,46 +30892,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(617), 1, anon_sym_EQ, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, + ACTIONS(651), 1, anon_sym_LPAREN, - ACTIONS(649), 1, + ACTIONS(653), 1, anon_sym_COMMA, - ACTIONS(651), 1, + ACTIONS(655), 1, anon_sym_LBRACK, - ACTIONS(657), 1, - anon_sym_LT_DASH, ACTIONS(661), 1, + anon_sym_LT_DASH, + ACTIONS(665), 1, anon_sym_PLUS_PLUS, - ACTIONS(663), 1, + ACTIONS(667), 1, anon_sym_DASH_DASH, - ACTIONS(669), 1, + ACTIONS(673), 1, anon_sym_AMP_AMP, - ACTIONS(671), 1, + ACTIONS(675), 1, anon_sym_PIPE_PIPE, - STATE(317), 1, + STATE(300), 1, sym_argument_list, STATE(767), 1, aux_sym_expression_list_repeat1, - STATE(926), 1, + STATE(919), 1, sym_block, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(667), 2, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 4, + ACTIONS(659), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(665), 4, + ACTIONS(669), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -30871,7 +30939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(659), 12, + ACTIONS(663), 12, anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -30884,7 +30952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24058] = 22, + [24111] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -30893,46 +30961,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, ACTIONS(617), 1, anon_sym_EQ, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, + ACTIONS(651), 1, anon_sym_LPAREN, - ACTIONS(649), 1, + ACTIONS(653), 1, anon_sym_COMMA, - ACTIONS(651), 1, + ACTIONS(655), 1, anon_sym_LBRACK, - ACTIONS(657), 1, - anon_sym_LT_DASH, ACTIONS(661), 1, + anon_sym_LT_DASH, + ACTIONS(665), 1, anon_sym_PLUS_PLUS, - ACTIONS(663), 1, + ACTIONS(667), 1, anon_sym_DASH_DASH, - ACTIONS(669), 1, + ACTIONS(673), 1, anon_sym_AMP_AMP, - ACTIONS(671), 1, + ACTIONS(675), 1, anon_sym_PIPE_PIPE, - STATE(317), 1, + STATE(300), 1, sym_argument_list, STATE(767), 1, aux_sym_expression_list_repeat1, - STATE(964), 1, + STATE(966), 1, sym_block, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(667), 2, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 4, + ACTIONS(659), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(665), 4, + ACTIONS(669), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -30940,7 +31008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(659), 12, + ACTIONS(663), 12, anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -30953,18 +31021,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24149] = 5, - ACTIONS(317), 1, + [24202] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(589), 1, + ACTIONS(677), 1, anon_sym_LF, - ACTIONS(673), 1, - anon_sym_LPAREN, - STATE(266), 1, - sym_special_argument_list, - ACTIONS(591), 42, + ACTIONS(679), 44, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, @@ -31005,15 +31071,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24206] = 3, - ACTIONS(317), 1, + [24255] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(675), 1, + ACTIONS(589), 1, anon_sym_LF, - ACTIONS(677), 44, + ACTIONS(681), 1, + anon_sym_LPAREN, + STATE(272), 1, + sym_special_argument_list, + ACTIONS(591), 42, anon_sym_SEMI, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, @@ -31035,7 +31104,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_else, anon_sym_case, anon_sym_default, anon_sym_PLUS, @@ -31055,12 +31123,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24259] = 3, - ACTIONS(317), 1, + [24312] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(679), 1, + ACTIONS(683), 1, anon_sym_LF, - ACTIONS(681), 44, + ACTIONS(685), 44, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31105,15 +31173,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24312] = 3, - ACTIONS(317), 1, + [24365] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(683), 1, + ACTIONS(687), 1, anon_sym_LF, - ACTIONS(685), 43, + ACTIONS(689), 44, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, @@ -31154,12 +31223,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24364] = 3, - ACTIONS(317), 1, + [24418] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(687), 1, + ACTIONS(691), 1, anon_sym_LF, - ACTIONS(689), 43, + ACTIONS(693), 43, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31203,12 +31272,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24416] = 3, - ACTIONS(317), 1, + [24470] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(691), 1, + ACTIONS(589), 1, anon_sym_LF, - ACTIONS(693), 43, + ACTIONS(591), 43, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31252,8 +31321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24468] = 3, - ACTIONS(317), 1, + [24522] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(695), 1, anon_sym_LF, @@ -31301,79 +31370,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24520] = 21, - ACTIONS(3), 1, + [24574] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(607), 1, - anon_sym_SEMI, - ACTIONS(617), 1, - anon_sym_EQ, - ACTIONS(647), 1, - anon_sym_LPAREN, - ACTIONS(649), 1, - anon_sym_COMMA, - ACTIONS(651), 1, - anon_sym_LBRACK, - ACTIONS(657), 1, - anon_sym_LT_DASH, - ACTIONS(661), 1, - anon_sym_PLUS_PLUS, - ACTIONS(663), 1, - anon_sym_DASH_DASH, - ACTIONS(669), 1, - anon_sym_AMP_AMP, - ACTIONS(671), 1, - anon_sym_PIPE_PIPE, ACTIONS(699), 1, - anon_sym_DOT, - ACTIONS(701), 1, - anon_sym_LBRACE, - STATE(317), 1, - sym_argument_list, - STATE(767), 1, - aux_sym_expression_list_repeat1, - STATE(1231), 1, - sym_type_arguments, - ACTIONS(667), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(655), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(665), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(653), 7, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(659), 12, - anon_sym_COLON_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_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [24608] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(703), 1, anon_sym_LF, - ACTIONS(705), 43, + ACTIONS(701), 43, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31417,12 +31419,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24660] = 3, - ACTIONS(317), 1, + [24626] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(589), 1, + ACTIONS(703), 1, anon_sym_LF, - ACTIONS(591), 43, + ACTIONS(705), 43, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31466,8 +31468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24712] = 3, - ACTIONS(317), 1, + [24678] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(707), 1, anon_sym_LF, @@ -31515,8 +31517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24764] = 3, - ACTIONS(317), 1, + [24730] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(711), 1, anon_sym_LF, @@ -31564,8 +31566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24816] = 3, - ACTIONS(317), 1, + [24782] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(715), 1, anon_sym_LF, @@ -31613,8 +31615,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24868] = 3, - ACTIONS(317), 1, + [24834] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(719), 1, anon_sym_LF, @@ -31662,8 +31664,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24920] = 3, - ACTIONS(317), 1, + [24886] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(723), 1, anon_sym_LF, @@ -31711,8 +31713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24972] = 3, - ACTIONS(317), 1, + [24938] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(727), 1, anon_sym_LF, @@ -31760,8 +31762,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25024] = 3, - ACTIONS(317), 1, + [24990] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(731), 1, anon_sym_LF, @@ -31809,8 +31811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25076] = 3, - ACTIONS(317), 1, + [25042] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(735), 1, anon_sym_LF, @@ -31858,8 +31860,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25128] = 3, - ACTIONS(317), 1, + [25094] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(739), 1, anon_sym_LF, @@ -31907,8 +31909,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25180] = 3, - ACTIONS(317), 1, + [25146] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(743), 1, anon_sym_LF, @@ -31956,8 +31958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25232] = 3, - ACTIONS(317), 1, + [25198] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(747), 1, anon_sym_LF, @@ -32005,8 +32007,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25284] = 3, - ACTIONS(317), 1, + [25250] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(751), 1, anon_sym_LF, @@ -32054,8 +32056,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25336] = 3, - ACTIONS(317), 1, + [25302] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(755), 1, anon_sym_LF, @@ -32103,8 +32105,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25388] = 3, - ACTIONS(317), 1, + [25354] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(759), 1, anon_sym_LF, @@ -32152,8 +32154,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25440] = 3, - ACTIONS(317), 1, + [25406] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(763), 1, anon_sym_LF, @@ -32201,25 +32203,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25492] = 3, - ACTIONS(317), 1, + [25458] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(767), 1, - anon_sym_LF, - ACTIONS(769), 43, + ACTIONS(607), 1, anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(617), 1, + anon_sym_EQ, + ACTIONS(651), 1, anon_sym_LPAREN, + ACTIONS(653), 1, anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(655), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_PIPE, - anon_sym_RBRACE, + ACTIONS(661), 1, anon_sym_LT_DASH, - anon_sym_COLON_EQ, + ACTIONS(665), 1, anon_sym_PLUS_PLUS, + ACTIONS(667), 1, anon_sym_DASH_DASH, + ACTIONS(673), 1, + anon_sym_AMP_AMP, + ACTIONS(675), 1, + anon_sym_PIPE_PIPE, + ACTIONS(767), 1, + anon_sym_DOT, + ACTIONS(769), 1, + anon_sym_LBRACE, + STATE(300), 1, + sym_argument_list, + STATE(767), 1, + aux_sym_expression_list_repeat1, + STATE(1213), 1, + sym_type_arguments, + ACTIONS(671), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(659), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(669), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(657), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(663), 12, + anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -32231,27 +32270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_case, - anon_sym_default, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [25544] = 3, - ACTIONS(317), 1, + [25546] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(771), 1, anon_sym_LF, @@ -32299,8 +32319,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25596] = 3, - ACTIONS(317), 1, + [25598] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(775), 1, anon_sym_LF, @@ -32348,8 +32368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25648] = 3, - ACTIONS(317), 1, + [25650] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(779), 1, anon_sym_LF, @@ -32397,8 +32417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25700] = 3, - ACTIONS(317), 1, + [25702] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(783), 1, anon_sym_LF, @@ -32446,8 +32466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25752] = 3, - ACTIONS(317), 1, + [25754] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(787), 1, anon_sym_LF, @@ -32495,8 +32515,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25804] = 3, - ACTIONS(317), 1, + [25806] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(791), 1, anon_sym_LF, @@ -32544,8 +32564,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25856] = 3, - ACTIONS(317), 1, + [25858] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(795), 1, anon_sym_LF, @@ -32593,8 +32613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25908] = 3, - ACTIONS(317), 1, + [25910] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(799), 1, anon_sym_LF, @@ -32642,8 +32662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25960] = 3, - ACTIONS(317), 1, + [25962] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(803), 1, anon_sym_LF, @@ -32691,8 +32711,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26012] = 3, - ACTIONS(317), 1, + [26014] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(807), 1, anon_sym_LF, @@ -32740,20 +32760,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26064] = 8, + [26066] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, anon_sym_LBRACK, - STATE(317), 1, + STATE(300), 1, sym_argument_list, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(639), 14, + ACTIONS(643), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32768,7 +32788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(637), 24, + ACTIONS(641), 24, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, @@ -32793,51 +32813,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26125] = 20, + [26127] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_EQ, + ACTIONS(649), 1, + anon_sym_DOT, + ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, + anon_sym_LBRACK, + ACTIONS(673), 1, + anon_sym_AMP_AMP, + STATE(300), 1, + sym_argument_list, + STATE(1213), 1, + sym_type_arguments, + ACTIONS(671), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(659), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(669), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(657), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 19, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_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_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_PIPE_PIPE, + [26198] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(617), 1, anon_sym_EQ, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, + ACTIONS(651), 1, anon_sym_LPAREN, - ACTIONS(649), 1, + ACTIONS(653), 1, anon_sym_COMMA, - ACTIONS(651), 1, + ACTIONS(655), 1, anon_sym_LBRACK, - ACTIONS(661), 1, + ACTIONS(665), 1, anon_sym_PLUS_PLUS, - ACTIONS(663), 1, + ACTIONS(667), 1, anon_sym_DASH_DASH, - ACTIONS(669), 1, + ACTIONS(673), 1, anon_sym_AMP_AMP, - ACTIONS(671), 1, + ACTIONS(675), 1, anon_sym_PIPE_PIPE, ACTIONS(811), 1, anon_sym_LT_DASH, - STATE(317), 1, + STATE(300), 1, sym_argument_list, STATE(767), 1, aux_sym_expression_list_repeat1, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(667), 2, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 4, + ACTIONS(659), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(665), 4, + ACTIONS(669), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -32845,7 +32923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(659), 12, + ACTIONS(663), 12, anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -32858,20 +32936,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26210] = 8, + [26283] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, anon_sym_LBRACK, - STATE(317), 1, + STATE(300), 1, sym_argument_list, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(643), 14, + ACTIONS(639), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32886,7 +32964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(641), 24, + ACTIONS(637), 24, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, @@ -32911,7 +32989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26271] = 9, + [26344] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(563), 1, @@ -32922,9 +33000,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(813), 1, anon_sym_LBRACK, - STATE(298), 1, + STATE(299), 1, sym_literal_value, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(591), 13, anon_sym_EQ, @@ -32965,18 +33043,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26334] = 9, + [26407] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, anon_sym_LBRACK, - STATE(317), 1, + STATE(300), 1, sym_argument_list, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, ACTIONS(639), 7, anon_sym_EQ, @@ -32986,7 +33064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -33019,29 +33097,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26397] = 10, + [26470] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, anon_sym_LBRACK, - STATE(317), 1, + STATE(300), 1, sym_argument_list, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, ACTIONS(639), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 4, + ACTIONS(659), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -33074,35 +33152,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26462] = 12, + [26535] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_EQ, - ACTIONS(645), 1, + ACTIONS(649), 1, anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, ACTIONS(651), 1, + anon_sym_LPAREN, + ACTIONS(655), 1, anon_sym_LBRACK, - STATE(317), 1, + STATE(300), 1, sym_argument_list, - STATE(1231), 1, + STATE(1213), 1, sym_type_arguments, - ACTIONS(667), 2, + ACTIONS(671), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 4, + ACTIONS(659), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(665), 4, + ACTIONS(669), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(653), 7, + ACTIONS(657), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -33131,70 +33209,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26531] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 1, - anon_sym_EQ, - ACTIONS(645), 1, - anon_sym_DOT, - ACTIONS(647), 1, - anon_sym_LPAREN, - ACTIONS(651), 1, - anon_sym_LBRACK, - ACTIONS(669), 1, - anon_sym_AMP_AMP, - STATE(317), 1, - sym_argument_list, - STATE(1231), 1, - sym_type_arguments, - ACTIONS(667), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(655), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(665), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(653), 7, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(637), 19, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_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_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_PIPE_PIPE, - [26602] = 5, + [26604] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(816), 1, anon_sym_LPAREN, - STATE(317), 1, + STATE(300), 1, sym_special_argument_list, ACTIONS(591), 14, anon_sym_EQ, @@ -33238,10 +33258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26656] = 3, + [26658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(785), 14, + ACTIONS(679), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33256,7 +33276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(783), 27, + ACTIONS(677), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33284,10 +33304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26705] = 3, + [26707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(757), 14, + ACTIONS(801), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33302,7 +33322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(755), 27, + ACTIONS(799), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33330,10 +33350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26754] = 3, + [26756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(797), 14, + ACTIONS(721), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33348,7 +33368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(795), 27, + ACTIONS(719), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33376,10 +33396,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26803] = 3, + [26805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(745), 14, + ACTIONS(689), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33394,7 +33414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(743), 27, + ACTIONS(687), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33422,10 +33442,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26852] = 3, + [26854] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(741), 14, + ACTIONS(701), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33440,7 +33460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(739), 27, + ACTIONS(699), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33468,10 +33488,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26901] = 3, + [26903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(753), 14, + ACTIONS(697), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33486,7 +33506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(751), 27, + ACTIONS(695), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33514,10 +33534,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26950] = 3, + [26952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(765), 14, + ACTIONS(761), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33532,7 +33552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(763), 27, + ACTIONS(759), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33560,10 +33580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26999] = 3, + [27001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(793), 14, + ACTIONS(685), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33578,7 +33598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(791), 27, + ACTIONS(683), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33606,10 +33626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27048] = 3, + [27050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(697), 14, + ACTIONS(781), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33624,7 +33644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(695), 27, + ACTIONS(779), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33652,10 +33672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27097] = 3, + [27099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(733), 14, + ACTIONS(591), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33670,7 +33690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(731), 27, + ACTIONS(589), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33698,10 +33718,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27146] = 3, + [27148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 14, + ACTIONS(647), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33716,7 +33736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(711), 27, + ACTIONS(645), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33744,10 +33764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27195] = 3, + [27197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(801), 14, + ACTIONS(745), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33762,7 +33782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(799), 27, + ACTIONS(743), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33790,10 +33810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27244] = 3, + [27246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(721), 14, + ACTIONS(705), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33808,7 +33828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(719), 27, + ACTIONS(703), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33836,10 +33856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27293] = 3, + [27295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(805), 14, + ACTIONS(725), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33854,7 +33874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(803), 27, + ACTIONS(723), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33882,10 +33902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27342] = 3, + [27344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(591), 14, + ACTIONS(741), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33900,7 +33920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(589), 27, + ACTIONS(739), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33928,10 +33948,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27391] = 3, + [27393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(809), 14, + ACTIONS(709), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33946,7 +33966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(807), 27, + ACTIONS(707), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -33974,10 +33994,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27440] = 3, + [27442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(761), 14, + ACTIONS(757), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33992,7 +34012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(759), 27, + ACTIONS(755), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34020,10 +34040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27489] = 3, + [27491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(789), 14, + ACTIONS(717), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34038,7 +34058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(787), 27, + ACTIONS(715), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34066,10 +34086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27538] = 3, + [27540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(681), 14, + ACTIONS(737), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34084,7 +34104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(679), 27, + ACTIONS(735), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34112,10 +34132,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27587] = 3, + [27589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(769), 14, + ACTIONS(765), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34130,7 +34150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(767), 27, + ACTIONS(763), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34158,10 +34178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27636] = 3, + [27638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(693), 14, + ACTIONS(733), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34176,7 +34196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(691), 27, + ACTIONS(731), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34204,10 +34224,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27685] = 3, + [27687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(749), 14, + ACTIONS(777), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34222,7 +34242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(747), 27, + ACTIONS(775), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34250,10 +34270,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27734] = 3, + [27736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(729), 14, + ACTIONS(749), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34268,7 +34288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(727), 27, + ACTIONS(747), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34296,10 +34316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27783] = 3, + [27785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(737), 14, + ACTIONS(809), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34314,7 +34334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(735), 27, + ACTIONS(807), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34342,10 +34362,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27832] = 3, + [27834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(677), 14, + ACTIONS(729), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34360,7 +34380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(675), 27, + ACTIONS(727), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34388,10 +34408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27881] = 3, + [27883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 14, + ACTIONS(785), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34406,7 +34426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 27, + ACTIONS(783), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34434,10 +34454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27930] = 3, + [27932] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(705), 14, + ACTIONS(713), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34452,7 +34472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(703), 27, + ACTIONS(711), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34480,10 +34500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27979] = 3, + [27981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(717), 14, + ACTIONS(773), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34498,7 +34518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(715), 27, + ACTIONS(771), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34526,10 +34546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28028] = 3, + [28030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(725), 14, + ACTIONS(753), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34544,7 +34564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(723), 27, + ACTIONS(751), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34572,10 +34592,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28077] = 3, + [28079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(689), 14, + ACTIONS(693), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34590,7 +34610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(687), 27, + ACTIONS(691), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34618,10 +34638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28126] = 3, + [28128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(781), 14, + ACTIONS(789), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34636,7 +34656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(779), 27, + ACTIONS(787), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34664,10 +34684,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28175] = 3, + [28177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(777), 14, + ACTIONS(793), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34682,7 +34702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(775), 27, + ACTIONS(791), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34710,10 +34730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28224] = 3, + [28226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 14, + ACTIONS(805), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34728,7 +34748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(707), 27, + ACTIONS(803), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34756,10 +34776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28273] = 3, + [28275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(773), 14, + ACTIONS(797), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34774,7 +34794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(771), 27, + ACTIONS(795), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -34802,7 +34822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28322] = 10, + [28324] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(563), 1, @@ -34815,9 +34835,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(818), 1, anon_sym_LBRACE, - STATE(343), 1, + STATE(356), 1, sym_literal_value, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(591), 13, anon_sym_EQ, @@ -34853,7 +34873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28383] = 9, + [28385] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(820), 1, @@ -34862,18 +34882,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - STATE(340), 1, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, - ACTIONS(639), 7, + ACTIONS(639), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(828), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_LT, - anon_sym_GT, ACTIONS(826), 7, anon_sym_STAR, anon_sym_AMP, @@ -34902,7 +34923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28441] = 10, + [28445] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(820), 1, @@ -34911,27 +34932,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - STATE(340), 1, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, - ACTIONS(639), 3, + ACTIONS(639), 14, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(828), 4, + anon_sym_STAR, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(826), 7, - anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, + anon_sym_LT, + anon_sym_GT, ACTIONS(637), 19, anon_sym_COMMA, anon_sym_COLON_EQ, @@ -34952,22 +34971,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28501] = 12, + [28501] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, - anon_sym_EQ, ACTIONS(820), 1, anon_sym_DOT, ACTIONS(822), 1, anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - STATE(340), 1, + ACTIONS(832), 1, + anon_sym_EQ, + ACTIONS(838), 1, + anon_sym_AMP_AMP, + ACTIONS(840), 1, + anon_sym_PIPE_PIPE, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, - ACTIONS(832), 2, + ACTIONS(836), 2, anon_sym_LT, anon_sym_GT, ACTIONS(828), 4, @@ -34975,7 +34998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(830), 4, + ACTIONS(834), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -34988,7 +35011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 15, + ACTIONS(830), 13, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -35002,9 +35025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28565] = 8, + [28569] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(820), 1, @@ -35013,9 +35034,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - STATE(340), 1, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, ACTIONS(643), 14, anon_sym_EQ, @@ -35052,55 +35073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28621] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(820), 1, - anon_sym_DOT, - ACTIONS(822), 1, - anon_sym_LPAREN, - ACTIONS(824), 1, - anon_sym_LBRACK, - STATE(340), 1, - sym_argument_list, - STATE(1208), 1, - sym_type_arguments, - ACTIONS(639), 14, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_LT, - anon_sym_GT, - ACTIONS(637), 19, - anon_sym_COMMA, - anon_sym_COLON_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_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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28677] = 13, + [28625] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, @@ -35111,13 +35084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - ACTIONS(834), 1, + ACTIONS(838), 1, anon_sym_AMP_AMP, - STATE(340), 1, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, - ACTIONS(832), 2, + ACTIONS(836), 2, anon_sym_LT, anon_sym_GT, ACTIONS(828), 4, @@ -35125,7 +35098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(830), 4, + ACTIONS(834), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -35153,26 +35126,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_PIPE, - [28743] = 14, + [28691] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(639), 1, + anon_sym_EQ, ACTIONS(820), 1, anon_sym_DOT, ACTIONS(822), 1, anon_sym_LPAREN, ACTIONS(824), 1, anon_sym_LBRACK, - ACTIONS(834), 1, - anon_sym_AMP_AMP, - ACTIONS(838), 1, - anon_sym_EQ, - ACTIONS(840), 1, - anon_sym_PIPE_PIPE, - STATE(340), 1, + STATE(354), 1, sym_argument_list, - STATE(1208), 1, + STATE(1230), 1, sym_type_arguments, - ACTIONS(832), 2, + ACTIONS(836), 2, anon_sym_LT, anon_sym_GT, ACTIONS(828), 4, @@ -35180,7 +35149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(830), 4, + ACTIONS(834), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -35193,7 +35162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(836), 13, + ACTIONS(637), 15, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -35207,32 +35176,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28811] = 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [28755] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(842), 1, + ACTIONS(820), 1, + anon_sym_DOT, + ACTIONS(822), 1, anon_sym_LPAREN, - STATE(340), 1, - sym_special_argument_list, - ACTIONS(591), 14, + ACTIONS(824), 1, + anon_sym_LBRACK, + STATE(354), 1, + sym_argument_list, + STATE(1230), 1, + sym_type_arguments, + ACTIONS(639), 7, anon_sym_EQ, - anon_sym_STAR, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + anon_sym_LT, + anon_sym_GT, + ACTIONS(826), 7, + anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 21, - anon_sym_DOT, + ACTIONS(637), 19, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -35251,10 +35227,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28860] = 3, + [28813] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(745), 14, + ACTIONS(842), 1, + anon_sym_LPAREN, + STATE(354), 1, + sym_special_argument_list, + ACTIONS(591), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35269,9 +35249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(743), 22, + ACTIONS(589), 21, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_COLON_EQ, @@ -35292,7 +35271,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28904] = 3, + [28862] = 19, + ACTIONS(325), 1, + sym_comment, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(846), 1, + anon_sym_LF, + ACTIONS(850), 1, + anon_sym_LPAREN, + ACTIONS(852), 1, + anon_sym_func, + ACTIONS(854), 1, + anon_sym_LBRACK, + ACTIONS(856), 1, + anon_sym_STAR, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(860), 1, + anon_sym_TILDE, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(864), 1, + anon_sym_map, + ACTIONS(866), 1, + anon_sym_chan, + ACTIONS(868), 1, + anon_sym_LT_DASH, + STATE(807), 1, + sym__simple_type, + STATE(808), 1, + sym_parameter_list, + STATE(1316), 1, + sym_parenthesized_type, + STATE(782), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + ACTIONS(848), 9, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + sym_raw_string_literal, + anon_sym_DQUOTE, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [28938] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(765), 14, @@ -35333,10 +35369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28948] = 3, + [28982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(677), 14, + ACTIONS(793), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35351,7 +35387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(675), 22, + ACTIONS(791), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35374,10 +35410,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28992] = 3, + [29026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(737), 14, + ACTIONS(733), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35392,7 +35428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(735), 22, + ACTIONS(731), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35415,10 +35451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29036] = 3, + [29070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 14, + ACTIONS(689), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35433,7 +35469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 22, + ACTIONS(687), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35456,10 +35492,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29080] = 3, + [29114] = 25, + ACTIONS(325), 1, + sym_comment, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(860), 1, + anon_sym_TILDE, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(872), 1, + anon_sym_LF, + ACTIONS(876), 1, + anon_sym_DOT, + ACTIONS(878), 1, + anon_sym_LPAREN, + ACTIONS(880), 1, + anon_sym_COMMA, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(884), 1, + anon_sym_LBRACK, + ACTIONS(886), 1, + anon_sym_STAR, + ACTIONS(888), 1, + anon_sym_PIPE, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(894), 1, + anon_sym_LT_DASH, + ACTIONS(896), 1, + sym_raw_string_literal, + ACTIONS(898), 1, + anon_sym_DQUOTE, + STATE(561), 1, + aux_sym_field_declaration_repeat1, + STATE(811), 1, + sym_type_arguments, + STATE(1118), 1, + sym_interpreted_string_literal, + ACTIONS(874), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + STATE(870), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [29202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(749), 14, + ACTIONS(781), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35474,7 +35573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(747), 22, + ACTIONS(779), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35497,10 +35596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29124] = 3, + [29246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(741), 14, + ACTIONS(789), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35515,7 +35614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(739), 22, + ACTIONS(787), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35538,10 +35637,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29168] = 3, + [29290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(769), 14, + ACTIONS(737), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35556,7 +35655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(767), 22, + ACTIONS(735), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35579,10 +35678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29212] = 3, + [29334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(773), 14, + ACTIONS(777), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35597,7 +35696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(771), 22, + ACTIONS(775), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35620,10 +35719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29256] = 3, + [29378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(789), 14, + ACTIONS(693), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35638,7 +35737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(787), 22, + ACTIONS(691), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35661,10 +35760,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29300] = 3, + [29422] = 19, + ACTIONS(325), 1, + sym_comment, + ACTIONS(846), 1, + anon_sym_LF, + ACTIONS(850), 1, + anon_sym_LPAREN, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(860), 1, + anon_sym_TILDE, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(886), 1, + anon_sym_STAR, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(894), 1, + anon_sym_LT_DASH, + ACTIONS(900), 1, + anon_sym_LBRACK, + STATE(807), 1, + sym__simple_type, + STATE(808), 1, + sym_parameter_list, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + ACTIONS(848), 9, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + sym_raw_string_literal, + anon_sym_DQUOTE, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [29498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(777), 14, + ACTIONS(721), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35679,7 +35835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(775), 22, + ACTIONS(719), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35702,10 +35858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29344] = 3, + [29542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(781), 14, + ACTIONS(753), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35720,7 +35876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(779), 22, + ACTIONS(751), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35743,10 +35899,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29388] = 3, + [29586] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(785), 14, + ACTIONS(679), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35761,7 +35917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(783), 22, + ACTIONS(677), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35784,10 +35940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29432] = 3, + [29630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(733), 14, + ACTIONS(809), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35802,7 +35958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(731), 22, + ACTIONS(807), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35825,10 +35981,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29476] = 3, + [29674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(693), 14, + ACTIONS(725), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35843,7 +35999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(691), 22, + ACTIONS(723), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35866,10 +36022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29520] = 3, + [29718] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(717), 14, + ACTIONS(761), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35884,7 +36040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(715), 22, + ACTIONS(759), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -35907,67 +36063,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29564] = 19, - ACTIONS(317), 1, + [29762] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, - sym_identifier, - ACTIONS(846), 1, - anon_sym_LF, - ACTIONS(850), 1, + ACTIONS(801), 14, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_LT, + anon_sym_GT, + ACTIONS(799), 22, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(852), 1, - anon_sym_func, - ACTIONS(854), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(856), 1, + anon_sym_COLON_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_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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [29806] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(697), 14, + anon_sym_EQ, anon_sym_STAR, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(864), 1, - anon_sym_map, - ACTIONS(866), 1, - anon_sym_chan, - ACTIONS(868), 1, - anon_sym_LT_DASH, - STATE(812), 1, - sym__simple_type, - STATE(814), 1, - sym_parameter_list, - STATE(1296), 1, - sym_parenthesized_type, - STATE(780), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - ACTIONS(848), 9, - anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_LT, + anon_sym_GT, + ACTIONS(695), 22, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_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_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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [29850] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(647), 14, anon_sym_EQ, + anon_sym_STAR, anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - sym_raw_string_literal, - anon_sym_DQUOTE, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [29640] = 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_LT, + anon_sym_GT, + ACTIONS(645), 22, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_COLON_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_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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [29894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(681), 14, + ACTIONS(591), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -35982,7 +36204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(679), 22, + ACTIONS(589), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36005,10 +36227,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29684] = 3, + [29938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(757), 14, + ACTIONS(773), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36023,7 +36245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(755), 22, + ACTIONS(771), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36046,10 +36268,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29728] = 3, + [29982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(721), 14, + ACTIONS(745), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36064,7 +36286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(719), 22, + ACTIONS(743), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36087,10 +36309,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29772] = 3, + [30026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(697), 14, + ACTIONS(741), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36105,7 +36327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(695), 22, + ACTIONS(739), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36128,10 +36350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29816] = 3, + [30070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 14, + ACTIONS(685), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36146,7 +36368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(707), 22, + ACTIONS(683), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36169,10 +36391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29860] = 3, + [30114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 14, + ACTIONS(701), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36187,7 +36409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(711), 22, + ACTIONS(699), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36210,10 +36432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29904] = 3, + [30158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(809), 14, + ACTIONS(713), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36228,7 +36450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(807), 22, + ACTIONS(711), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36251,212 +36473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [29948] = 3, + [30202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(729), 14, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_LT, - anon_sym_GT, - ACTIONS(727), 22, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_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_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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [29992] = 19, - ACTIONS(317), 1, - sym_comment, - ACTIONS(846), 1, - anon_sym_LF, - ACTIONS(850), 1, - anon_sym_LPAREN, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(874), 1, - anon_sym_LBRACK, - ACTIONS(876), 1, - anon_sym_STAR, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(882), 1, - anon_sym_LT_DASH, - STATE(812), 1, - sym__simple_type, - STATE(814), 1, - sym_parameter_list, - STATE(1296), 1, - sym_parenthesized_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - ACTIONS(848), 9, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - sym_raw_string_literal, - anon_sym_DQUOTE, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [30068] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(591), 14, - anon_sym_EQ, - anon_sym_STAR, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 22, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_COLON_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_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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [30112] = 25, - ACTIONS(317), 1, - sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(876), 1, - anon_sym_STAR, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(882), 1, - anon_sym_LT_DASH, - ACTIONS(884), 1, - anon_sym_LF, - ACTIONS(888), 1, - anon_sym_DOT, - ACTIONS(890), 1, - anon_sym_LPAREN, - ACTIONS(892), 1, - anon_sym_COMMA, - ACTIONS(894), 1, - anon_sym_LBRACK, - ACTIONS(896), 1, - anon_sym_PIPE, - ACTIONS(898), 1, - sym_raw_string_literal, - ACTIONS(900), 1, - anon_sym_DQUOTE, - STATE(532), 1, - aux_sym_field_declaration_repeat1, - STATE(804), 1, - sym_type_arguments, - STATE(1102), 1, - sym_interpreted_string_literal, - ACTIONS(886), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - STATE(866), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [30200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(689), 14, + ACTIONS(749), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36471,7 +36491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(687), 22, + ACTIONS(747), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36494,10 +36514,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30244] = 3, + [30246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(753), 14, + ACTIONS(717), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36512,7 +36532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(751), 22, + ACTIONS(715), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36535,7 +36555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30288] = 3, + [30290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(705), 14, @@ -36576,10 +36596,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30332] = 3, + [30334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(805), 14, + ACTIONS(709), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36594,7 +36614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(803), 22, + ACTIONS(707), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36617,10 +36637,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30376] = 3, + [30378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(725), 14, + ACTIONS(785), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36635,7 +36655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(723), 22, + ACTIONS(783), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36658,10 +36678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30420] = 3, + [30422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(793), 14, + ACTIONS(729), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36676,7 +36696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(791), 22, + ACTIONS(727), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36699,10 +36719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30464] = 3, + [30466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(801), 14, + ACTIONS(797), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36717,7 +36737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(799), 22, + ACTIONS(795), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36740,10 +36760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30508] = 3, + [30510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(761), 14, + ACTIONS(757), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36758,7 +36778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(759), 22, + ACTIONS(755), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36781,10 +36801,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30552] = 3, + [30554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(797), 14, + ACTIONS(805), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -36799,7 +36819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(795), 22, + ACTIONS(803), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -36822,7 +36842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30596] = 8, + [30598] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -36831,11 +36851,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(639), 7, + ACTIONS(643), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -36843,7 +36863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(637), 22, + ACTIONS(641), 22, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, @@ -36866,7 +36886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30648] = 8, + [30650] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -36875,11 +36895,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(643), 7, + ACTIONS(639), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -36887,7 +36907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(641), 22, + ACTIONS(637), 22, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, @@ -36910,91 +36930,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30700] = 20, + [30702] = 18, + ACTIONS(3), 1, + sym_comment, ACTIONS(29), 1, anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(305), 1, - anon_sym_TILDE, - ACTIONS(317), 1, - sym_comment, ACTIONS(561), 1, sym_identifier, ACTIONS(573), 1, anon_sym_func, - ACTIONS(908), 1, - anon_sym_LF, - ACTIONS(912), 1, - anon_sym_LPAREN, - ACTIONS(914), 1, - anon_sym_COMMA, - ACTIONS(916), 1, - anon_sym_EQ, - ACTIONS(918), 1, - anon_sym_LBRACK, - ACTIONS(920), 1, - anon_sym_STAR, - ACTIONS(922), 1, + ACTIONS(587), 1, anon_sym_LT_DASH, - STATE(381), 1, - aux_sym_const_spec_repeat1, - STATE(1241), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - ACTIONS(910), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [30775] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(924), 1, - sym_identifier, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(928), 1, - anon_sym_func, - ACTIONS(930), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(936), 1, - anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, - STATE(829), 1, - sym__simple_type, STATE(832), 1, + sym__simple_type, + STATE(833), 1, sym_parameter_list, - STATE(1339), 1, + STATE(1359), 1, sym_parenthesized_type, STATE(818), 3, sym_union_type, @@ -37008,7 +36973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37018,36 +36983,31 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [30846] = 10, + [30773] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(275), 1, - anon_sym_LBRACE, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(584), 1, - anon_sym_PIPE, - ACTIONS(813), 1, - anon_sym_LBRACK, - STATE(415), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(578), 2, + ACTIONS(914), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - ACTIONS(591), 6, + STATE(385), 1, + sym_special_argument_list, + ACTIONS(591), 8, + anon_sym_DOT, anon_sym_EQ, + anon_sym_PIPE, anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(589), 19, + ACTIONS(589), 23, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON_EQ, anon_sym_PLUS, @@ -37063,50 +37023,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [30901] = 18, - ACTIONS(3), 1, - sym_comment, + [30818] = 20, ACTIONS(29), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(313), 1, + anon_sym_TILDE, + ACTIONS(325), 1, + sym_comment, ACTIONS(561), 1, sym_identifier, ACTIONS(573), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(926), 1, + ACTIONS(916), 1, + anon_sym_LF, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(922), 1, + anon_sym_COMMA, + ACTIONS(924), 1, + anon_sym_EQ, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(928), 1, anon_sym_STAR, - STATE(829), 1, - sym__simple_type, - STATE(832), 1, - sym_parameter_list, - STATE(1339), 1, + ACTIONS(930), 1, + anon_sym_LT_DASH, + STATE(379), 1, + aux_sym_const_spec_repeat1, + STATE(1245), 2, sym_parenthesized_type, - STATE(817), 3, + sym__simple_type, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - ACTIONS(846), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_COLON, - STATE(859), 9, + ACTIONS(918), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37116,47 +37078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [30972] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(944), 1, - anon_sym_LPAREN, - STATE(414), 1, - sym_special_argument_list, - ACTIONS(591), 8, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 23, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [31017] = 20, + [30893] = 20, ACTIONS(29), 1, anon_sym_struct, ACTIONS(35), 1, @@ -37165,43 +37087,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(305), 1, + ACTIONS(313), 1, anon_sym_TILDE, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(561), 1, sym_identifier, ACTIONS(573), 1, anon_sym_func, - ACTIONS(912), 1, + ACTIONS(920), 1, anon_sym_LPAREN, - ACTIONS(914), 1, + ACTIONS(922), 1, anon_sym_COMMA, - ACTIONS(918), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(920), 1, + ACTIONS(928), 1, anon_sym_STAR, - ACTIONS(922), 1, + ACTIONS(930), 1, anon_sym_LT_DASH, - ACTIONS(946), 1, + ACTIONS(932), 1, anon_sym_LF, - ACTIONS(950), 1, + ACTIONS(936), 1, anon_sym_EQ, STATE(756), 1, aux_sym_const_spec_repeat1, - STATE(1285), 2, + STATE(1257), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - ACTIONS(948), 4, + ACTIONS(934), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37211,28 +37133,89 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [31092] = 3, + [30968] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(697), 8, - anon_sym_DOT, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(908), 1, + anon_sym_LPAREN, + ACTIONS(938), 1, + sym_identifier, + ACTIONS(940), 1, + anon_sym_func, + ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, + anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, + STATE(832), 1, + sym__simple_type, + STATE(833), 1, + sym_parameter_list, + STATE(1359), 1, + sym_parenthesized_type, + STATE(821), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + ACTIONS(846), 7, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [31039] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(275), 1, + anon_sym_LBRACE, + ACTIONS(563), 1, + anon_sym_DOT, + ACTIONS(584), 1, anon_sym_PIPE, + ACTIONS(813), 1, + anon_sym_LBRACK, + STATE(386), 1, + sym_literal_value, + STATE(824), 1, + sym_type_arguments, + ACTIONS(578), 2, + anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(591), 6, + anon_sym_EQ, anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(695), 24, + ACTIONS(589), 19, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, anon_sym_STAR, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON_EQ, anon_sym_PLUS, @@ -37248,10 +37231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31132] = 3, + [31094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 8, + ACTIONS(705), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37260,7 +37243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 24, + ACTIONS(703), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37285,10 +37268,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31172] = 3, + [31134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(785), 8, + ACTIONS(689), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37297,7 +37280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(783), 24, + ACTIONS(687), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37322,10 +37305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31212] = 3, + [31174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(761), 8, + ACTIONS(685), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37334,7 +37317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(759), 24, + ACTIONS(683), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37359,10 +37342,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31252] = 3, + [31214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(591), 8, + ACTIONS(761), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37371,7 +37354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(589), 24, + ACTIONS(759), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37396,10 +37379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31292] = 3, + [31254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(797), 8, + ACTIONS(697), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37408,7 +37391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(795), 24, + ACTIONS(695), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37433,155 +37416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31332] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(801), 8, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(799), 24, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [31372] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(733), 8, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(731), 24, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [31412] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(793), 8, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(791), 24, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [31452] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(681), 8, - anon_sym_DOT, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(679), 24, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [31492] = 20, + [31294] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -37600,23 +37435,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(952), 1, anon_sym_LBRACE, - STATE(389), 1, + STATE(390), 1, sym_block, - STATE(863), 1, - sym__simple_type, - STATE(864), 1, + STATE(877), 1, sym_parameter_list, - STATE(1339), 1, + STATE(879), 1, + sym__simple_type, + STATE(1359), 1, sym_parenthesized_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, @@ -37625,7 +37460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACK, anon_sym_PIPE, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37635,10 +37470,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [31566] = 3, + [31368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(721), 8, + ACTIONS(701), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37647,7 +37482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(719), 24, + ACTIONS(699), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37672,10 +37507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31606] = 3, + [31408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(805), 8, + ACTIONS(721), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37684,7 +37519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(803), 24, + ACTIONS(719), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37709,10 +37544,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31646] = 3, + [31448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(745), 8, + ACTIONS(781), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37721,7 +37556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(743), 24, + ACTIONS(779), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37746,10 +37581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31686] = 3, + [31488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(781), 8, + ACTIONS(647), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37758,7 +37593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(779), 24, + ACTIONS(645), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37783,10 +37618,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31726] = 3, + [31528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(757), 8, + ACTIONS(745), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37795,7 +37630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(755), 24, + ACTIONS(743), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37820,10 +37655,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31766] = 3, + [31568] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 8, + ACTIONS(591), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37832,7 +37667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(707), 24, + ACTIONS(589), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37857,10 +37692,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31806] = 3, + [31608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(693), 8, + ACTIONS(709), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37869,7 +37704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(691), 24, + ACTIONS(707), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37894,10 +37729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31846] = 3, + [31648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(777), 8, + ACTIONS(757), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37906,7 +37741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(775), 24, + ACTIONS(755), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37931,10 +37766,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31886] = 3, + [31688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 8, + ACTIONS(765), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -37943,7 +37778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(711), 24, + ACTIONS(763), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -37968,7 +37803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31926] = 3, + [31728] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(729), 8, @@ -38005,10 +37840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31966] = 3, + [31768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(753), 8, + ACTIONS(785), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38017,7 +37852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(751), 24, + ACTIONS(783), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38042,10 +37877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32006] = 3, + [31808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(689), 8, + ACTIONS(713), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38054,7 +37889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(687), 24, + ACTIONS(711), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38079,10 +37914,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32046] = 3, + [31848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(765), 8, + ACTIONS(773), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38091,7 +37926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(763), 24, + ACTIONS(771), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38116,10 +37951,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32086] = 3, + [31888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(809), 8, + ACTIONS(801), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38128,7 +37963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(807), 24, + ACTIONS(799), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38153,10 +37988,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32126] = 3, + [31928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(705), 8, + ACTIONS(753), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38165,7 +38000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(703), 24, + ACTIONS(751), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38190,65 +38025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32166] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(570), 1, - anon_sym_COMMA, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(954), 1, - anon_sym_DOT, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(960), 1, - anon_sym_LBRACK, - ACTIONS(962), 1, - anon_sym_DOT_DOT_DOT, - STATE(565), 1, - aux_sym_parameter_declaration_repeat1, - STATE(855), 1, - sym_type_arguments, - ACTIONS(958), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - STATE(1092), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [32242] = 3, + [31968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(677), 8, + ACTIONS(693), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38257,7 +38037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(675), 24, + ACTIONS(691), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38282,10 +38062,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32282] = 3, + [32008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(773), 8, + ACTIONS(789), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38294,7 +38074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(771), 24, + ACTIONS(787), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38319,10 +38099,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32322] = 3, + [32048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(769), 8, + ACTIONS(793), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38331,7 +38111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(767), 24, + ACTIONS(791), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38356,10 +38136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32362] = 3, + [32088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(717), 8, + ACTIONS(797), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38368,7 +38148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(715), 24, + ACTIONS(795), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38393,10 +38173,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32402] = 3, + [32128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(749), 8, + ACTIONS(805), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38405,7 +38185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(747), 24, + ACTIONS(803), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38430,10 +38210,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32442] = 3, + [32168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(737), 8, + ACTIONS(809), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38442,7 +38222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(735), 24, + ACTIONS(807), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38467,10 +38247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32482] = 3, + [32208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(741), 8, + ACTIONS(749), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38479,7 +38259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(739), 24, + ACTIONS(747), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38504,10 +38284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32522] = 3, + [32248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(725), 8, + ACTIONS(777), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38516,7 +38296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(723), 24, + ACTIONS(775), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38541,10 +38321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32562] = 3, + [32288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(789), 8, + ACTIONS(733), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -38553,7 +38333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(787), 24, + ACTIONS(731), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -38578,140 +38358,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32602] = 15, + [32328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(737), 8, anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(639), 2, anon_sym_EQ, + anon_sym_PIPE, anon_sym_COLON, - ACTIONS(972), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(735), 24, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [32368] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(717), 8, + anon_sym_DOT, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(715), 24, anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32665] = 10, + [32408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(741), 8, anon_sym_DOT, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(639), 5, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(966), 5, + ACTIONS(739), 24, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 14, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [32448] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(725), 8, + anon_sym_DOT, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(723), 24, anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32718] = 9, - ACTIONS(317), 1, + [32488] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(589), 1, - anon_sym_LF, - ACTIONS(593), 1, + ACTIONS(679), 8, anon_sym_DOT, - ACTIONS(596), 1, - anon_sym_LBRACK, - ACTIONS(980), 1, - anon_sym_LBRACE, - STATE(483), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(584), 2, - anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, - ACTIONS(591), 23, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(677), 24, anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, anon_sym_LT_EQ, - anon_sym_GT, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32769] = 20, + [32528] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -38732,29 +38564,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, + ACTIONS(954), 1, + anon_sym_DOT, ACTIONS(956), 1, anon_sym_LPAREN, ACTIONS(960), 1, anon_sym_LBRACK, - ACTIONS(982), 1, - anon_sym_DOT, - STATE(565), 1, + ACTIONS(962), 1, + anon_sym_DOT_DOT_DOT, + STATE(550), 1, aux_sym_parameter_declaration_repeat1, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(958), 2, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - STATE(1092), 2, + STATE(1077), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38764,36 +38598,36 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [32842] = 19, - ACTIONS(317), 1, + [32604] = 19, + ACTIONS(325), 1, sym_comment, - ACTIONS(984), 1, + ACTIONS(964), 1, sym_identifier, - ACTIONS(986), 1, + ACTIONS(966), 1, anon_sym_LPAREN, - ACTIONS(988), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(990), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(992), 1, + ACTIONS(972), 1, anon_sym_STAR, - ACTIONS(994), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(996), 1, + ACTIONS(976), 1, anon_sym_TILDE, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1004), 1, + ACTIONS(984), 1, anon_sym_LT_DASH, - STATE(925), 1, + STATE(892), 1, sym_parameter_list, - STATE(936), 1, + STATE(904), 1, sym__simple_type, - STATE(1338), 1, + STATE(1322), 1, sym_parenthesized_type, ACTIONS(846), 2, ts_builtin_sym_end, @@ -38802,11 +38636,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_PIPE, anon_sym_LBRACE, - STATE(873), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38816,103 +38650,51 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [32913] = 19, - ACTIONS(317), 1, + [32675] = 21, + ACTIONS(325), 1, sym_comment, - ACTIONS(986), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(996), 1, - anon_sym_TILDE, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1006), 1, + ACTIONS(964), 1, sym_identifier, - ACTIONS(1008), 1, + ACTIONS(966), 1, + anon_sym_LPAREN, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(1010), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(972), 1, anon_sym_STAR, - ACTIONS(1014), 1, - anon_sym_map, - ACTIONS(1016), 1, - anon_sym_chan, - ACTIONS(1018), 1, - anon_sym_LT_DASH, - STATE(925), 1, - sym_parameter_list, - STATE(936), 1, - sym__simple_type, - STATE(1338), 1, - sym_parenthesized_type, - ACTIONS(846), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(848), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_LBRACE, - STATE(877), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [32984] = 21, - ACTIONS(317), 1, - sym_comment, - ACTIONS(986), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(996), 1, + ACTIONS(976), 1, anon_sym_TILDE, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1010), 1, - anon_sym_LBRACK, - ACTIONS(1012), 1, - anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1018), 1, + ACTIONS(984), 1, anon_sym_LT_DASH, - ACTIONS(1022), 1, + ACTIONS(988), 1, anon_sym_SEMI, - ACTIONS(1024), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - STATE(934), 1, + STATE(937), 1, sym__simple_type, - STATE(957), 1, + STATE(951), 1, sym_parameter_list, - STATE(1120), 1, + STATE(1161), 1, sym_block, - STATE(1338), 1, + STATE(1322), 1, sym_parenthesized_type, - ACTIONS(1020), 2, + ACTIONS(986), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(877), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38922,200 +38704,282 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [33059] = 15, - ACTIONS(317), 1, + [32750] = 9, + ACTIONS(325), 1, sym_comment, - ACTIONS(659), 1, + ACTIONS(589), 1, anon_sym_LF, - ACTIONS(1026), 1, + ACTIONS(593), 1, anon_sym_DOT, - ACTIONS(1028), 1, - anon_sym_LPAREN, - ACTIONS(1030), 1, - anon_sym_COMMA, - ACTIONS(1032), 1, + ACTIONS(596), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, - anon_sym_AMP_AMP, - ACTIONS(1042), 1, - anon_sym_PIPE_PIPE, - STATE(493), 1, - sym_argument_list, - STATE(876), 1, - aux_sym_expression_list_repeat1, - STATE(1225), 1, + ACTIONS(992), 1, + anon_sym_LBRACE, + STATE(489), 1, + sym_literal_value, + STATE(824), 1, sym_type_arguments, - ACTIONS(617), 4, + ACTIONS(584), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + ACTIONS(591), 23, anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_STAR, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(1036), 4, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1038), 6, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1034), 7, - anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [32801] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(639), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 5, + anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [33122] = 21, - ACTIONS(317), 1, + ACTIONS(637), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [32858] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(986), 1, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(996), 1, - anon_sym_TILDE, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1010), 1, + ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(994), 1, + anon_sym_DOT, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(639), 5, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 5, anon_sym_STAR, - ACTIONS(1014), 1, - anon_sym_map, - ACTIONS(1016), 1, - anon_sym_chan, - ACTIONS(1018), 1, - anon_sym_LT_DASH, - ACTIONS(1024), 1, - anon_sym_LBRACE, - ACTIONS(1046), 1, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 14, anon_sym_SEMI, - STATE(910), 1, - sym__simple_type, - STATE(972), 1, - sym_parameter_list, - STATE(1153), 1, - sym_block, - STATE(1338), 1, - sym_parenthesized_type, - ACTIONS(1044), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(877), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [33197] = 14, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [32911] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - STATE(414), 1, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(639), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 7, + ACTIONS(637), 6, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_COLON_EQ, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33258] = 21, - ACTIONS(317), 1, + [32974] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(986), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(996), 1, + ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(998), 1, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1006), 1, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - ACTIONS(1008), 1, + ACTIONS(570), 1, + anon_sym_COMMA, + ACTIONS(573), 1, anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(960), 1, + anon_sym_LBRACK, ACTIONS(1010), 1, + anon_sym_DOT, + STATE(550), 1, + aux_sym_parameter_declaration_repeat1, + STATE(824), 1, + sym_type_arguments, + ACTIONS(958), 2, + anon_sym_RBRACK, + anon_sym_PIPE, + STATE(1077), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [33047] = 21, + ACTIONS(325), 1, + sym_comment, + ACTIONS(964), 1, + sym_identifier, + ACTIONS(966), 1, + anon_sym_LPAREN, + ACTIONS(968), 1, + anon_sym_func, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(1012), 1, + ACTIONS(972), 1, anon_sym_STAR, - ACTIONS(1014), 1, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(976), 1, + anon_sym_TILDE, + ACTIONS(978), 1, + anon_sym_interface, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1018), 1, + ACTIONS(984), 1, anon_sym_LT_DASH, - ACTIONS(1024), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - ACTIONS(1050), 1, + ACTIONS(1014), 1, anon_sym_SEMI, - STATE(905), 1, + STATE(898), 1, sym__simple_type, - STATE(980), 1, + STATE(986), 1, sym_parameter_list, - STATE(1176), 1, + STATE(1145), 1, sym_block, - STATE(1338), 1, + STATE(1322), 1, sym_parenthesized_type, - ACTIONS(1048), 2, + ACTIONS(1012), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(877), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39125,95 +38989,146 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [33333] = 12, - ACTIONS(3), 1, + [33122] = 15, + ACTIONS(325), 1, sym_comment, - ACTIONS(904), 1, + ACTIONS(663), 1, + anon_sym_LF, + ACTIONS(1016), 1, + anon_sym_DOT, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(906), 1, + ACTIONS(1020), 1, + anon_sym_COMMA, + ACTIONS(1022), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - STATE(414), 1, + ACTIONS(1030), 1, + anon_sym_AMP_AMP, + ACTIONS(1032), 1, + anon_sym_PIPE_PIPE, + STATE(493), 1, sym_argument_list, - STATE(1264), 1, + STATE(872), 1, + aux_sym_expression_list_repeat1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(970), 3, + ACTIONS(617), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + ACTIONS(1026), 4, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(639), 4, + ACTIONS(1028), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [33185] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(639), 2, anon_sym_EQ, anon_sym_COLON, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(966), 5, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 11, + ACTIONS(637), 7, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_COLON_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33390] = 21, - ACTIONS(317), 1, + [33246] = 21, + ACTIONS(325), 1, sym_comment, - ACTIONS(850), 1, - anon_sym_LPAREN, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, + ACTIONS(964), 1, sym_identifier, - ACTIONS(872), 1, + ACTIONS(966), 1, + anon_sym_LPAREN, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(874), 1, + ACTIONS(970), 1, anon_sym_LBRACK, - ACTIONS(876), 1, + ACTIONS(972), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(976), 1, + anon_sym_TILDE, + ACTIONS(978), 1, + anon_sym_interface, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(882), 1, + ACTIONS(984), 1, anon_sym_LT_DASH, - ACTIONS(1048), 1, - anon_sym_LF, - ACTIONS(1050), 1, - anon_sym_SEMI, - ACTIONS(1052), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - STATE(1005), 1, + ACTIONS(1036), 1, + anon_sym_SEMI, + STATE(901), 1, sym__simple_type, - STATE(1011), 1, + STATE(980), 1, sym_parameter_list, - STATE(1263), 1, + STATE(1138), 1, sym_block, - STATE(1296), 1, + STATE(1322), 1, sym_parenthesized_type, - STATE(781), 3, + ACTIONS(1034), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39223,143 +39138,102 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [33464] = 9, - ACTIONS(317), 1, + [33321] = 19, + ACTIONS(325), 1, sym_comment, - ACTIONS(637), 1, - anon_sym_LF, - ACTIONS(1026), 1, - anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(966), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, - anon_sym_LBRACK, - STATE(493), 1, - sym_argument_list, - STATE(1225), 1, - sym_type_arguments, - ACTIONS(1034), 7, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(639), 17, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [33514] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(858), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(976), 1, + anon_sym_TILDE, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1040), 1, + anon_sym_func, + ACTIONS(1042), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1044), 1, anon_sym_STAR, - ACTIONS(1060), 1, - anon_sym_TILDE, - ACTIONS(1062), 1, - anon_sym_RBRACE, - ACTIONS(1064), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1050), 1, anon_sym_LT_DASH, - STATE(965), 1, - sym_struct_term, - STATE(1053), 1, + STATE(892), 1, + sym_parameter_list, + STATE(904), 1, sym__simple_type, - STATE(1054), 1, - sym_struct_type, - STATE(1296), 1, + STATE(1322), 1, sym_parenthesized_type, - STATE(781), 3, + ACTIONS(846), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(848), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_LBRACE, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, - sym__interface_body, - sym_struct_elem, - sym_method_spec, - STATE(789), 8, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [33586] = 20, + [33392] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1060), 1, + ACTIONS(1058), 1, anon_sym_TILDE, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1066), 1, + ACTIONS(1060), 1, anon_sym_RBRACE, - STATE(965), 1, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + STATE(971), 1, sym_struct_term, - STATE(1053), 1, + STATE(1012), 1, sym__simple_type, - STATE(1054), 1, + STATE(1013), 1, sym_struct_type, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1008), 3, + STATE(1132), 3, sym__interface_body, sym_struct_elem, sym_method_spec, - STATE(789), 8, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39368,25 +39242,32 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [33658] = 8, - ACTIONS(317), 1, + [33464] = 9, + ACTIONS(325), 1, sym_comment, ACTIONS(637), 1, anon_sym_LF, - ACTIONS(1026), 1, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1022), 1, anon_sym_LBRACK, STATE(493), 1, sym_argument_list, - STATE(1225), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(639), 24, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(639), 17, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_STAR, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_case, @@ -39394,12 +39275,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -39408,163 +39283,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33706] = 20, + [33514] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1054), 1, - sym_identifier, - ACTIONS(1056), 1, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1060), 1, - anon_sym_TILDE, + ACTIONS(956), 1, + anon_sym_LPAREN, ACTIONS(1064), 1, - anon_sym_LT_DASH, + sym_identifier, + ACTIONS(1066), 1, + anon_sym_RPAREN, ACTIONS(1068), 1, - anon_sym_RBRACE, - STATE(965), 1, - sym_struct_term, - STATE(1053), 1, - sym__simple_type, - STATE(1054), 1, - sym_struct_type, - STATE(1296), 1, + anon_sym_COMMA, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + STATE(1046), 2, sym_parenthesized_type, - STATE(781), 3, + sym__simple_type, + STATE(1151), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1031), 3, - sym__interface_body, - sym_struct_elem, - sym_method_spec, - STATE(789), 8, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [33778] = 20, - ACTIONS(3), 1, + [33584] = 21, + ACTIONS(325), 1, sym_comment, + ACTIONS(850), 1, + anon_sym_LPAREN, ACTIONS(858), 1, anon_sym_struct, + ACTIONS(860), 1, + anon_sym_TILDE, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(886), 1, + anon_sym_STAR, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1054), 1, - sym_identifier, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1058), 1, - anon_sym_STAR, - ACTIONS(1060), 1, - anon_sym_TILDE, - ACTIONS(1064), 1, + ACTIONS(894), 1, anon_sym_LT_DASH, - ACTIONS(1070), 1, - anon_sym_RBRACE, - STATE(965), 1, - sym_struct_term, - STATE(1053), 1, + ACTIONS(900), 1, + anon_sym_LBRACK, + ACTIONS(986), 1, + anon_sym_LF, + ACTIONS(988), 1, + anon_sym_SEMI, + ACTIONS(1072), 1, + anon_sym_LBRACE, + STATE(1005), 1, sym__simple_type, - STATE(1054), 1, - sym_struct_type, - STATE(1296), 1, + STATE(1065), 1, + sym_parameter_list, + STATE(1287), 1, + sym_block, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, - sym__interface_body, - sym_struct_elem, - sym_method_spec, - STATE(789), 8, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [33850] = 20, + [33658] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1054), 1, - sym_identifier, - ACTIONS(1056), 1, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1060), 1, - anon_sym_TILDE, + ACTIONS(956), 1, + anon_sym_LPAREN, ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1072), 1, - anon_sym_RBRACE, - STATE(965), 1, - sym_struct_term, - STATE(1053), 1, - sym__simple_type, - STATE(1054), 1, - sym_struct_type, - STATE(1296), 1, + sym_identifier, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1074), 1, + anon_sym_RPAREN, + ACTIONS(1076), 1, + anon_sym_COMMA, + STATE(1114), 2, sym_parenthesized_type, - STATE(781), 3, + sym__simple_type, + STATE(1153), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1057), 3, - sym__interface_body, - sym_struct_elem, - sym_method_spec, - STATE(789), 8, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [33922] = 19, + [33728] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -39581,31 +39455,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1076), 1, - anon_sym_RPAREN, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(1078), 1, - anon_sym_COMMA, + anon_sym_RPAREN, ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - STATE(1106), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(1118), 2, + anon_sym_COMMA, + STATE(1114), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(1188), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39615,50 +39489,50 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [33992] = 20, + [33798] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1060), 1, + ACTIONS(1058), 1, anon_sym_TILDE, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, ACTIONS(1082), 1, anon_sym_RBRACE, - STATE(965), 1, + STATE(971), 1, sym_struct_term, - STATE(1053), 1, + STATE(1012), 1, sym__simple_type, - STATE(1054), 1, + STATE(1013), 1, sym_struct_type, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, + STATE(1132), 3, sym__interface_body, sym_struct_elem, sym_method_spec, - STATE(789), 8, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39667,251 +39541,196 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34064] = 13, - ACTIONS(317), 1, + [33870] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(836), 1, - anon_sym_LF, - ACTIONS(1026), 1, + ACTIONS(563), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(578), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(584), 1, + anon_sym_PIPE, + ACTIONS(813), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, - anon_sym_AMP_AMP, - ACTIONS(1042), 1, - anon_sym_PIPE_PIPE, - STATE(493), 1, - sym_argument_list, - STATE(1225), 1, + ACTIONS(1084), 1, + anon_sym_LBRACE, + STATE(536), 1, + sym_literal_value, + STATE(824), 1, sym_type_arguments, - ACTIONS(1036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(838), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - ACTIONS(1038), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(591), 6, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1034), 7, + ACTIONS(589), 17, + anon_sym_COMMA, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [34122] = 19, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [33922] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1084), 1, - anon_sym_RPAREN, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1056), 1, + anon_sym_STAR, + ACTIONS(1058), 1, + anon_sym_TILDE, + ACTIONS(1062), 1, + anon_sym_LT_DASH, ACTIONS(1086), 1, - anon_sym_COMMA, - STATE(1007), 2, - sym_parenthesized_type, + anon_sym_RBRACE, + STATE(971), 1, + sym_struct_term, + STATE(1012), 1, sym__simple_type, - STATE(1147), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(1013), 1, + sym_struct_type, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, - sym_generic_type, + STATE(1132), 3, + sym__interface_body, + sym_struct_elem, + sym_method_spec, + STATE(804), 8, + sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, - sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [34192] = 20, + [33994] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(617), 1, - anon_sym_EQ, - ACTIONS(657), 1, - anon_sym_LT_DASH, - ACTIONS(659), 1, - anon_sym_COLON_EQ, - ACTIONS(1088), 1, - anon_sym_DOT, - ACTIONS(1090), 1, - anon_sym_LPAREN, - ACTIONS(1092), 1, - anon_sym_COMMA, - ACTIONS(1094), 1, - anon_sym_LBRACK, - ACTIONS(1098), 1, - anon_sym_PIPE, - ACTIONS(1100), 1, - anon_sym_COLON, - ACTIONS(1110), 1, - anon_sym_AMP_AMP, - ACTIONS(1112), 1, - anon_sym_PIPE_PIPE, - STATE(589), 1, - sym_argument_list, - STATE(886), 1, - aux_sym_expression_list_repeat1, - STATE(1258), 1, - sym_type_arguments, - ACTIONS(1104), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1102), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1106), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1096), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [34264] = 21, - ACTIONS(317), 1, - sym_comment, - ACTIONS(850), 1, - anon_sym_LPAREN, ACTIONS(858), 1, anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(874), 1, - anon_sym_LBRACK, - ACTIONS(876), 1, - anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(882), 1, - anon_sym_LT_DASH, - ACTIONS(1044), 1, - anon_sym_LF, - ACTIONS(1046), 1, - anon_sym_SEMI, + ACTIONS(956), 1, + anon_sym_LPAREN, ACTIONS(1052), 1, - anon_sym_LBRACE, - STATE(975), 1, + sym_identifier, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1056), 1, + anon_sym_STAR, + ACTIONS(1058), 1, + anon_sym_TILDE, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1088), 1, + anon_sym_RBRACE, + STATE(971), 1, + sym_struct_term, + STATE(1012), 1, sym__simple_type, - STATE(1015), 1, - sym_parameter_list, - STATE(1238), 1, - sym_block, - STATE(1296), 1, + STATE(1013), 1, + sym_struct_type, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(1095), 3, + sym__interface_body, + sym_struct_elem, + sym_method_spec, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, - sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [34338] = 20, + [34066] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1060), 1, + ACTIONS(1058), 1, anon_sym_TILDE, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - ACTIONS(1114), 1, + ACTIONS(1090), 1, anon_sym_RBRACE, - STATE(965), 1, + STATE(971), 1, sym_struct_term, - STATE(1053), 1, + STATE(1012), 1, sym__simple_type, - STATE(1054), 1, + STATE(1013), 1, sym_struct_type, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, + STATE(1132), 3, sym__interface_body, sym_struct_elem, sym_method_spec, - STATE(789), 8, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39920,8 +39739,53 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34410] = 21, - ACTIONS(317), 1, + [34138] = 13, + ACTIONS(325), 1, + sym_comment, + ACTIONS(830), 1, + anon_sym_LF, + ACTIONS(1016), 1, + anon_sym_DOT, + ACTIONS(1018), 1, + anon_sym_LPAREN, + ACTIONS(1022), 1, + anon_sym_LBRACK, + ACTIONS(1030), 1, + anon_sym_AMP_AMP, + ACTIONS(1032), 1, + anon_sym_PIPE_PIPE, + STATE(493), 1, + sym_argument_list, + STATE(1279), 1, + sym_type_arguments, + ACTIONS(1026), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(832), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + ACTIONS(1028), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [34196] = 21, + ACTIONS(325), 1, sym_comment, ACTIONS(850), 1, anon_sym_LPAREN, @@ -39933,37 +39797,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(870), 1, sym_identifier, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(874), 1, - anon_sym_LBRACK, - ACTIONS(876), 1, + ACTIONS(886), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(882), 1, + ACTIONS(894), 1, anon_sym_LT_DASH, - ACTIONS(1020), 1, + ACTIONS(900), 1, + anon_sym_LBRACK, + ACTIONS(1012), 1, anon_sym_LF, - ACTIONS(1022), 1, + ACTIONS(1014), 1, anon_sym_SEMI, - ACTIONS(1052), 1, + ACTIONS(1072), 1, anon_sym_LBRACE, - STATE(997), 1, + STATE(970), 1, sym__simple_type, - STATE(1021), 1, + STATE(1049), 1, sym_parameter_list, - STATE(1275), 1, + STATE(1268), 1, sym_block, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39973,92 +39837,92 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34484] = 12, - ACTIONS(317), 1, + [34270] = 10, + ACTIONS(325), 1, sym_comment, ACTIONS(637), 1, anon_sym_LF, - ACTIONS(1026), 1, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1022), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, - anon_sym_AMP_AMP, STATE(493), 1, sym_argument_list, - STATE(1225), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(1036), 4, + ACTIONS(1026), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(639), 6, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(639), 13, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - anon_sym_PIPE_PIPE, - ACTIONS(1038), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1034), 7, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [34540] = 19, - ACTIONS(3), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [34322] = 21, + ACTIONS(325), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(850), 1, + anon_sym_LPAREN, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, + ACTIONS(860), 1, anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(886), 1, + anon_sym_STAR, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, + ACTIONS(894), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(900), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1116), 1, - anon_sym_RPAREN, - ACTIONS(1118), 1, - anon_sym_COMMA, - STATE(1118), 2, - sym_parenthesized_type, + ACTIONS(1034), 1, + anon_sym_LF, + ACTIONS(1036), 1, + anon_sym_SEMI, + ACTIONS(1072), 1, + anon_sym_LBRACE, + STATE(962), 1, sym__simple_type, - STATE(1146), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(1027), 1, + sym_parameter_list, + STATE(1259), 1, + sym_block, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40068,50 +39932,93 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34610] = 20, + [34396] = 11, + ACTIONS(325), 1, + sym_comment, + ACTIONS(637), 1, + anon_sym_LF, + ACTIONS(1016), 1, + anon_sym_DOT, + ACTIONS(1018), 1, + anon_sym_LPAREN, + ACTIONS(1022), 1, + anon_sym_LBRACK, + STATE(493), 1, + sym_argument_list, + STATE(1279), 1, + sym_type_arguments, + ACTIONS(1026), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1028), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(639), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [34450] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1060), 1, + ACTIONS(1058), 1, anon_sym_TILDE, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - ACTIONS(1120), 1, + ACTIONS(1092), 1, anon_sym_RBRACE, - STATE(965), 1, + STATE(971), 1, sym_struct_term, - STATE(1053), 1, + STATE(1012), 1, sym__simple_type, - STATE(1054), 1, + STATE(1013), 1, sym_struct_type, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, + STATE(1132), 3, sym__interface_body, sym_struct_elem, sym_method_spec, - STATE(789), 8, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40120,49 +40027,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34682] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_PIPE, - ACTIONS(813), 1, - anon_sym_LBRACK, - ACTIONS(1122), 1, - anon_sym_LBRACE, - STATE(588), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(591), 6, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 17, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [34734] = 19, + [34522] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40179,31 +40044,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1116), 1, + ACTIONS(1066), 1, anon_sym_RPAREN, - ACTIONS(1118), 1, + ACTIONS(1068), 1, anon_sym_COMMA, - STATE(1007), 2, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + STATE(1114), 2, sym_parenthesized_type, sym__simple_type, - STATE(1146), 2, + STATE(1151), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40213,82 +40078,43 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34804] = 8, - ACTIONS(317), 1, + [34592] = 12, + ACTIONS(325), 1, sym_comment, - ACTIONS(641), 1, + ACTIONS(637), 1, anon_sym_LF, - ACTIONS(1026), 1, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1022), 1, anon_sym_LBRACK, + ACTIONS(1030), 1, + anon_sym_AMP_AMP, STATE(493), 1, sym_argument_list, - STATE(1225), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(643), 24, + ACTIONS(1026), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(639), 6, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PIPE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [34852] = 11, - ACTIONS(317), 1, - sym_comment, - ACTIONS(637), 1, - anon_sym_LF, - ACTIONS(1026), 1, - anon_sym_DOT, - ACTIONS(1028), 1, - anon_sym_LPAREN, - ACTIONS(1032), 1, - anon_sym_LBRACK, - STATE(493), 1, - sym_argument_list, - STATE(1225), 1, - sym_type_arguments, - ACTIONS(1036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1038), 6, + ACTIONS(1028), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(639), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(1034), 7, + ACTIONS(1024), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -40296,92 +40122,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [34906] = 10, - ACTIONS(317), 1, + [34648] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(637), 1, - anon_sym_LF, - ACTIONS(1026), 1, - anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1052), 1, + sym_identifier, + ACTIONS(1054), 1, anon_sym_LBRACK, - STATE(493), 1, - sym_argument_list, - STATE(1225), 1, - sym_type_arguments, - ACTIONS(1036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1034), 7, + ACTIONS(1056), 1, anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(639), 13, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(1058), 1, + anon_sym_TILDE, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1094), 1, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [34958] = 20, + STATE(971), 1, + sym_struct_term, + STATE(1012), 1, + sym__simple_type, + STATE(1013), 1, + sym_struct_type, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(1014), 3, + sym__interface_body, + sym_struct_elem, + sym_method_spec, + STATE(804), 8, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [34720] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(892), 1, anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1054), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1056), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(1060), 1, + ACTIONS(1058), 1, anon_sym_TILDE, - ACTIONS(1064), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - ACTIONS(1124), 1, + ACTIONS(1096), 1, anon_sym_RBRACE, - STATE(965), 1, + STATE(971), 1, sym_struct_term, - STATE(1053), 1, + STATE(1012), 1, sym__simple_type, - STATE(1054), 1, + STATE(1013), 1, sym_struct_type, - STATE(1296), 1, + STATE(1316), 1, sym_parenthesized_type, - STATE(781), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, + STATE(1132), 3, sym__interface_body, sym_struct_elem, sym_method_spec, - STATE(789), 8, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40390,7 +40226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35030] = 19, + [34792] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40407,31 +40243,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1076), 1, - anon_sym_RPAREN, - ACTIONS(1078), 1, - anon_sym_COMMA, - ACTIONS(1080), 1, + ACTIONS(1070), 1, anon_sym_DOT_DOT_DOT, - STATE(1007), 2, + ACTIONS(1074), 1, + anon_sym_RPAREN, + ACTIONS(1076), 1, + anon_sym_COMMA, + STATE(1046), 2, sym_parenthesized_type, sym__simple_type, - STATE(1106), 2, + STATE(1153), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40441,58 +40277,59 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35100] = 19, + [34862] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, + ACTIONS(617), 1, + anon_sym_EQ, + ACTIONS(661), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(663), 1, + anon_sym_COLON_EQ, + ACTIONS(1098), 1, + anon_sym_DOT, + ACTIONS(1100), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1084), 1, - anon_sym_RPAREN, - ACTIONS(1086), 1, + ACTIONS(1102), 1, anon_sym_COMMA, - STATE(1118), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1147), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [35170] = 18, + ACTIONS(1104), 1, + anon_sym_LBRACK, + ACTIONS(1108), 1, + anon_sym_PIPE, + ACTIONS(1110), 1, + anon_sym_COLON, + ACTIONS(1120), 1, + anon_sym_AMP_AMP, + ACTIONS(1122), 1, + anon_sym_PIPE_PIPE, + STATE(537), 1, + sym_argument_list, + STATE(925), 1, + aux_sym_expression_list_repeat1, + STATE(1265), 1, + sym_type_arguments, + ACTIONS(1114), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1118), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1112), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1116), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1106), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [34934] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40509,29 +40346,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1080), 1, + ACTIONS(1070), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1126), 1, + ACTIONS(1078), 1, anon_sym_RPAREN, - STATE(1007), 2, + ACTIONS(1080), 1, + anon_sym_COMMA, + STATE(1046), 2, sym_parenthesized_type, sym__simple_type, - STATE(1209), 2, + STATE(1188), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40541,20 +40380,24 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35237] = 5, - ACTIONS(317), 1, + [35004] = 8, + ACTIONS(325), 1, sym_comment, - ACTIONS(589), 1, + ACTIONS(637), 1, anon_sym_LF, - ACTIONS(1128), 1, + ACTIONS(1016), 1, + anon_sym_DOT, + ACTIONS(1018), 1, anon_sym_LPAREN, + ACTIONS(1022), 1, + anon_sym_LBRACK, STATE(493), 1, - sym_special_argument_list, - ACTIONS(591), 26, + sym_argument_list, + STATE(1279), 1, + sym_type_arguments, + ACTIONS(639), 24, anon_sym_SEMI, - anon_sym_DOT, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_STAR, anon_sym_PIPE, anon_sym_RBRACE, @@ -40577,146 +40420,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35278] = 12, - ACTIONS(3), 1, + [35052] = 8, + ACTIONS(325), 1, sym_comment, - ACTIONS(1088), 1, + ACTIONS(641), 1, + anon_sym_LF, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + ACTIONS(1022), 1, anon_sym_LBRACK, - ACTIONS(1098), 1, - anon_sym_PIPE, - STATE(589), 1, + STATE(493), 1, sym_argument_list, - STATE(1258), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(1104), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1102), 3, + ACTIONS(643), 24, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(639), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1096), 5, - anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 9, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT, anon_sym_LT_EQ, + anon_sym_GT, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35333] = 10, + [35100] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, - anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + ACTIONS(1052), 1, + sym_identifier, + ACTIONS(1054), 1, anon_sym_LBRACK, - STATE(589), 1, - sym_argument_list, - STATE(1258), 1, - sym_type_arguments, - ACTIONS(1104), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(639), 5, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1096), 5, + ACTIONS(1056), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(637), 12, - anon_sym_COMMA, + ACTIONS(1058), 1, + anon_sym_TILDE, + ACTIONS(1062), 1, anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [35384] = 13, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1026), 1, - anon_sym_DOT, - ACTIONS(1028), 1, - anon_sym_LPAREN, - ACTIONS(1032), 1, - anon_sym_LBRACK, - ACTIONS(1040), 1, - anon_sym_AMP_AMP, - ACTIONS(1042), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1130), 1, - anon_sym_LF, - STATE(493), 1, - sym_argument_list, - STATE(1225), 1, - sym_type_arguments, - ACTIONS(1036), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1132), 4, - anon_sym_SEMI, + ACTIONS(1124), 1, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - ACTIONS(1038), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(1034), 7, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [35441] = 8, + STATE(971), 1, + sym_struct_term, + STATE(1012), 1, + sym__simple_type, + STATE(1013), 1, + sym_struct_type, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(1023), 3, + sym__interface_body, + sym_struct_elem, + sym_method_spec, + STATE(804), 8, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [35172] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, + ACTIONS(1098), 1, anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(1100), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + ACTIONS(1104), 1, anon_sym_LBRACK, - STATE(589), 1, + STATE(537), 1, sym_argument_list, - STATE(1258), 1, + STATE(1265), 1, sym_type_arguments, ACTIONS(639), 7, anon_sym_EQ, @@ -40744,15 +40551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35488] = 20, + [35219] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(33), 1, - anon_sym_LBRACE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, @@ -40763,29 +40568,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(846), 1, - anon_sym_PIPE, - ACTIONS(926), 1, - anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1134), 1, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1064), 1, sym_identifier, - STATE(265), 1, - sym_block, - STATE(1039), 1, - sym_parameter_list, - STATE(1040), 1, - sym__simple_type, - STATE(1339), 1, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1126), 1, + anon_sym_RPAREN, + STATE(1046), 2, sym_parenthesized_type, - STATE(817), 3, + sym__simple_type, + STATE(1231), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40795,7 +40600,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35559] = 20, + [35286] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40808,35 +40613,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(846), 1, - anon_sym_PIPE, - ACTIONS(926), 1, - anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1136), 1, - anon_sym_LBRACE, - STATE(303), 1, - sym_block, - STATE(1064), 1, - sym__simple_type, - STATE(1065), 1, - sym_parameter_list, - STATE(1339), 1, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1064), 1, + sym_identifier, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1128), 1, + anon_sym_RPAREN, + STATE(1046), 2, sym_parenthesized_type, - STATE(817), 3, + sym__simple_type, + STATE(1231), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40846,54 +40649,46 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35630] = 16, + [35353] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, + ACTIONS(1098), 1, + anon_sym_DOT, + ACTIONS(1100), 1, anon_sym_LPAREN, - ACTIONS(906), 1, + ACTIONS(1104), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - STATE(414), 1, + STATE(537), 1, sym_argument_list, - STATE(1264), 1, + STATE(1265), 1, sym_type_arguments, - ACTIONS(838), 2, + ACTIONS(643), 7, anon_sym_EQ, + anon_sym_PIPE, anon_sym_COLON, - ACTIONS(972), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(836), 3, - anon_sym_SEMI, + ACTIONS(641), 17, anon_sym_COMMA, + anon_sym_STAR, + anon_sym_LT_DASH, anon_sym_COLON_EQ, - ACTIONS(970), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [35693] = 18, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [35400] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40910,29 +40705,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1080), 1, + ACTIONS(1070), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1140), 1, + ACTIONS(1130), 1, anon_sym_RPAREN, - STATE(1007), 2, + STATE(1046), 2, sym_parenthesized_type, sym__simple_type, - STATE(1209), 2, + STATE(1231), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40942,7 +40737,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35760] = 18, + [35467] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40955,33 +40750,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(846), 1, + anon_sym_PIPE, + ACTIONS(908), 1, + anon_sym_LPAREN, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1142), 1, - anon_sym_RPAREN, - STATE(1007), 2, - sym_parenthesized_type, + ACTIONS(1132), 1, + anon_sym_LBRACE, + STATE(343), 1, + sym_block, + STATE(1029), 1, sym__simple_type, - STATE(1209), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(1031), 1, + sym_parameter_list, + STATE(1359), 1, + sym_parenthesized_type, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40991,60 +40788,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35827] = 14, - ACTIONS(3), 1, + [35538] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1088), 1, - anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(589), 1, + anon_sym_LF, + ACTIONS(1134), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + STATE(493), 1, + sym_special_argument_list, + ACTIONS(591), 26, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(1098), 1, + anon_sym_STAR, anon_sym_PIPE, - STATE(589), 1, - sym_argument_list, - STATE(1258), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(1104), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1102), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1106), 4, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT, anon_sym_LT_EQ, + anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(637), 5, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(1096), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [35886] = 20, + [35579] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(33), 1, - anon_sym_LBRACE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, @@ -41059,74 +40845,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(846), 1, anon_sym_PIPE, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - STATE(265), 1, + ACTIONS(1136), 1, + anon_sym_LBRACE, + STATE(511), 1, sym_block, - STATE(1039), 1, + STATE(1097), 1, sym_parameter_list, - STATE(1040), 1, + STATE(1098), 1, sym__simple_type, - STATE(1339), 1, - sym_parenthesized_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [35957] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1144), 1, - anon_sym_RPAREN, - STATE(1007), 2, + STATE(1359), 1, sym_parenthesized_type, - sym__simple_type, - STATE(1209), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41136,53 +40875,54 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36024] = 15, + [35650] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, - anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(1098), 1, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1110), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - STATE(589), 1, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + STATE(385), 1, sym_argument_list, - STATE(1258), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(639), 2, + ACTIONS(832), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(1104), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1108), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1102), 3, + ACTIONS(830), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(637), 4, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PIPE_PIPE, - ACTIONS(1106), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1096), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [36085] = 18, + [35713] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -41199,29 +40939,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1074), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1080), 1, + ACTIONS(1070), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1146), 1, + ACTIONS(1140), 1, anon_sym_RPAREN, - STATE(1007), 2, + STATE(1046), 2, sym_parenthesized_type, sym__simple_type, - STATE(1209), 2, + STATE(1231), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41231,7 +40971,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36152] = 20, + [35780] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -41252,27 +40992,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(846), 1, anon_sym_PIPE, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1148), 1, + ACTIONS(1142), 1, sym_identifier, - STATE(265), 1, + STATE(277), 1, sym_block, - STATE(1039), 1, - sym_parameter_list, STATE(1040), 1, + sym_parameter_list, + STATE(1054), 1, sym__simple_type, - STATE(1339), 1, + STATE(1359), 1, sym_parenthesized_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41282,46 +41022,47 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36223] = 18, - ACTIONS(3), 1, + [35851] = 19, + ACTIONS(325), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(850), 1, + anon_sym_LPAREN, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, + ACTIONS(860), 1, anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(886), 1, + anon_sym_STAR, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, + ACTIONS(894), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(900), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1150), 1, - anon_sym_RPAREN, - STATE(1007), 2, - sym_parenthesized_type, + ACTIONS(1144), 1, + anon_sym_LF, + STATE(1061), 1, sym__simple_type, - STATE(1209), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, + STATE(1111), 1, + sym_parameter_list, + STATE(1316), 1, + sym_parenthesized_type, + ACTIONS(1146), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41331,7 +41072,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36290] = 20, + [35920] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -41352,27 +41093,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(846), 1, anon_sym_PIPE, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1152), 1, + ACTIONS(1148), 1, anon_sym_LBRACE, - STATE(553), 1, + STATE(579), 1, sym_block, - STATE(1027), 1, - sym__simple_type, - STATE(1028), 1, + STATE(1081), 1, sym_parameter_list, - STATE(1339), 1, + STATE(1083), 1, + sym__simple_type, + STATE(1359), 1, sym_parenthesized_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41382,26 +41123,70 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36361] = 13, - ACTIONS(317), 1, + [35991] = 13, + ACTIONS(325), 1, sym_comment, - ACTIONS(1026), 1, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, + ACTIONS(1022), 1, + anon_sym_LBRACK, + ACTIONS(1030), 1, + anon_sym_AMP_AMP, ACTIONS(1032), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1150), 1, + anon_sym_LF, + STATE(493), 1, + sym_argument_list, + STATE(1279), 1, + sym_type_arguments, + ACTIONS(1026), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1152), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + ACTIONS(1028), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(1024), 7, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [36048] = 13, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1016), 1, + anon_sym_DOT, + ACTIONS(1018), 1, + anon_sym_LPAREN, + ACTIONS(1022), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1030), 1, anon_sym_AMP_AMP, - ACTIONS(1042), 1, + ACTIONS(1032), 1, anon_sym_PIPE_PIPE, ACTIONS(1154), 1, anon_sym_LF, STATE(493), 1, sym_argument_list, - STATE(1225), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(1036), 4, + ACTIONS(1026), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -41411,14 +41196,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(1038), 6, + ACTIONS(1028), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1034), 7, + ACTIONS(1024), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -41426,93 +41211,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [36418] = 19, + [36105] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1054), 1, - sym_identifier, - ACTIONS(1056), 1, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1058), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1060), 1, - anon_sym_TILDE, + ACTIONS(956), 1, + anon_sym_LPAREN, ACTIONS(1064), 1, - anon_sym_LT_DASH, - STATE(965), 1, - sym_struct_term, - STATE(1053), 1, - sym__simple_type, - STATE(1054), 1, - sym_struct_type, - STATE(1296), 1, + sym_identifier, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1158), 1, + anon_sym_RPAREN, + STATE(1046), 2, sym_parenthesized_type, - STATE(781), 3, + sym__simple_type, + STATE(1231), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(1095), 3, - sym__interface_body, - sym_struct_elem, - sym_method_spec, - STATE(789), 8, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [36487] = 13, - ACTIONS(317), 1, + [36172] = 13, + ACTIONS(325), 1, sym_comment, - ACTIONS(1026), 1, + ACTIONS(1016), 1, anon_sym_DOT, - ACTIONS(1028), 1, + ACTIONS(1018), 1, anon_sym_LPAREN, - ACTIONS(1032), 1, + ACTIONS(1022), 1, anon_sym_LBRACK, - ACTIONS(1040), 1, + ACTIONS(1030), 1, anon_sym_AMP_AMP, - ACTIONS(1042), 1, + ACTIONS(1032), 1, anon_sym_PIPE_PIPE, - ACTIONS(1158), 1, + ACTIONS(1160), 1, anon_sym_LF, STATE(493), 1, sym_argument_list, - STATE(1225), 1, + STATE(1279), 1, sym_type_arguments, - ACTIONS(1036), 4, + ACTIONS(1026), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1160), 4, + ACTIONS(1162), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - ACTIONS(1038), 6, + ACTIONS(1028), 6, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(1034), 7, + ACTIONS(1024), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -41520,47 +41304,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [36544] = 19, - ACTIONS(317), 1, + [36229] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(850), 1, - anon_sym_LPAREN, ACTIONS(858), 1, anon_sym_struct, - ACTIONS(860), 1, - anon_sym_TILDE, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(874), 1, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1052), 1, + sym_identifier, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(876), 1, + ACTIONS(1056), 1, anon_sym_STAR, - ACTIONS(878), 1, + ACTIONS(1058), 1, + anon_sym_TILDE, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + STATE(971), 1, + sym_struct_term, + STATE(1012), 1, + sym__simple_type, + STATE(1013), 1, + sym_struct_type, + STATE(1316), 1, + sym_parenthesized_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(1132), 3, + sym__interface_body, + sym_struct_elem, + sym_method_spec, + STATE(804), 8, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [36298] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1098), 1, + anon_sym_DOT, + ACTIONS(1100), 1, + anon_sym_LPAREN, + ACTIONS(1104), 1, + anon_sym_LBRACK, + ACTIONS(1108), 1, + anon_sym_PIPE, + ACTIONS(1120), 1, + anon_sym_AMP_AMP, + STATE(537), 1, + sym_argument_list, + STATE(1265), 1, + sym_type_arguments, + ACTIONS(639), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(1114), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1118), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1112), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(637), 4, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PIPE_PIPE, + ACTIONS(1116), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1106), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [36359] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(882), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(1162), 1, - anon_sym_LF, - STATE(1013), 1, - sym__simple_type, - STATE(1101), 1, + ACTIONS(846), 1, + anon_sym_PIPE, + ACTIONS(908), 1, + anon_sym_LPAREN, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + STATE(277), 1, + sym_block, + STATE(1040), 1, sym_parameter_list, - STATE(1296), 1, + STATE(1054), 1, + sym__simple_type, + STATE(1359), 1, sym_parenthesized_type, - ACTIONS(1164), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - STATE(781), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41570,7 +41451,52 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36613] = 20, + [36430] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1098), 1, + anon_sym_DOT, + ACTIONS(1100), 1, + anon_sym_LPAREN, + ACTIONS(1104), 1, + anon_sym_LBRACK, + ACTIONS(1108), 1, + anon_sym_PIPE, + STATE(537), 1, + sym_argument_list, + STATE(1265), 1, + sym_type_arguments, + ACTIONS(639), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(1114), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1118), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1112), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1116), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(637), 5, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(1106), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [36489] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -41591,27 +41517,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(846), 1, anon_sym_PIPE, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1166), 1, + ACTIONS(1164), 1, anon_sym_LBRACE, - STATE(350), 1, + STATE(302), 1, sym_block, STATE(1043), 1, sym__simple_type, - STATE(1045), 1, + STATE(1044), 1, sym_parameter_list, - STATE(1339), 1, + STATE(1359), 1, sym_parenthesized_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41621,48 +41547,48 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36684] = 20, + [36560] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, anon_sym_struct, ACTIONS(31), 1, anon_sym_TILDE, + ACTIONS(33), 1, + anon_sym_LBRACE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, ACTIONS(846), 1, anon_sym_PIPE, - ACTIONS(926), 1, + ACTIONS(908), 1, anon_sym_LPAREN, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1168), 1, - anon_sym_LBRACE, - STATE(499), 1, + ACTIONS(1166), 1, + sym_identifier, + STATE(277), 1, sym_block, - STATE(1090), 1, + STATE(1040), 1, sym_parameter_list, - STATE(1091), 1, + STATE(1054), 1, sym__simple_type, - STATE(1339), 1, + STATE(1359), 1, sym_parenthesized_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41672,51 +41598,145 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36755] = 8, + [36631] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1088), 1, + ACTIONS(1098), 1, anon_sym_DOT, - ACTIONS(1090), 1, + ACTIONS(1100), 1, anon_sym_LPAREN, - ACTIONS(1094), 1, + ACTIONS(1104), 1, anon_sym_LBRACK, - STATE(589), 1, + ACTIONS(1108), 1, + anon_sym_PIPE, + STATE(537), 1, sym_argument_list, - STATE(1258), 1, + STATE(1265), 1, sym_type_arguments, - ACTIONS(643), 7, + ACTIONS(1114), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1112), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(639), 4, anon_sym_EQ, - anon_sym_PIPE, anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1106), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 9, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [36686] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1064), 1, + sym_identifier, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1168), 1, + anon_sym_RPAREN, + STATE(1046), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1231), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [36753] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1098), 1, + anon_sym_DOT, + ACTIONS(1100), 1, + anon_sym_LPAREN, + ACTIONS(1104), 1, + anon_sym_LBRACK, + STATE(537), 1, + sym_argument_list, + STATE(1265), 1, + sym_type_arguments, + ACTIONS(1114), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(639), 5, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, anon_sym_LT, anon_sym_GT, - ACTIONS(641), 17, - anon_sym_COMMA, + ACTIONS(1106), 5, anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 12, + anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36802] = 3, - ACTIONS(317), 1, + [36804] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(739), 1, + ACTIONS(747), 1, anon_sym_LF, - ACTIONS(741), 27, + ACTIONS(749), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41744,12 +41764,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36838] = 3, - ACTIONS(317), 1, + [36840] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(711), 1, + ACTIONS(715), 1, anon_sym_LF, - ACTIONS(713), 27, + ACTIONS(717), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41777,12 +41797,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36874] = 3, - ACTIONS(317), 1, + [36876] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(763), 1, + ACTIONS(791), 1, anon_sym_LF, - ACTIONS(765), 27, + ACTIONS(793), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41810,60 +41830,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36910] = 18, - ACTIONS(3), 1, + [36912] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(902), 1, + ACTIONS(795), 1, + anon_sym_LF, + ACTIONS(797), 27, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(1170), 1, - anon_sym_RPAREN, - ACTIONS(1172), 1, anon_sym_COMMA, - ACTIONS(1174), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1178), 1, + anon_sym_LBRACK, + anon_sym_STAR, anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1178), 1, - aux_sym_argument_list_repeat1, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1182), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1186), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1180), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1176), 5, - anon_sym_STAR, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [36976] = 3, - ACTIONS(317), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [36948] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(695), 1, + ACTIONS(803), 1, anon_sym_LF, - ACTIONS(697), 27, + ACTIONS(805), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41891,12 +41896,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37012] = 3, - ACTIONS(317), 1, + [36984] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(715), 1, + ACTIONS(275), 1, + anon_sym_LBRACE, + ACTIONS(578), 1, + anon_sym_LPAREN, + ACTIONS(584), 1, + anon_sym_PIPE, + ACTIONS(593), 1, + anon_sym_DOT, + ACTIONS(813), 1, + anon_sym_LBRACK, + STATE(386), 1, + sym_literal_value, + STATE(824), 1, + sym_type_arguments, + ACTIONS(591), 4, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(589), 17, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_STAR, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [37034] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(695), 1, anon_sym_LF, - ACTIONS(717), 27, + ACTIONS(697), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41924,12 +41969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37048] = 3, - ACTIONS(317), 1, + [37070] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(723), 1, + ACTIONS(807), 1, anon_sym_LF, - ACTIONS(725), 27, + ACTIONS(809), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -41957,99 +42002,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37084] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1074), 1, - sym_identifier, - ACTIONS(1080), 1, - anon_sym_DOT_DOT_DOT, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1209), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [37148] = 10, - ACTIONS(3), 1, + [37106] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(275), 1, - anon_sym_LBRACE, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_PIPE, - ACTIONS(593), 1, + ACTIONS(699), 1, + anon_sym_LF, + ACTIONS(701), 27, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(813), 1, - anon_sym_LBRACK, - STATE(415), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(591), 4, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 17, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_STAR, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT, anon_sym_LT_EQ, + anon_sym_GT, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37198] = 3, - ACTIONS(317), 1, + [37142] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(589), 1, + ACTIONS(645), 1, anon_sym_LF, - ACTIONS(591), 27, + ACTIONS(647), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42077,12 +42068,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37234] = 3, - ACTIONS(317), 1, + [37178] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(735), 1, + ACTIONS(759), 1, anon_sym_LF, - ACTIONS(737), 27, + ACTIONS(761), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42110,7 +42101,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37270] = 18, + [37214] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1064), 1, + sym_identifier, + ACTIONS(1070), 1, + anon_sym_DOT_DOT_DOT, + STATE(1046), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1231), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [37278] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -42119,6 +42157,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, + ACTIONS(1170), 1, + anon_sym_RPAREN, + ACTIONS(1172), 1, + anon_sym_COMMA, ACTIONS(1174), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1178), 1, @@ -42127,15 +42169,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1192), 1, - anon_sym_RPAREN, - ACTIONS(1194), 1, - anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1137), 1, + STATE(1186), 1, aux_sym_argument_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -42158,12 +42196,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37336] = 3, - ACTIONS(317), 1, + [37344] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(787), 1, + ACTIONS(775), 1, anon_sym_LF, - ACTIONS(789), 27, + ACTIONS(777), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42191,60 +42229,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37372] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1198), 1, - anon_sym_COMMA, - ACTIONS(1200), 1, - anon_sym_EQ, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(507), 1, - aux_sym_const_spec_repeat1, - STATE(874), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [37438] = 3, - ACTIONS(317), 1, + [37380] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(675), 1, + ACTIONS(707), 1, anon_sym_LF, - ACTIONS(677), 27, + ACTIONS(709), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42272,12 +42262,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37474] = 3, - ACTIONS(317), 1, + [37416] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(783), 1, + ACTIONS(902), 1, + anon_sym_DOT, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(1174), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1192), 1, + anon_sym_RPAREN, + ACTIONS(1194), 1, + anon_sym_COMMA, + STATE(385), 1, + sym_argument_list, + STATE(1185), 1, + aux_sym_argument_list_repeat1, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [37482] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(731), 1, anon_sym_LF, - ACTIONS(785), 27, + ACTIONS(733), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42305,12 +42343,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37510] = 3, - ACTIONS(317), 1, + [37518] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(731), 1, + ACTIONS(787), 1, anon_sym_LF, - ACTIONS(733), 27, + ACTIONS(789), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42338,7 +42376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37546] = 18, + [37554] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -42355,15 +42393,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1206), 1, + ACTIONS(1196), 1, anon_sym_RPAREN, - ACTIONS(1208), 1, + ACTIONS(1198), 1, anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1158), 1, + STATE(1112), 1, aux_sym_argument_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -42386,12 +42424,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37612] = 3, - ACTIONS(317), 1, + [37620] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(755), 1, + ACTIONS(691), 1, anon_sym_LF, - ACTIONS(757), 27, + ACTIONS(693), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42419,60 +42457,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37648] = 18, - ACTIONS(3), 1, + [37656] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(659), 1, - anon_sym_COLON_EQ, - ACTIONS(904), 1, + ACTIONS(735), 1, + anon_sym_LF, + ACTIONS(737), 27, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(1092), 1, anon_sym_COMMA, - ACTIONS(1210), 1, - anon_sym_DOT, - ACTIONS(1214), 1, + anon_sym_LBRACK, + anon_sym_STAR, anon_sym_PIPE, - ACTIONS(1216), 1, - anon_sym_LBRACE, - ACTIONS(1226), 1, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, anon_sym_AMP_AMP, - ACTIONS(1228), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(886), 1, - aux_sym_expression_list_repeat1, - STATE(1264), 1, + [37692] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(275), 1, + anon_sym_LBRACE, + ACTIONS(563), 1, + anon_sym_DOT, + ACTIONS(584), 1, + anon_sym_PIPE, + ACTIONS(813), 1, + anon_sym_LBRACK, + ACTIONS(958), 1, + anon_sym_COMMA, + STATE(386), 1, + sym_literal_value, + STATE(824), 1, sym_type_arguments, - ACTIONS(1220), 2, + ACTIONS(578), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + ACTIONS(591), 4, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1224), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1218), 3, + ACTIONS(589), 15, + anon_sym_STAR, + anon_sym_COLON, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1222), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1212), 5, - anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37714] = 3, - ACTIONS(317), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [37744] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(707), 1, + ACTIONS(719), 1, anon_sym_LF, - ACTIONS(709), 27, + ACTIONS(721), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42500,7 +42564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37750] = 18, + [37780] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -42517,15 +42581,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1230), 1, + ACTIONS(1200), 1, anon_sym_RPAREN, - ACTIONS(1232), 1, + ACTIONS(1202), 1, anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1190), 1, + STATE(1160), 1, aux_sym_argument_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -42548,55 +42612,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37816] = 17, + [37846] = 18, ACTIONS(3), 1, sym_comment, + ACTIONS(902), 1, + anon_sym_DOT, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1174), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1178), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1188), 1, anon_sym_AMP_AMP, - ACTIONS(1092), 1, - anon_sym_COMMA, - ACTIONS(1138), 1, + ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, + ACTIONS(1204), 1, + anon_sym_RPAREN, + ACTIONS(1206), 1, + anon_sym_COMMA, + STATE(385), 1, sym_argument_list, - STATE(886), 1, - aux_sym_expression_list_repeat1, - STATE(1264), 1, + STATE(1166), 1, + aux_sym_argument_list_repeat1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(659), 2, - anon_sym_SEMI, - anon_sym_COLON, - ACTIONS(972), 2, + ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1180), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(1176), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37880] = 3, - ACTIONS(317), 1, + [37912] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(751), 1, anon_sym_LF, @@ -42628,60 +42693,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37916] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1198), 1, - anon_sym_COMMA, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1234), 1, - anon_sym_EQ, - STATE(768), 1, - aux_sym_const_spec_repeat1, - STATE(871), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [37982] = 3, - ACTIONS(317), 1, + [37948] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(687), 1, + ACTIONS(799), 1, anon_sym_LF, - ACTIONS(689), 27, + ACTIONS(801), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42709,12 +42726,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38018] = 3, - ACTIONS(317), 1, + [37984] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(703), 1, + ACTIONS(739), 1, anon_sym_LF, - ACTIONS(705), 27, + ACTIONS(741), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42742,66 +42759,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38054] = 18, - ACTIONS(3), 1, + [38020] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(902), 1, + ACTIONS(779), 1, + anon_sym_LF, + ACTIONS(781), 27, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(906), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(1174), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1178), 1, - anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1236), 1, - anon_sym_RPAREN, - ACTIONS(1238), 1, - anon_sym_COMMA, - STATE(414), 1, - sym_argument_list, - STATE(1125), 1, - aux_sym_argument_list_repeat1, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1182), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1186), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1180), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1176), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [38120] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(683), 1, - anon_sym_LF, - ACTIONS(685), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, + anon_sym_STAR, anon_sym_PIPE, anon_sym_RBRACE, anon_sym_case, @@ -42823,12 +42792,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38156] = 3, - ACTIONS(317), 1, + [38056] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(727), 1, + ACTIONS(723), 1, anon_sym_LF, - ACTIONS(729), 27, + ACTIONS(725), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42856,12 +42825,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38192] = 3, - ACTIONS(317), 1, + [38092] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(691), 1, + ACTIONS(677), 1, anon_sym_LF, - ACTIONS(693), 27, + ACTIONS(679), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -42889,113 +42858,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38228] = 3, - ACTIONS(317), 1, + [38128] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(803), 1, - anon_sym_LF, - ACTIONS(805), 27, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(904), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(906), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, + ACTIONS(1008), 1, anon_sym_AMP_AMP, + ACTIONS(1102), 1, + anon_sym_COMMA, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - [38264] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1240), 1, - anon_sym_LPAREN, - STATE(589), 1, - sym_special_argument_list, - ACTIONS(591), 7, - anon_sym_EQ, - anon_sym_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(925), 1, + aux_sym_expression_list_repeat1, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(663), 2, + anon_sym_SEMI, anon_sym_COLON, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(589), 19, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [38304] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(747), 1, - anon_sym_LF, - ACTIONS(749), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, + ACTIONS(996), 5, anon_sym_STAR, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [38340] = 3, - ACTIONS(317), 1, + [38192] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(799), 1, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(801), 27, + ACTIONS(773), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43023,12 +42938,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38376] = 3, - ACTIONS(317), 1, + [38228] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(743), 1, + ACTIONS(711), 1, anon_sym_LF, - ACTIONS(745), 27, + ACTIONS(713), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43056,45 +42971,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38412] = 3, - ACTIONS(317), 1, + [38264] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(767), 1, - anon_sym_LF, - ACTIONS(769), 27, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(663), 1, + anon_sym_COLON_EQ, + ACTIONS(904), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(906), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(1102), 1, + anon_sym_COMMA, + ACTIONS(1208), 1, + anon_sym_DOT, + ACTIONS(1212), 1, anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, + ACTIONS(1214), 1, + anon_sym_LBRACE, + ACTIONS(1224), 1, + anon_sym_AMP_AMP, + ACTIONS(1226), 1, + anon_sym_PIPE_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(925), 1, + aux_sym_expression_list_repeat1, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1222), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(1220), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, anon_sym_LT_EQ, - anon_sym_GT, anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [38448] = 3, - ACTIONS(317), 1, + ACTIONS(1210), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [38330] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(791), 1, + ACTIONS(783), 1, anon_sym_LF, - ACTIONS(793), 27, + ACTIONS(785), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43122,12 +43052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38484] = 3, - ACTIONS(317), 1, + [38366] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(807), 1, + ACTIONS(727), 1, anon_sym_LF, - ACTIONS(809), 27, + ACTIONS(729), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43155,12 +43085,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38520] = 3, - ACTIONS(317), 1, + [38402] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(771), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1230), 1, + anon_sym_COMMA, + ACTIONS(1232), 1, + anon_sym_EQ, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(525), 1, + aux_sym_const_spec_repeat1, + STATE(874), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [38468] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(763), 1, anon_sym_LF, - ACTIONS(773), 27, + ACTIONS(765), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43188,48 +43166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38556] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(275), 1, - anon_sym_LBRACE, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(584), 1, - anon_sym_PIPE, - ACTIONS(813), 1, - anon_sym_LBRACK, - ACTIONS(958), 1, - anon_sym_COMMA, - STATE(415), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(578), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - ACTIONS(591), 4, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 15, - anon_sym_STAR, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [38608] = 18, + [38504] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -43246,15 +43183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1242), 1, + ACTIONS(1238), 1, anon_sym_RPAREN, - ACTIONS(1244), 1, + ACTIONS(1240), 1, anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1191), 1, + STATE(1128), 1, aux_sym_argument_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -43277,12 +43214,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [38674] = 3, - ACTIONS(317), 1, + [38570] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(679), 1, + ACTIONS(687), 1, anon_sym_LF, - ACTIONS(681), 27, + ACTIONS(689), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43310,12 +43247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38710] = 3, - ACTIONS(317), 1, + [38606] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(759), 1, + ACTIONS(755), 1, anon_sym_LF, - ACTIONS(761), 27, + ACTIONS(757), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43343,12 +43280,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38746] = 3, - ACTIONS(317), 1, + [38642] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(775), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1230), 1, + anon_sym_COMMA, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1242), 1, + anon_sym_EQ, + STATE(768), 1, + aux_sym_const_spec_repeat1, + STATE(865), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [38708] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(743), 1, anon_sym_LF, - ACTIONS(777), 27, + ACTIONS(745), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43376,12 +43361,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38782] = 3, - ACTIONS(317), 1, + [38744] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(779), 1, + ACTIONS(589), 1, anon_sym_LF, - ACTIONS(781), 27, + ACTIONS(591), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43409,12 +43394,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38818] = 3, - ACTIONS(317), 1, + [38780] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(795), 1, + ACTIONS(703), 1, anon_sym_LF, - ACTIONS(797), 27, + ACTIONS(705), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43442,12 +43427,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38854] = 3, - ACTIONS(317), 1, + [38816] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(719), 1, + ACTIONS(1244), 1, + anon_sym_LPAREN, + STATE(537), 1, + sym_special_argument_list, + ACTIONS(591), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(589), 19, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [38856] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(683), 1, anon_sym_LF, - ACTIONS(721), 27, + ACTIONS(685), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -43475,10 +43495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38890] = 3, + [38892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(681), 7, + ACTIONS(753), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -43486,7 +43506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(679), 20, + ACTIONS(751), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -43507,57 +43527,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38925] = 18, + [38927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(797), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(795), 20, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1246), 1, anon_sym_COMMA, - STATE(770), 1, - aux_sym_field_declaration_repeat1, - STATE(867), 1, - sym_parenthesized_type, - STATE(868), 1, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [38990] = 3, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [38962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(689), 7, + ACTIONS(785), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -43565,7 +43570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(687), 20, + ACTIONS(783), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -43586,294 +43591,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39025] = 17, + [38997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(701), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(699), 20, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(1202), 1, + anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1248), 1, - anon_sym_EQ, - ACTIONS(1250), 1, - anon_sym_LBRACK, - STATE(712), 1, - sym_type_parameter_list, - STATE(911), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39088] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1256), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1116), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39155] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1258), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1116), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39222] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1260), 1, - sym_identifier, - ACTIONS(1262), 1, - anon_sym_RBRACK, - STATE(1205), 1, - sym_parameter_declaration, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39285] = 19, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [39032] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(956), 1, + ACTIONS(902), 1, + anon_sym_DOT, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1264), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1047), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39352] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, + ACTIONS(1174), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1246), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, anon_sym_STAR, - ACTIONS(1266), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1116), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39419] = 3, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [39093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 7, + ACTIONS(697), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -43881,7 +43679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(711), 20, + ACTIONS(695), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -43902,10 +43700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39454] = 3, + [39128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 7, + ACTIONS(761), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -43913,7 +43711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(707), 20, + ACTIONS(759), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -43934,10 +43732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39489] = 3, + [39163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(745), 7, + ACTIONS(685), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -43945,7 +43743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(743), 20, + ACTIONS(683), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -43966,58 +43764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39524] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1268), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1030), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [39591] = 3, + [39198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(757), 7, + ACTIONS(801), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44025,7 +43775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(755), 20, + ACTIONS(799), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44046,53 +43796,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39626] = 14, + [39233] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(902), 1, + ACTIONS(563), 1, anon_sym_DOT, - ACTIONS(904), 1, + ACTIONS(578), 1, anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(1178), 1, + ACTIONS(584), 1, anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, + ACTIONS(813), 1, + anon_sym_LBRACK, + STATE(386), 1, + sym_literal_value, + STATE(824), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(591), 4, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(589), 17, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(637), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - ACTIONS(1184), 4, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [39280] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(591), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(589), 20, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [39683] = 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [39315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(809), 7, + ACTIONS(773), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44100,7 +43877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(807), 20, + ACTIONS(771), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44121,7 +43898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39718] = 3, + [39350] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(729), 7, @@ -44153,7 +43930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39753] = 13, + [39385] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -44164,9 +43941,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1178), 1, anon_sym_PIPE, - STATE(414), 1, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -44178,63 +43957,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(637), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(637), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, ACTIONS(1176), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [39808] = 10, + [39442] = 13, ACTIONS(3), 1, sym_comment, + ACTIONS(902), 1, + anon_sym_DOT, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - STATE(414), 1, + ACTIONS(1178), 1, + anon_sym_PIPE, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1220), 2, + ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(639), 3, - anon_sym_PIPE, + ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(637), 12, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, + ACTIONS(1180), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(637), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39857] = 12, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [39497] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -44245,9 +44026,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1178), 1, anon_sym_PIPE, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(639), 2, anon_sym_LT, @@ -44275,7 +44056,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39910] = 10, + [39550] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1248), 1, + anon_sym_EQ, + ACTIONS(1250), 1, + anon_sym_LBRACK, + STATE(676), 1, + sym_type_parameter_list, + STATE(909), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [39613] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(902), 1, @@ -44284,9 +44111,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -44314,42 +44141,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39959] = 3, + [39662] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(693), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(691), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [39994] = 3, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, + anon_sym_STAR, + ACTIONS(1256), 1, + anon_sym_RBRACE, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1102), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [39729] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(733), 7, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1258), 1, + anon_sym_COMMA, + STATE(771), 1, + aux_sym_parameter_declaration_repeat1, + STATE(1021), 1, + sym__simple_type, + STATE(1030), 1, + sym_parenthesized_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [39794] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(713), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44357,7 +44247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(731), 20, + ACTIONS(711), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44378,55 +44268,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40029] = 16, + [39829] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(902), 1, - anon_sym_DOT, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1174), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1178), 1, - anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1182), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1186), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1270), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1180), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [40090] = 3, + ACTIONS(1260), 1, + anon_sym_RBRACE, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1096), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [39896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(785), 7, + ACTIONS(765), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44434,7 +44327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(783), 20, + ACTIONS(763), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44455,39 +44348,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40125] = 3, + [39931] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(705), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(703), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [40160] = 19, + ACTIONS(1262), 1, + anon_sym_RBRACE, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1102), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [39998] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44504,7 +44413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, ACTIONS(956), 1, anon_sym_LPAREN, @@ -44512,21 +44421,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1254), 1, anon_sym_STAR, - ACTIONS(1272), 1, + ACTIONS(1264), 1, anon_sym_RBRACE, - STATE(849), 1, + STATE(826), 1, sym_qualified_type, - STATE(872), 1, + STATE(875), 1, sym_generic_type, - STATE(1116), 1, + STATE(1102), 1, sym_field_declaration, - STATE(1126), 2, + STATE(1107), 2, sym_union_type, sym_negated_type, - STATE(1339), 2, + STATE(1359), 2, sym_parenthesized_type, sym__simple_type, - STATE(859), 8, + STATE(850), 8, sym_pointer_type, sym_array_type, sym_slice_type, @@ -44535,10 +44444,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [40227] = 3, + [40065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(805), 7, + ACTIONS(693), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44546,7 +44455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(803), 20, + ACTIONS(691), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44567,10 +44476,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40262] = 3, + [40100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(591), 7, + ACTIONS(757), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44578,7 +44487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(589), 20, + ACTIONS(755), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44599,10 +44508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40297] = 3, + [40135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(801), 7, + ACTIONS(789), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44610,7 +44519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(799), 20, + ACTIONS(787), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44631,77 +44540,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40332] = 9, + [40170] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(578), 1, - anon_sym_LPAREN, - ACTIONS(584), 1, - anon_sym_PIPE, - ACTIONS(813), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - STATE(415), 1, - sym_literal_value, - STATE(855), 1, - sym_type_arguments, - ACTIONS(591), 4, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(589), 17, - anon_sym_COMMA, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, anon_sym_STAR, - anon_sym_LBRACE, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [40379] = 3, + ACTIONS(1266), 1, + anon_sym_RBRACE, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1102), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [40237] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(697), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(695), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, + ACTIONS(912), 1, anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1268), 1, + sym_identifier, + ACTIONS(1270), 1, + anon_sym_RBRACK, + STATE(1207), 1, + sym_parameter_declaration, + STATE(1046), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [40300] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1062), 1, anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [40414] = 19, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1272), 1, + anon_sym_COMMA, + STATE(775), 1, + aux_sym_field_declaration_repeat1, + STATE(871), 1, + sym__simple_type, + STATE(873), 1, + sym_parenthesized_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [40365] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44718,7 +44698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, ACTIONS(956), 1, anon_sym_LPAREN, @@ -44728,19 +44708,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1274), 1, anon_sym_RBRACE, - STATE(849), 1, + STATE(826), 1, sym_qualified_type, - STATE(872), 1, + STATE(875), 1, sym_generic_type, - STATE(1116), 1, + STATE(1053), 1, sym_field_declaration, - STATE(1126), 2, + STATE(1107), 2, sym_union_type, sym_negated_type, - STATE(1339), 2, + STATE(1359), 2, sym_parenthesized_type, sym__simple_type, - STATE(859), 8, + STATE(850), 8, sym_pointer_type, sym_array_type, sym_slice_type, @@ -44749,39 +44729,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [40481] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(797), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(795), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [40516] = 18, + [40432] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44794,31 +44742,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, + ACTIONS(1268), 1, + sym_identifier, ACTIONS(1276), 1, - anon_sym_COMMA, - STATE(771), 1, - aux_sym_parameter_declaration_repeat1, - STATE(1050), 1, - sym__simple_type, - STATE(1052), 1, + anon_sym_RBRACK, + STATE(1207), 1, + sym_parameter_declaration, + STATE(1046), 2, sym_parenthesized_type, - STATE(817), 3, + sym__simple_type, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44828,10 +44775,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [40581] = 3, + [40495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(761), 7, + ACTIONS(793), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44839,7 +44786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(759), 20, + ACTIONS(791), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44860,10 +44807,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40616] = 3, + [40530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(793), 7, + ACTIONS(805), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -44871,7 +44818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(791), 20, + ACTIONS(803), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -44892,30 +44839,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40651] = 3, + [40565] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(721), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(719), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_PERCENT, - anon_sym_LT_LT, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, + anon_sym_STAR, + ACTIONS(1278), 1, + anon_sym_RBRACE, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1022), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [40632] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(709), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(707), 20, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, anon_sym_EQ_EQ, @@ -44924,83 +44919,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40686] = 15, + [40667] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1278), 3, + ACTIONS(1280), 3, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_COLON, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [40745] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(781), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(779), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, + ACTIONS(996), 5, anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [40780] = 19, + [40726] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45017,7 +44980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, ACTIONS(956), 1, anon_sym_LPAREN, @@ -45025,21 +44988,21 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(1254), 1, anon_sym_STAR, - ACTIONS(1280), 1, + ACTIONS(1282), 1, anon_sym_RBRACE, - STATE(849), 1, + STATE(826), 1, sym_qualified_type, - STATE(872), 1, + STATE(875), 1, sym_generic_type, - STATE(1116), 1, + STATE(1102), 1, sym_field_declaration, - STATE(1126), 2, + STATE(1107), 2, sym_union_type, sym_negated_type, - STATE(1339), 2, + STATE(1359), 2, sym_parenthesized_type, sym__simple_type, - STATE(859), 8, + STATE(850), 8, sym_pointer_type, sym_array_type, sym_slice_type, @@ -45048,97 +45011,88 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [40847] = 12, + [40793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1214), 1, + ACTIONS(809), 7, + anon_sym_EQ, anon_sym_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1220), 2, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1218), 3, + anon_sym_LT, + anon_sym_GT, + ACTIONS(807), 20, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1212), 5, - anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 9, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40900] = 17, + [40828] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(659), 1, + ACTIONS(663), 1, anon_sym_SEMI, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1092), 1, + ACTIONS(1102), 1, anon_sym_COMMA, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1282), 1, + ACTIONS(1284), 1, anon_sym_DOT, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(886), 1, + STATE(925), 1, aux_sym_expression_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [40963] = 3, + [40891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(753), 7, + ACTIONS(721), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45146,7 +45100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(751), 20, + ACTIONS(719), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45167,52 +45121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40998] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1214), 1, - anon_sym_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1220), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1224), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1218), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1222), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(637), 5, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41053] = 3, + [40926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(765), 7, + ACTIONS(749), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45220,7 +45132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(763), 20, + ACTIONS(747), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45241,50 +45153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41088] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1214), 1, - anon_sym_PIPE, - ACTIONS(1226), 1, - anon_sym_AMP_AMP, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1220), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1224), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1218), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(637), 4, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, - anon_sym_PIPE_PIPE, - ACTIONS(1222), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41145] = 17, + [40961] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45301,27 +45170,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1260), 1, + ACTIONS(1252), 1, sym_identifier, - ACTIONS(1284), 1, - anon_sym_RBRACK, - STATE(1205), 1, - sym_parameter_declaration, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, + ACTIONS(1254), 1, + anon_sym_STAR, + ACTIONS(1286), 1, + anon_sym_RBRACE, + STATE(826), 1, sym_qualified_type, - STATE(859), 9, + STATE(875), 1, sym_generic_type, + STATE(1102), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, sym_pointer_type, sym_array_type, sym_slice_type, @@ -45330,10 +45201,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [41208] = 3, + [41028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(777), 7, + ACTIONS(689), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45341,7 +45212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(775), 20, + ACTIONS(687), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45362,10 +45233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41243] = 3, + [41063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(677), 7, + ACTIONS(777), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45373,7 +45244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(675), 20, + ACTIONS(775), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45394,56 +45265,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41278] = 17, + [41098] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(659), 1, - anon_sym_LBRACE, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1214), 1, - anon_sym_PIPE, - ACTIONS(1226), 1, - anon_sym_AMP_AMP, - ACTIONS(1228), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1286), 1, - anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1123), 1, - aux_sym_expression_list_repeat1, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1220), 2, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1224), 2, + ACTIONS(639), 3, + anon_sym_PIPE, anon_sym_LT, anon_sym_GT, - ACTIONS(1218), 3, + ACTIONS(1210), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 12, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1222), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41341] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [41147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(773), 7, + ACTIONS(705), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45451,7 +45315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(771), 20, + ACTIONS(703), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45472,10 +45336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41376] = 3, + [41182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(769), 7, + ACTIONS(781), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45483,7 +45347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(767), 20, + ACTIONS(779), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45504,10 +45368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41411] = 3, + [41217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(749), 7, + ACTIONS(733), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45515,7 +45379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(747), 20, + ACTIONS(731), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45536,10 +45400,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41446] = 3, + [41252] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(685), 7, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1212), 1, + anon_sym_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(639), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1218), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1216), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1210), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(637), 9, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_COLON_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [41305] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(737), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45547,7 +45452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 20, + ACTIONS(735), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45568,10 +45473,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41481] = 3, + [41340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(789), 7, + ACTIONS(679), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45579,7 +45484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(787), 20, + ACTIONS(677), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45600,10 +45505,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41516] = 3, + [41375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(725), 7, + ACTIONS(717), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45611,7 +45516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(723), 20, + ACTIONS(715), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45632,42 +45537,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41551] = 3, + [41410] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(741), 7, - anon_sym_EQ, + ACTIONS(663), 1, + anon_sym_LBRACE, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1212), 1, anon_sym_PIPE, - anon_sym_COLON, + ACTIONS(1224), 1, + anon_sym_AMP_AMP, + ACTIONS(1226), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1288), 1, + anon_sym_COMMA, + STATE(385), 1, + sym_argument_list, + STATE(1194), 1, + aux_sym_expression_list_repeat1, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1222), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(739), 20, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(1220), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1210), 5, + anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, + [41473] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1212), 1, + anon_sym_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1222), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1216), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1220), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(637), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_COLON_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41586] = 3, + ACTIONS(1210), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [41528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(737), 7, + ACTIONS(647), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45675,7 +45636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(735), 20, + ACTIONS(645), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45696,10 +45657,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41621] = 3, + [41563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(717), 7, + ACTIONS(745), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -45707,7 +45668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(715), 20, + ACTIONS(743), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -45728,282 +45689,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41656] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - ACTIONS(1288), 1, - anon_sym_RBRACE, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1093), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(859), 8, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [41723] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1290), 1, - anon_sym_RBRACK, - STATE(1066), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [41783] = 16, + [41598] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(1212), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1224), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1292), 1, - anon_sym_RPAREN, - ACTIONS(1294), 1, - anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1222), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(637), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_COLON_EQ, + anon_sym_PIPE_PIPE, + ACTIONS(1220), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(1210), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41843] = 16, + [41655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(741), 7, + anon_sym_EQ, anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1296), 1, - anon_sym_RBRACK, - ACTIONS(1298), 1, anon_sym_COLON, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(739), 20, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [41690] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(725), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(723), 20, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41903] = 16, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [41725] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1214), 1, + ACTIONS(1212), 1, anon_sym_PIPE, - ACTIONS(1226), 1, + ACTIONS(1224), 1, anon_sym_AMP_AMP, - ACTIONS(1228), 1, + ACTIONS(1226), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(928), 1, - sym_block, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1220), 2, + ACTIONS(830), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1224), 2, + ACTIONS(1222), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1218), 3, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1222), 4, + ACTIONS(1220), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1212), 5, + ACTIONS(1210), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41963] = 16, + [41783] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1178), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1188), 1, anon_sym_AMP_AMP, - ACTIONS(1138), 1, + ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1300), 1, - anon_sym_RBRACK, - ACTIONS(1302), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1290), 1, + anon_sym_RPAREN, + ACTIONS(1292), 1, + anon_sym_COMMA, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1180), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(1176), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42023] = 16, + [41843] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, ACTIONS(1178), 1, anon_sym_PIPE, @@ -46011,13 +45898,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1304), 1, + ACTIONS(1294), 1, anon_sym_RPAREN, - ACTIONS(1306), 1, + ACTIONS(1296), 1, anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, @@ -46040,233 +45927,368 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42083] = 16, + [41903] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1308), 1, + ACTIONS(1298), 1, anon_sym_RBRACK, - ACTIONS(1310), 1, + ACTIONS(1300), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42143] = 15, + [41963] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1252), 1, + sym_identifier, + ACTIONS(1254), 1, + anon_sym_STAR, + STATE(826), 1, + sym_qualified_type, + STATE(875), 1, + sym_generic_type, + STATE(1102), 1, + sym_field_declaration, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(1359), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [42027] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1214), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1226), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1228), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, + ACTIONS(1302), 1, + anon_sym_RBRACK, + ACTIONS(1304), 1, + anon_sym_COLON, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(836), 2, - anon_sym_COMMA, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [42087] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, anon_sym_LBRACE, - ACTIONS(1220), 2, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1212), 1, + anon_sym_PIPE, + ACTIONS(1224), 1, + anon_sym_AMP_AMP, + ACTIONS(1226), 1, + anon_sym_PIPE_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(943), 1, + sym_block, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1224), 2, + ACTIONS(1222), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1218), 3, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1222), 4, + ACTIONS(1220), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1212), 5, + ACTIONS(1210), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42201] = 16, + [42147] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1312), 1, + ACTIONS(1306), 1, anon_sym_RBRACK, - ACTIONS(1314), 1, + ACTIONS(1308), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42261] = 16, + [42207] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1268), 1, + sym_identifier, + STATE(1121), 1, + sym_parameter_declaration, + STATE(1046), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [42267] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1316), 1, + ACTIONS(1310), 1, anon_sym_RBRACK, - ACTIONS(1318), 1, + ACTIONS(1312), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42321] = 16, + [42327] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1320), 1, + ACTIONS(1314), 1, anon_sym_RBRACK, - ACTIONS(1322), 1, + ACTIONS(1316), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42381] = 16, + [42387] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, ACTIONS(1178), 1, anon_sym_PIPE, @@ -46274,14 +46296,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1324), 1, - anon_sym_RPAREN, - ACTIONS(1326), 1, - anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, + ACTIONS(830), 2, + anon_sym_RPAREN, + anon_sym_COMMA, ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, @@ -46303,7 +46324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42441] = 18, + [42445] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46316,31 +46337,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1252), 1, - sym_identifier, - ACTIONS(1254), 1, - anon_sym_STAR, - STATE(849), 1, - sym_qualified_type, - STATE(872), 1, - sym_generic_type, - STATE(1116), 1, - sym_field_declaration, - STATE(1126), 2, - sym_union_type, - sym_negated_type, - STATE(1339), 2, + ACTIONS(1318), 1, + anon_sym_type, + STATE(1271), 2, sym_parenthesized_type, sym__simple_type, - STATE(859), 8, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, @@ -46362,28 +46381,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1260), 1, + ACTIONS(1320), 1, + anon_sym_RBRACK, + STATE(1033), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [42565] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - STATE(1127), 1, - sym_parameter_declaration, - STATE(1007), 2, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1322), 1, + anon_sym_type, + STATE(1219), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46393,14 +46456,58 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42565] = 15, + [42625] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1324), 1, + anon_sym_RBRACK, + ACTIONS(1326), 1, + anon_sym_COLON, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [42685] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, anon_sym_DOT, ACTIONS(1178), 1, anon_sym_PIPE, @@ -46408,13 +46515,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(836), 2, + ACTIONS(1328), 1, anon_sym_RPAREN, + ACTIONS(1330), 1, anon_sym_COMMA, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, @@ -46436,51 +46544,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42623] = 16, + [42745] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1328), 1, + ACTIONS(1332), 1, anon_sym_RBRACK, - ACTIONS(1330), 1, + ACTIONS(1334), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42683] = 16, + [42805] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46499,22 +46607,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1332), 1, + ACTIONS(1336), 1, anon_sym_RBRACK, - STATE(1066), 2, + STATE(1033), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46524,7 +46632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42743] = 16, + [42865] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46543,22 +46651,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1334), 1, - anon_sym_type, - STATE(1215), 2, + ACTIONS(1338), 1, + anon_sym_RBRACK, + STATE(1033), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46568,57 +46676,189 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42803] = 16, + [42925] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1178), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1340), 1, + anon_sym_RPAREN, + ACTIONS(1342), 1, + anon_sym_COMMA, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [42985] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1336), 1, + ACTIONS(1344), 1, anon_sym_RBRACK, - ACTIONS(1338), 1, + ACTIONS(1346), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42863] = 16, + [43045] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1348), 1, + anon_sym_RPAREN, + ACTIONS(1350), 1, + anon_sym_COMMA, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [43105] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1352), 1, + anon_sym_RBRACK, + ACTIONS(1354), 1, + anon_sym_COLON, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [43165] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, ACTIONS(37), 1, @@ -46631,22 +46871,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1340), 1, + ACTIONS(1356), 1, anon_sym_type, - STATE(1198), 2, + STATE(1271), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46656,7 +46896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42923] = 16, + [43225] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46675,22 +46915,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1342), 1, - anon_sym_type, - STATE(1198), 2, + ACTIONS(1358), 1, + anon_sym_RBRACK, + STATE(1033), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46700,358 +46940,534 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42983] = 16, + [43285] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1344), 1, + ACTIONS(1360), 1, anon_sym_RBRACK, - ACTIONS(1346), 1, + ACTIONS(1362), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43043] = 16, + [43345] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1348), 1, - anon_sym_RPAREN, - ACTIONS(1350), 1, - anon_sym_COMMA, - STATE(414), 1, + ACTIONS(1364), 1, + anon_sym_RBRACK, + ACTIONS(1366), 1, + anon_sym_COLON, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43103] = 16, + [43405] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1352), 1, + ACTIONS(1368), 1, anon_sym_RBRACK, - ACTIONS(1354), 1, + ACTIONS(1370), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43163] = 16, + [43465] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1372), 1, + anon_sym_RBRACK, + STATE(1033), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [43525] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1356), 1, - anon_sym_RPAREN, - ACTIONS(1358), 1, - anon_sym_COMMA, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1160), 2, + anon_sym_SEMI, + anon_sym_COLON, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43223] = 16, + [43583] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1374), 1, + anon_sym_type, + STATE(1271), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [43643] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1360), 1, - anon_sym_RPAREN, - ACTIONS(1362), 1, - anon_sym_COMMA, - STATE(414), 1, + ACTIONS(1376), 1, + anon_sym_RBRACK, + ACTIONS(1378), 1, + anon_sym_COLON, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43283] = 16, + [43703] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + ACTIONS(1380), 1, + anon_sym_RBRACK, + STATE(1033), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [43763] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1364), 1, + ACTIONS(1382), 1, anon_sym_RBRACK, - ACTIONS(1366), 1, + ACTIONS(1384), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43343] = 15, + [43823] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - STATE(414), 1, + ACTIONS(1386), 1, + anon_sym_RBRACK, + ACTIONS(1388), 1, + anon_sym_COLON, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1130), 2, - anon_sym_SEMI, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [43883] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1390), 1, + anon_sym_RBRACK, + ACTIONS(1392), 1, anon_sym_COLON, - ACTIONS(970), 3, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43401] = 16, + [43943] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1368), 1, + ACTIONS(1394), 1, anon_sym_RBRACK, - ACTIONS(1370), 1, + ACTIONS(1396), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43461] = 16, + [44003] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47064,28 +47480,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1372), 1, - anon_sym_RBRACK, - STATE(1066), 2, + ACTIONS(1268), 1, + sym_identifier, + STATE(1207), 1, + sym_parameter_declaration, + STATE(1046), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47095,139 +47511,180 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [43521] = 16, + [44063] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1374), 1, + ACTIONS(1398), 1, anon_sym_RBRACK, - ACTIONS(1376), 1, + ACTIONS(1400), 1, anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43581] = 16, + [44123] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1178), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1188), 1, anon_sym_AMP_AMP, - ACTIONS(1138), 1, + ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1378), 1, - anon_sym_RBRACK, - ACTIONS(1380), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1402), 1, + anon_sym_RPAREN, + ACTIONS(1404), 1, + anon_sym_COMMA, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1180), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(1176), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43641] = 16, + [44183] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(864), 1, + anon_sym_map, + ACTIONS(866), 1, + anon_sym_chan, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(978), 1, + sym_struct_type, + STATE(814), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(782), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 8, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [44242] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1212), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1224), 1, anon_sym_AMP_AMP, - ACTIONS(1138), 1, + ACTIONS(1226), 1, anon_sym_PIPE_PIPE, - ACTIONS(1382), 1, - anon_sym_RBRACK, - ACTIONS(1384), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1412), 1, + anon_sym_LBRACE, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1218), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1222), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1216), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1220), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(1210), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43701] = 16, + [44299] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47246,22 +47703,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1386), 1, - anon_sym_type, - STATE(1198), 2, + STATE(1290), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47271,7 +47726,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [43761] = 16, + [44356] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47290,22 +47745,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1388), 1, - anon_sym_RBRACK, - STATE(1066), 2, + STATE(1226), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47315,95 +47768,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [43821] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1390), 1, - anon_sym_RBRACK, - STATE(1066), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [43881] = 16, + [44413] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1178), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1188), 1, anon_sym_AMP_AMP, - ACTIONS(1138), 1, + ACTIONS(1190), 1, anon_sym_PIPE_PIPE, - ACTIONS(1392), 1, - anon_sym_RBRACK, - ACTIONS(1394), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1414), 1, + anon_sym_RPAREN, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1182), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1186), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1180), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1184), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(1176), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43941] = 16, + [44470] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47412,32 +47819,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, + ACTIONS(938), 1, + sym_identifier, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1260), 1, + STATE(854), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(821), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [44527] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(978), 1, + anon_sym_interface, + ACTIONS(1038), 1, sym_identifier, - STATE(1205), 1, - sym_parameter_declaration, - STATE(1007), 2, + ACTIONS(1040), 1, + anon_sym_func, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, + anon_sym_STAR, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + STATE(914), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47447,85 +47894,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44001] = 16, + [44584] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1396), 1, + ACTIONS(1426), 1, anon_sym_RBRACK, - ACTIONS(1398), 1, - anon_sym_COLON, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44061] = 16, + [44641] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1400), 1, - anon_sym_RBRACK, - STATE(1066), 2, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + STATE(920), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47535,51 +47978,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44121] = 16, + [44698] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(1212), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1224), 1, + anon_sym_AMP_AMP, + ACTIONS(1226), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1428), 1, + anon_sym_LBRACE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1222), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1216), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1220), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1210), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [44755] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1402), 1, - anon_sym_RBRACK, - ACTIONS(1404), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1430), 1, + anon_sym_SEMI, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44181] = 15, + [44812] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47588,30 +48071,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(573), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(936), 1, - anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(836), 2, + STATE(1223), 2, sym_parenthesized_type, sym__simple_type, STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47621,7 +48104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44238] = 15, + [44869] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47630,30 +48113,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(559), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(573), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(938), 1, - anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1406), 1, - anon_sym_chan, - STATE(843), 2, + STATE(855), 2, sym_parenthesized_type, sym__simple_type, STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47663,7 +48146,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44295] = 15, + [44926] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1432), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [44983] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1434), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45040] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47672,30 +48239,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1237), 2, + STATE(846), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47705,7 +48272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44352] = 15, + [45097] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47724,20 +48291,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1251), 2, + STATE(1214), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47747,39 +48314,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44409] = 15, + [45154] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, anon_sym_LPAREN, - STATE(1279), 2, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(803), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47789,7 +48356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44466] = 15, + [45211] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47808,20 +48375,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1276), 2, + STATE(1219), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47831,39 +48398,123 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44523] = 15, + [45268] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1436), 1, + anon_sym_RPAREN, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45325] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1438), 1, + anon_sym_RPAREN, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45382] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(964), 1, sym_identifier, - ACTIONS(852), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(858), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(866), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1444), 1, anon_sym_LT_DASH, - STATE(813), 2, + STATE(929), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47873,39 +48524,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44580] = 15, + [45439] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(844), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(852), 1, anon_sym_func, - ACTIONS(930), 1, - anon_sym_LBRACK, - ACTIONS(932), 1, - anon_sym_STAR, - ACTIONS(934), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(864), 1, anon_sym_map, - ACTIONS(936), 1, + ACTIONS(866), 1, anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, - ACTIONS(956), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - STATE(857), 2, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(810), 2, sym_parenthesized_type, sym__simple_type, - STATE(818), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47915,49 +48566,134 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44637] = 15, + [45496] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(940), 1, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1414), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - STATE(856), 2, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(978), 1, + sym_struct_type, + STATE(784), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 8, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, - sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [44694] = 15, + [45555] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1446), 1, + anon_sym_RPAREN, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45612] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1448), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45669] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47966,30 +48702,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1026), 2, + STATE(831), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47999,39 +48735,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44751] = 15, + [45726] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(964), 1, + sym_identifier, + ACTIONS(968), 1, + anon_sym_func, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1228), 2, + ACTIONS(1450), 1, + anon_sym_LT_DASH, + STATE(920), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48041,39 +48777,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44808] = 15, + [45783] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1452), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45840] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(964), 1, sym_identifier, - ACTIONS(852), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(858), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(866), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1450), 1, anon_sym_LT_DASH, - STATE(800), 2, + STATE(914), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48083,39 +48861,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44865] = 15, + [45897] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(1038), 1, + sym_identifier, + ACTIONS(1040), 1, + anon_sym_func, + ACTIONS(1046), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, + anon_sym_STAR, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + ACTIONS(1454), 1, anon_sym_chan, - ACTIONS(561), 1, + STATE(907), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(869), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(881), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [45954] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - STATE(1042), 2, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1456), 1, + anon_sym_LT_DASH, + STATE(813), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48125,81 +48945,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44922] = 15, + [46011] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, + ACTIONS(974), 1, + anon_sym_struct, ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, + anon_sym_interface, + ACTIONS(1038), 1, + sym_identifier, + ACTIONS(1040), 1, + anon_sym_func, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, ACTIONS(1416), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, + anon_sym_LPAREN, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [44979] = 15, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1458), 1, + anon_sym_LT_DASH, + STATE(905), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(869), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(881), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [46068] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(864), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(866), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1406), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1408), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1215), 2, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(789), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48209,7 +49029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45036] = 15, + [46125] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48218,30 +49038,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1062), 2, + STATE(842), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48251,81 +49071,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45093] = 15, + [46182] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, ACTIONS(964), 1, - anon_sym_DOT, + sym_identifier, ACTIONS(968), 1, - anon_sym_PIPE, + anon_sym_func, + ACTIONS(974), 1, + anon_sym_struct, ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1418), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, + anon_sym_interface, + ACTIONS(980), 1, + anon_sym_map, + ACTIONS(982), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1440), 1, + anon_sym_LBRACK, + ACTIONS(1442), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45150] = 15, + ACTIONS(1450), 1, + anon_sym_LT_DASH, + STATE(888), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(866), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(881), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [46239] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(964), 1, + sym_identifier, + ACTIONS(968), 1, + anon_sym_func, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1281), 2, + ACTIONS(1450), 1, + anon_sym_LT_DASH, + STATE(891), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48335,7 +49155,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45207] = 15, + [46296] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48354,20 +49174,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1077), 2, + STATE(1092), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48377,7 +49197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45264] = 15, + [46353] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48396,20 +49216,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1192), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48419,81 +49239,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45321] = 15, + [46410] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1178), 1, - anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1420), 1, - anon_sym_RPAREN, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1182), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1186), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1180), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1176), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45378] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - STATE(1076), 2, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(784), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48503,165 +49281,125 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45435] = 15, + [46467] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1422), 1, - anon_sym_RBRACK, - STATE(414), 1, + ACTIONS(1460), 1, + anon_sym_COLON, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45492] = 15, + [46524] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1424), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(912), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45549] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, + ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1426), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45606] = 15, + ACTIONS(1462), 1, + sym_identifier, + STATE(840), 1, + sym_qualified_type, + STATE(868), 1, + sym_generic_type, + STATE(854), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1107), 2, + sym_union_type, + sym_negated_type, + STATE(850), 8, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [46585] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, - sym_identifier, - ACTIONS(852), 1, - anon_sym_func, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(866), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1412), 1, - anon_sym_LT_DASH, - STATE(798), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(831), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48671,39 +49409,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45663] = 15, + [46642] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, - sym_identifier, - ACTIONS(852), 1, - anon_sym_func, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(866), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, - anon_sym_STAR, - ACTIONS(1428), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - STATE(794), 2, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48713,39 +49451,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45720] = 15, + [46699] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(964), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(930), 1, - anon_sym_LBRACK, - ACTIONS(932), 1, - anon_sym_STAR, - ACTIONS(934), 1, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(978), 1, + anon_sym_interface, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(936), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(956), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1430), 1, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1440), 1, + anon_sym_LBRACK, + ACTIONS(1442), 1, + anon_sym_STAR, + ACTIONS(1450), 1, anon_sym_LT_DASH, - STATE(856), 2, + STATE(887), 2, sym_parenthesized_type, sym__simple_type, - STATE(818), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48755,81 +49493,123 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45777] = 15, + [46756] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1432), 1, - anon_sym_RPAREN, - STATE(414), 1, + ACTIONS(1464), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45834] = 15, + [46813] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(933), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [46870] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(978), 1, + anon_sym_interface, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(852), 2, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + STATE(938), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48839,7 +49619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45891] = 15, + [46927] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48858,20 +49638,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1198), 2, + STATE(1084), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48881,49 +49661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45948] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1434), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [46005] = 15, + [46984] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48932,30 +49670,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1034), 2, + STATE(843), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48965,81 +49703,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46062] = 15, + [47041] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1178), 1, - anon_sym_PIPE, - ACTIONS(1188), 1, - anon_sym_AMP_AMP, - ACTIONS(1190), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1436), 1, - anon_sym_RPAREN, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1182), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1186), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1180), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1184), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1176), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [46119] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(844), 1, sym_identifier, - ACTIONS(852), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(858), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(866), 1, + ACTIONS(982), 1, anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1444), 1, anon_sym_LT_DASH, - STATE(786), 2, + STATE(905), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49049,50 +49745,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46176] = 16, + [47098] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, + ACTIONS(964), 1, sym_identifier, - ACTIONS(852), 1, + ACTIONS(968), 1, anon_sym_func, - ACTIONS(858), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(864), 1, + ACTIONS(980), 1, anon_sym_map, - ACTIONS(866), 1, - anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1440), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1442), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1450), 1, anon_sym_LT_DASH, - STATE(1000), 1, - sym_struct_type, - STATE(798), 2, + ACTIONS(1466), 1, + anon_sym_chan, + STATE(907), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(866), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 8, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [46235] = 15, + [47155] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(844), 1, @@ -49105,26 +49800,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(864), 1, anon_sym_map, - ACTIONS(866), 1, - anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1406), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1408), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1410), 1, anon_sym_LT_DASH, - STATE(783), 2, + ACTIONS(1468), 1, + anon_sym_chan, + STATE(797), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49134,39 +49829,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46292] = 15, + [47212] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(1033), 2, + ACTIONS(1418), 1, + anon_sym_LBRACK, + ACTIONS(1420), 1, + anon_sym_STAR, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1458), 1, + anon_sym_LT_DASH, + STATE(929), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49176,39 +49871,123 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46349] = 15, + [47269] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(864), 1, + anon_sym_map, + ACTIONS(866), 1, + anon_sym_chan, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(784), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(782), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [47326] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(1006), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(1008), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(1046), 1, anon_sym_map, - ACTIONS(1438), 1, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(1444), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1446), 1, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + STATE(887), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(869), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(881), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [47383] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1448), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, anon_sym_LT_DASH, - STATE(915), 2, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1261), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49218,7 +49997,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46406] = 15, + [47440] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49237,20 +50016,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1204), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49260,7 +50039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46463] = 15, + [47497] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(844), 1, @@ -49275,24 +50054,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(866), 1, anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1406), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1408), 1, anon_sym_STAR, - ACTIONS(1412), 1, + ACTIONS(1410), 1, anon_sym_LT_DASH, - STATE(811), 2, + STATE(803), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49302,39 +50081,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46520] = 15, + [47554] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, + anon_sym_LBRACK, ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1470), 1, + anon_sym_RPAREN, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [47611] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1450), 1, - anon_sym_LT_DASH, - STATE(916), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1042), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49344,7 +50165,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46577] = 15, + [47668] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49363,20 +50184,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1255), 2, + STATE(843), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49386,39 +50207,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46634] = 15, + [47725] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1448), 1, - anon_sym_LT_DASH, - STATE(921), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1272), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49428,7 +50249,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46691] = 15, + [47782] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49437,30 +50258,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(573), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1276), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [47839] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(936), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1472), 1, + anon_sym_LT_DASH, + STATE(853), 2, sym_parenthesized_type, sym__simple_type, STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49470,7 +50333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46748] = 15, + [47896] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(844), 1, @@ -49485,24 +50348,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(866), 1, anon_sym_chan, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(1406), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(1408), 1, anon_sym_STAR, - ACTIONS(1428), 1, + ACTIONS(1474), 1, anon_sym_LT_DASH, - STATE(799), 2, + STATE(813), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49512,39 +50375,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46805] = 15, + [47953] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(831), 2, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, + anon_sym_LT_DASH, + STATE(891), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49554,49 +50417,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46862] = 15, + [48010] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1452), 1, + ACTIONS(1476), 1, anon_sym_RBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46919] = 15, + [48067] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49605,114 +50468,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, - sym_identifier, - ACTIONS(928), 1, - anon_sym_func, - ACTIONS(930), 1, - anon_sym_LBRACK, - ACTIONS(932), 1, - anon_sym_STAR, - ACTIONS(934), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(936), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(852), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(818), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [46976] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(573), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(936), 1, - anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(828), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(818), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [47033] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, - anon_sym_map, - ACTIONS(1016), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, - anon_sym_LBRACK, - ACTIONS(1442), 1, - anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1448), 1, + ACTIONS(1472), 1, anon_sym_LT_DASH, - STATE(913), 2, + STATE(838), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49722,7 +50501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47090] = 15, + [48124] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49741,20 +50520,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1203), 2, + STATE(846), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49764,7 +50543,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47147] = 15, + [48181] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49775,7 +50554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(559), 1, + ACTIONS(39), 1, anon_sym_chan, ACTIONS(561), 1, sym_identifier, @@ -49783,20 +50562,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(843), 2, + STATE(1025), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49806,123 +50585,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47204] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1214), 1, - anon_sym_PIPE, - ACTIONS(1226), 1, - anon_sym_AMP_AMP, - ACTIONS(1228), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1454), 1, - anon_sym_LBRACE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1220), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1224), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1218), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1222), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [47261] = 15, + [48238] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1456), 1, - anon_sym_SEMI, - STATE(414), 1, + ACTIONS(1478), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [47318] = 15, + [48295] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(974), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(940), 1, + ACTIONS(1046), 1, + anon_sym_map, + ACTIONS(1048), 1, + anon_sym_chan, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - ACTIONS(1414), 1, + ACTIONS(1422), 1, + anon_sym_TILDE, + ACTIONS(1424), 1, anon_sym_LT_DASH, - STATE(842), 2, + STATE(888), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49932,39 +50669,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47375] = 15, + [48352] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, - sym_identifier, - ACTIONS(852), 1, - anon_sym_func, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(864), 1, - anon_sym_map, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1204), 1, + ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1408), 1, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(938), 1, + sym_identifier, + ACTIONS(940), 1, + anon_sym_func, + ACTIONS(942), 1, anon_sym_LBRACK, - ACTIONS(1410), 1, + ACTIONS(944), 1, anon_sym_STAR, - ACTIONS(1412), 1, - anon_sym_LT_DASH, - ACTIONS(1458), 1, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, anon_sym_chan, - STATE(796), 2, + ACTIONS(950), 1, + anon_sym_LT_DASH, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(848), 2, sym_parenthesized_type, sym__simple_type, - STATE(780), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49974,123 +50711,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47432] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1460), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [47489] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1462), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [47546] = 15, + [48409] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(864), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(866), 1, anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - STATE(783), 2, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(786), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50100,7 +50753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47603] = 15, + [48466] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50119,20 +50772,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1220), 2, + STATE(1277), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50142,39 +50795,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47660] = 15, + [48523] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1450), 1, - anon_sym_LT_DASH, - STATE(914), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1267), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50184,165 +50837,249 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47717] = 15, + [48580] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1464), 1, - anon_sym_RBRACK, - STATE(414), 1, + ACTIONS(1480), 1, + anon_sym_SEMI, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [47774] = 15, + [48637] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, + anon_sym_STAR, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1240), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(818), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [48694] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1466), 1, - anon_sym_RPAREN, - STATE(414), 1, + ACTIONS(1482), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [47831] = 15, + [48751] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1214), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1226), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1228), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1468), 1, - anon_sym_LBRACE, - STATE(414), 1, + ACTIONS(1484), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1220), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1224), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1218), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1222), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1212), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [47888] = 15, + [48808] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(864), 1, + anon_sym_map, + ACTIONS(866), 1, + anon_sym_chan, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1410), 1, + anon_sym_LT_DASH, + STATE(814), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(782), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [48865] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(974), 1, + anon_sym_struct, + ACTIONS(978), 1, anon_sym_interface, - ACTIONS(1006), 1, + ACTIONS(1038), 1, sym_identifier, - ACTIONS(1008), 1, + ACTIONS(1040), 1, anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(1046), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(1048), 1, anon_sym_chan, - ACTIONS(1438), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(1418), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(1420), 1, anon_sym_STAR, - ACTIONS(1444), 1, + ACTIONS(1422), 1, anon_sym_TILDE, - ACTIONS(1448), 1, + ACTIONS(1424), 1, anon_sym_LT_DASH, - STATE(896), 2, + STATE(897), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(869), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(881), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50352,7 +51089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47945] = 15, + [48922] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50361,30 +51098,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(37), 1, + anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(561), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(573), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(936), 1, - anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(839), 2, + STATE(1180), 2, sym_parenthesized_type, sym__simple_type, STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50394,82 +51131,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48002] = 16, + [48979] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(870), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(872), 1, + ACTIONS(940), 1, anon_sym_func, - ACTIONS(878), 1, + ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, + anon_sym_STAR, + ACTIONS(946), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(948), 1, anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(1000), 1, - sym_struct_type, - STATE(783), 2, + ACTIONS(1486), 1, + anon_sym_LT_DASH, + STATE(838), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 8, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, + sym_struct_type, sym_interface_type, sym_map_type, sym_channel_type, sym_function_type, - [48061] = 15, + [49036] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1016), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1442), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1448), 1, - anon_sym_LT_DASH, - STATE(906), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1035), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50479,7 +51215,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48118] = 15, + [49093] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50488,30 +51224,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(924), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(928), 1, + ACTIONS(940), 1, anon_sym_func, - ACTIONS(930), 1, + ACTIONS(942), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(944), 1, anon_sym_STAR, - ACTIONS(934), 1, + ACTIONS(946), 1, anon_sym_map, - ACTIONS(936), 1, + ACTIONS(948), 1, anon_sym_chan, - ACTIONS(938), 1, - anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(831), 2, + ACTIONS(1486), 1, + anon_sym_LT_DASH, + STATE(853), 2, sym_parenthesized_type, sym__simple_type, - STATE(818), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50521,39 +51257,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48175] = 15, + [49150] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, - anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1474), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(1476), 1, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1062), 1, anon_sym_LT_DASH, - STATE(915), 2, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(796), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50563,39 +51299,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48232] = 15, + [49207] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1472), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1478), 1, - anon_sym_LT_DASH, - STATE(916), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1130), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50605,39 +51341,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48289] = 15, + [49264] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(880), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(910), 1, + anon_sym_LBRACK, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(786), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1051), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50647,49 +51383,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48346] = 15, + [49321] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1480), 1, - anon_sym_RPAREN, - STATE(414), 1, + ACTIONS(1488), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [48403] = 15, + [49378] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50708,20 +51444,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1290), 2, + STATE(1271), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50731,39 +51467,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48460] = 15, + [49435] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(984), 1, + ACTIONS(844), 1, sym_identifier, - ACTIONS(988), 1, + ACTIONS(852), 1, anon_sym_func, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(864), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(866), 1, anon_sym_chan, - ACTIONS(1438), 1, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1444), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1470), 1, + ACTIONS(1406), 1, anon_sym_LBRACK, - ACTIONS(1472), 1, + ACTIONS(1408), 1, anon_sym_STAR, - ACTIONS(1476), 1, + ACTIONS(1410), 1, anon_sym_LT_DASH, - STATE(921), 2, + STATE(796), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50773,49 +51509,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48517] = 15, + [49492] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(1196), 1, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1490), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [49549] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1178), 1, + anon_sym_PIPE, + ACTIONS(1188), 1, + anon_sym_AMP_AMP, + ACTIONS(1190), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1492), 1, + anon_sym_RPAREN, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1182), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1186), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1180), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1184), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1176), 5, anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1482), 1, - anon_sym_LT_DASH, - STATE(794), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [48574] = 17, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [49606] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50828,29 +51606,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(561), 1, + sym_identifier, ACTIONS(573), 1, anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1484), 1, - sym_identifier, - STATE(835), 1, - sym_qualified_type, - STATE(869), 1, - sym_generic_type, - STATE(848), 2, + STATE(1020), 2, sym_parenthesized_type, sym__simple_type, - STATE(1126), 2, + STATE(818), 3, sym_union_type, sym_negated_type, - STATE(859), 8, + sym_qualified_type, + STATE(850), 9, + sym_generic_type, sym_pointer_type, sym_array_type, sym_slice_type, @@ -50859,7 +51635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48635] = 15, + [49663] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50868,30 +51644,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, ACTIONS(940), 1, - anon_sym_LBRACK, + anon_sym_func, ACTIONS(942), 1, + anon_sym_LBRACK, + ACTIONS(944), 1, anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(948), 1, + anon_sym_chan, + ACTIONS(950), 1, + anon_sym_LT_DASH, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(836), 2, + STATE(851), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50901,81 +51677,123 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48692] = 15, + [49720] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, + ACTIONS(904), 1, + anon_sym_LPAREN, + ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1494), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [49777] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(998), 1, + anon_sym_PIPE, + ACTIONS(1008), 1, + anon_sym_AMP_AMP, + ACTIONS(1138), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1496), 1, + anon_sym_RBRACK, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1002), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1006), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1000), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1004), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(996), 5, anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(878), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [48749] = 15, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [49834] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(862), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(870), 1, + ACTIONS(938), 1, sym_identifier, - ACTIONS(872), 1, + ACTIONS(940), 1, anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, + ACTIONS(942), 1, anon_sym_LBRACK, - ACTIONS(1064), 1, + ACTIONS(944), 1, + anon_sym_STAR, + ACTIONS(946), 1, + anon_sym_map, + ACTIONS(950), 1, anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(923), 2, + ACTIONS(1498), 1, + anon_sym_chan, + STATE(855), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(821), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50985,39 +51803,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48806] = 15, + [49891] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(573), 1, + anon_sym_func, + ACTIONS(587), 1, + anon_sym_LT_DASH, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(1472), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(1476), 1, - anon_sym_LT_DASH, - STATE(883), 2, + ACTIONS(956), 1, + anon_sym_LPAREN, + STATE(1296), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51027,91 +51845,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48863] = 15, + [49948] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(904), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, + ACTIONS(906), 1, + anon_sym_LBRACK, + ACTIONS(994), 1, + anon_sym_DOT, + ACTIONS(1160), 1, + anon_sym_LBRACE, + ACTIONS(1212), 1, + anon_sym_PIPE, + ACTIONS(1224), 1, + anon_sym_AMP_AMP, + ACTIONS(1226), 1, + anon_sym_PIPE_PIPE, + STATE(385), 1, + sym_argument_list, + STATE(1227), 1, + sym_type_arguments, + ACTIONS(1218), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1222), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1216), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1220), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1210), 5, anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(811), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [48920] = 15, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [50005] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1486), 1, - anon_sym_SEMI, - STATE(414), 1, + ACTIONS(1500), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [48977] = 15, + [50062] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51130,20 +51948,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(828), 2, + STATE(854), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51153,39 +51971,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49034] = 15, + [50119] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(573), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, + ACTIONS(1062), 1, + anon_sym_LT_DASH, + ACTIONS(1228), 1, anon_sym_LPAREN, - STATE(1254), 2, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + ACTIONS(1502), 1, + anon_sym_chan, + STATE(797), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51195,39 +52013,81 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49091] = 15, + [50176] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(998), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(1438), 1, + ACTIONS(1054), 1, + anon_sym_LBRACK, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1444), 1, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1470), 1, + ACTIONS(1456), 1, + anon_sym_LT_DASH, + STATE(795), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(779), 3, + sym_union_type, + sym_negated_type, + sym_qualified_type, + STATE(804), 9, + sym_generic_type, + sym_pointer_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_interface_type, + sym_map_type, + sym_channel_type, + sym_function_type, + [50233] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(858), 1, + anon_sym_struct, + ACTIONS(862), 1, + anon_sym_interface, + ACTIONS(870), 1, + sym_identifier, + ACTIONS(882), 1, + anon_sym_func, + ACTIONS(890), 1, + anon_sym_map, + ACTIONS(892), 1, + anon_sym_chan, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1476), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - STATE(913), 2, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(789), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51237,7 +52097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49148] = 15, + [50290] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51256,20 +52116,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(1237), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51279,49 +52139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49205] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(844), 1, - sym_identifier, - ACTIONS(852), 1, - anon_sym_func, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(864), 1, - anon_sym_map, - ACTIONS(866), 1, - anon_sym_chan, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1408), 1, - anon_sym_LBRACK, - ACTIONS(1410), 1, - anon_sym_STAR, - ACTIONS(1412), 1, - anon_sym_LT_DASH, - STATE(806), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(780), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [49262] = 15, + [50347] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51340,62 +52158,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1218), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [49319] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1006), 1, - sym_identifier, - ACTIONS(1008), 1, - anon_sym_func, - ACTIONS(1014), 1, - anon_sym_map, - ACTIONS(1016), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1440), 1, - anon_sym_LBRACK, - ACTIONS(1442), 1, - anon_sym_STAR, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1448), 1, - anon_sym_LT_DASH, - STATE(939), 2, + STATE(1283), 2, sym_parenthesized_type, sym__simple_type, - STATE(877), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51405,49 +52181,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49376] = 15, + [50404] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1488), 1, + ACTIONS(1504), 1, anon_sym_RBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [49433] = 15, + [50461] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51466,62 +52242,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1069), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [49490] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(924), 1, - sym_identifier, - ACTIONS(928), 1, - anon_sym_func, - ACTIONS(930), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(932), 1, + ACTIONS(912), 1, anon_sym_STAR, - ACTIONS(934), 1, - anon_sym_map, - ACTIONS(936), 1, - anon_sym_chan, ACTIONS(956), 1, anon_sym_LPAREN, - ACTIONS(1430), 1, - anon_sym_LT_DASH, - STATE(842), 2, + STATE(1026), 2, sym_parenthesized_type, sym__simple_type, STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51531,7 +52265,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49547] = 15, + [50518] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51550,20 +52284,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1130), 2, + STATE(851), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51573,123 +52307,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49604] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1490), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [49661] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(1130), 1, - anon_sym_LBRACE, - ACTIONS(1214), 1, - anon_sym_PIPE, - ACTIONS(1226), 1, - anon_sym_AMP_AMP, - ACTIONS(1228), 1, - anon_sym_PIPE_PIPE, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(1220), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1224), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1218), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1222), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1212), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [49718] = 15, + [50575] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(844), 1, + sym_identifier, + ACTIONS(852), 1, + anon_sym_func, ACTIONS(858), 1, anon_sym_struct, ACTIONS(862), 1, anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, + ACTIONS(864), 1, anon_sym_map, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, + ACTIONS(866), 1, + anon_sym_chan, + ACTIONS(1228), 1, anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, + ACTIONS(1236), 1, anon_sym_TILDE, - ACTIONS(1492), 1, - anon_sym_chan, - STATE(796), 2, + ACTIONS(1406), 1, + anon_sym_LBRACK, + ACTIONS(1408), 1, + anon_sym_STAR, + ACTIONS(1474), 1, + anon_sym_LT_DASH, + STATE(795), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(782), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51699,7 +52349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49775] = 15, + [50632] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51718,104 +52368,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1058), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [49832] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1494), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [49889] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - ACTIONS(1482), 1, - anon_sym_LT_DASH, - STATE(799), 2, + STATE(1033), 2, sym_parenthesized_type, sym__simple_type, - STATE(781), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(789), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51825,49 +52391,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49946] = 15, + [50689] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1496), 1, + ACTIONS(1506), 1, anon_sym_RBRACK, - STATE(414), 1, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [50003] = 15, + [50746] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -51886,20 +52452,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(587), 1, anon_sym_LT_DASH, - ACTIONS(940), 1, + ACTIONS(910), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(912), 1, anon_sym_STAR, ACTIONS(956), 1, anon_sym_LPAREN, - STATE(1066), 2, + STATE(1041), 2, sym_parenthesized_type, sym__simple_type, - STATE(817), 3, + STATE(818), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(859), 9, + STATE(850), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51909,81 +52475,39 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50060] = 15, + [50803] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(858), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(862), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1060), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50117] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(984), 1, + ACTIONS(870), 1, sym_identifier, - ACTIONS(988), 1, + ACTIONS(882), 1, anon_sym_func, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1000), 1, + ACTIONS(890), 1, anon_sym_map, - ACTIONS(1002), 1, + ACTIONS(892), 1, anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, + ACTIONS(1054), 1, anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1478), 1, + ACTIONS(1062), 1, anon_sym_LT_DASH, - STATE(914), 2, + ACTIONS(1228), 1, + anon_sym_LPAREN, + ACTIONS(1234), 1, + anon_sym_STAR, + ACTIONS(1236), 1, + anon_sym_TILDE, + STATE(810), 2, sym_parenthesized_type, sym__simple_type, - STATE(873), 3, + STATE(779), 3, sym_union_type, sym_negated_type, sym_qualified_type, - STATE(889), 9, + STATE(804), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -51993,609 +52517,105 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50174] = 15, + [50860] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, + ACTIONS(994), 1, anon_sym_DOT, - ACTIONS(1178), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(1188), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, - ACTIONS(1190), 1, + ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1498), 1, - anon_sym_RPAREN, - STATE(414), 1, + ACTIONS(1508), 1, + anon_sym_RBRACK, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(1182), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1186), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1180), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1184), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1176), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [50231] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1000), 1, - anon_sym_map, - ACTIONS(1002), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, - anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1476), 1, - anon_sym_LT_DASH, - STATE(896), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(873), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50288] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1000), 1, - anon_sym_map, - ACTIONS(1002), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, - anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1476), 1, - anon_sym_LT_DASH, - STATE(906), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(873), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50345] = 15, + [50917] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(904), 1, anon_sym_LPAREN, ACTIONS(906), 1, anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, + ACTIONS(998), 1, anon_sym_PIPE, - ACTIONS(978), 1, + ACTIONS(1008), 1, anon_sym_AMP_AMP, ACTIONS(1138), 1, anon_sym_PIPE_PIPE, - ACTIONS(1500), 1, - anon_sym_COLON, - STATE(414), 1, + ACTIONS(1510), 1, + anon_sym_DOT, + STATE(385), 1, sym_argument_list, - STATE(1264), 1, + STATE(1227), 1, sym_type_arguments, - ACTIONS(972), 2, + ACTIONS(1002), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(976), 2, + ACTIONS(1006), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(970), 3, + ACTIONS(1000), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(974), 4, + ACTIONS(1004), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(966), 5, + ACTIONS(996), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [50402] = 15, - ACTIONS(3), 1, + [50971] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(1514), 1, + anon_sym_LF, + ACTIONS(1512), 20, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_func, + anon_sym_LBRACK, + anon_sym_STAR, anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(813), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50459] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1000), 1, - anon_sym_map, - ACTIONS(1002), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, - anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1476), 1, - anon_sym_LT_DASH, - STATE(919), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(873), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50516] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1502), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [50573] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1504), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [50630] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1506), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [50687] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(858), 1, - anon_sym_struct, - ACTIONS(862), 1, - anon_sym_interface, - ACTIONS(870), 1, - sym_identifier, - ACTIONS(872), 1, - anon_sym_func, - ACTIONS(878), 1, - anon_sym_map, - ACTIONS(880), 1, - anon_sym_chan, - ACTIONS(1056), 1, - anon_sym_LBRACK, - ACTIONS(1064), 1, - anon_sym_LT_DASH, - ACTIONS(1196), 1, - anon_sym_LPAREN, - ACTIONS(1202), 1, - anon_sym_STAR, - ACTIONS(1204), 1, - anon_sym_TILDE, - STATE(800), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(781), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(789), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50744] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(984), 1, - sym_identifier, - ACTIONS(988), 1, - anon_sym_func, - ACTIONS(994), 1, - anon_sym_struct, - ACTIONS(998), 1, - anon_sym_interface, - ACTIONS(1000), 1, - anon_sym_map, - ACTIONS(1002), 1, - anon_sym_chan, - ACTIONS(1438), 1, - anon_sym_LPAREN, - ACTIONS(1444), 1, - anon_sym_TILDE, - ACTIONS(1470), 1, - anon_sym_LBRACK, - ACTIONS(1472), 1, - anon_sym_STAR, - ACTIONS(1476), 1, - anon_sym_LT_DASH, - STATE(939), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(873), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(889), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50801] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(573), 1, - anon_sym_func, - ACTIONS(587), 1, - anon_sym_LT_DASH, - ACTIONS(940), 1, - anon_sym_LBRACK, - ACTIONS(942), 1, - anon_sym_STAR, - ACTIONS(956), 1, - anon_sym_LPAREN, - STATE(1224), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(817), 3, - sym_union_type, - sym_negated_type, - sym_qualified_type, - STATE(859), 9, - sym_generic_type, - sym_pointer_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_interface_type, - sym_map_type, - sym_channel_type, - sym_function_type, - [50858] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(964), 1, - anon_sym_DOT, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1508), 1, - anon_sym_RBRACK, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [50915] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - ACTIONS(906), 1, - anon_sym_LBRACK, - ACTIONS(968), 1, - anon_sym_PIPE, - ACTIONS(978), 1, - anon_sym_AMP_AMP, - ACTIONS(1138), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1510), 1, - anon_sym_DOT, - STATE(414), 1, - sym_argument_list, - STATE(1264), 1, - sym_type_arguments, - ACTIONS(972), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(976), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(970), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(974), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(966), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [50969] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1514), 1, - anon_sym_LF, - ACTIONS(1512), 20, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_func, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_struct, - anon_sym_PIPE, - anon_sym_TILDE, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_TILDE, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_interface, anon_sym_map, anon_sym_chan, @@ -52605,8 +52625,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_raw_string_literal, anon_sym_DQUOTE, - [50998] = 3, - ACTIONS(317), 1, + [51000] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1518), 1, anon_sym_LF, @@ -52631,8 +52651,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_raw_string_literal, anon_sym_DQUOTE, - [51027] = 3, - ACTIONS(317), 1, + [51029] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1522), 1, anon_sym_LF, @@ -52657,8 +52677,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_raw_string_literal, anon_sym_DQUOTE, - [51056] = 3, - ACTIONS(317), 1, + [51058] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1526), 1, anon_sym_LF, @@ -52683,8 +52703,8 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, sym_raw_string_literal, anon_sym_DQUOTE, - [51085] = 5, - ACTIONS(317), 1, + [51087] = 5, + ACTIONS(325), 1, sym_comment, ACTIONS(1530), 1, anon_sym_LF, @@ -52709,17 +52729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, sym_identifier, - [51116] = 3, + [51118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1512), 6, + ACTIONS(1520), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1514), 12, + ACTIONS(1522), 12, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -52732,7 +52752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON, - [51142] = 3, + [51144] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1516), 6, @@ -52755,17 +52775,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON, - [51168] = 3, + [51170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1524), 6, + ACTIONS(1512), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1526), 12, + ACTIONS(1514), 12, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -52778,8 +52798,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON, - [51194] = 3, - ACTIONS(317), 1, + [51196] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1530), 1, anon_sym_LF, @@ -52801,17 +52821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, sym_identifier, - [51220] = 3, + [51222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1520), 6, + ACTIONS(1524), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1522), 12, + ACTIONS(1526), 12, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -52824,13 +52844,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON, - [51246] = 3, - ACTIONS(317), 1, + [51248] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1518), 2, + ACTIONS(1514), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1516), 14, + ACTIONS(1512), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_func, @@ -52845,8 +52865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_LT_DASH, sym_identifier, - [51270] = 3, - ACTIONS(317), 1, + [51272] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1526), 2, ts_builtin_sym_end, @@ -52866,13 +52886,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_LT_DASH, sym_identifier, - [51294] = 3, - ACTIONS(317), 1, + [51296] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1514), 2, + ACTIONS(1518), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1512), 14, + ACTIONS(1516), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_func, @@ -52887,8 +52907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_LT_DASH, sym_identifier, - [51318] = 3, - ACTIONS(317), 1, + [51320] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1522), 2, ts_builtin_sym_end, @@ -52908,14 +52928,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_LT_DASH, sym_identifier, - [51342] = 4, + [51344] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(1535), 1, anon_sym_COMMA, STATE(766), 1, aux_sym_expression_list_repeat1, - ACTIONS(836), 13, + ACTIONS(830), 13, anon_sym_EQ, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -52929,10 +52949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [51367] = 4, + [51369] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(653), 1, anon_sym_COMMA, STATE(766), 1, aux_sym_expression_list_repeat1, @@ -52950,7 +52970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [51392] = 5, + [51394] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(1540), 1, @@ -52971,7 +52991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - [51418] = 3, + [51420] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1545), 1, @@ -52989,76 +53009,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [51439] = 5, + [51441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1551), 1, - anon_sym_COMMA, - STATE(770), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(1549), 5, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - ACTIONS(1547), 6, - anon_sym_func, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - sym_identifier, + ACTIONS(1547), 1, + anon_sym_EQ, + ACTIONS(1549), 1, + anon_sym_COLON_EQ, + ACTIONS(1543), 11, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_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, [51464] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1555), 1, anon_sym_COMMA, STATE(771), 1, aux_sym_parameter_declaration_repeat1, - ACTIONS(1556), 5, + ACTIONS(1553), 5, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - ACTIONS(1554), 6, + ACTIONS(1551), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - [51489] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1561), 1, - anon_sym_COLON_EQ, - ACTIONS(1543), 12, - 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_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [51510] = 6, - ACTIONS(317), 1, + [51489] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(888), 1, + ACTIONS(876), 1, anon_sym_DOT, ACTIONS(958), 1, anon_sym_LF, - ACTIONS(1563), 1, + ACTIONS(1558), 1, anon_sym_LBRACK, - STATE(804), 1, + STATE(811), 1, sym_type_arguments, - ACTIONS(896), 9, + ACTIONS(888), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_PIPE, @@ -53068,54 +53069,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51537] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1567), 1, - anon_sym_COLON_EQ, - ACTIONS(1565), 12, - 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_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [51558] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1571), 1, - anon_sym_COLON_EQ, - ACTIONS(1569), 12, - 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_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [51579] = 6, - ACTIONS(317), 1, + [51516] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(888), 1, + ACTIONS(876), 1, anon_sym_DOT, ACTIONS(958), 1, anon_sym_LF, - ACTIONS(1573), 1, + ACTIONS(1561), 1, anon_sym_LBRACK, - STATE(804), 1, + STATE(811), 1, sym_type_arguments, - ACTIONS(896), 9, + ACTIONS(888), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_PIPE, @@ -53125,14 +53090,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51606] = 4, + [51543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1576), 1, - anon_sym_EQ, - ACTIONS(1578), 1, + ACTIONS(1565), 1, anon_sym_COLON_EQ, - ACTIONS(1543), 11, + ACTIONS(1563), 12, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -53144,70 +53108,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [51629] = 3, + [51564] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1528), 6, + ACTIONS(1571), 1, + anon_sym_COMMA, + STATE(775), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(1569), 5, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, + ACTIONS(1567), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1530), 7, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - [51650] = 3, + [51589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 6, + ACTIONS(1528), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1582), 6, + ACTIONS(1530), 7, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_EQ, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - [51670] = 5, - ACTIONS(317), 1, + [51610] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 1, - anon_sym_LF, - ACTIONS(1588), 1, - anon_sym_LBRACK, - STATE(785), 1, - sym_type_arguments, - ACTIONS(1586), 9, - anon_sym_SEMI, + ACTIONS(1576), 1, + anon_sym_COLON_EQ, + ACTIONS(1574), 12, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - sym_raw_string_literal, - anon_sym_DQUOTE, - [51694] = 5, - ACTIONS(317), 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_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [51631] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1578), 1, + anon_sym_COLON_EQ, + ACTIONS(1543), 12, + 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_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [51652] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1563), 1, + ACTIONS(1561), 1, anon_sym_LBRACK, - ACTIONS(1584), 1, + ACTIONS(1580), 1, anon_sym_LF, - STATE(785), 1, + STATE(783), 1, sym_type_arguments, - ACTIONS(1586), 9, + ACTIONS(1582), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_PIPE, @@ -53217,64 +53201,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51718] = 3, + [51676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1591), 6, + ACTIONS(1584), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1593), 6, + ACTIONS(1586), 6, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - [51738] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1595), 1, - anon_sym_LF, - ACTIONS(1597), 10, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - sym_raw_string_literal, - anon_sym_DQUOTE, - [51757] = 3, + [51696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1601), 5, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - ACTIONS(1599), 6, + ACTIONS(1588), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - [51776] = 3, - ACTIONS(317), 1, + ACTIONS(1590), 6, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, + [51716] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1603), 1, + ACTIONS(1580), 1, anon_sym_LF, - ACTIONS(1605), 10, + ACTIONS(1592), 1, + anon_sym_LBRACK, + STATE(783), 1, + sym_type_arguments, + ACTIONS(1582), 9, anon_sym_SEMI, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, @@ -53282,29 +53254,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51795] = 4, - ACTIONS(317), 1, + [51740] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1607), 1, + ACTIONS(1595), 1, anon_sym_LF, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1609), 9, + ACTIONS(1597), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51816] = 3, - ACTIONS(317), 1, + [51759] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1613), 1, + ACTIONS(1599), 1, anon_sym_LF, - ACTIONS(1615), 10, + ACTIONS(1601), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53315,30 +53286,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51835] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(982), 1, - anon_sym_DOT, - ACTIONS(1617), 1, - anon_sym_LBRACK, - STATE(855), 1, - sym_type_arguments, - ACTIONS(958), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_COLON, - [51858] = 3, - ACTIONS(317), 1, + [51778] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1584), 1, + ACTIONS(1603), 1, anon_sym_LF, - ACTIONS(1586), 10, + ACTIONS(1605), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53349,12 +53302,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51877] = 3, - ACTIONS(317), 1, + [51797] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1620), 1, + ACTIONS(1607), 1, anon_sym_LF, - ACTIONS(1622), 10, + ACTIONS(1609), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53365,28 +53318,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51896] = 3, - ACTIONS(317), 1, + [51816] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1613), 5, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, + ACTIONS(1611), 6, + anon_sym_func, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + sym_identifier, + [51835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1617), 5, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, + ACTIONS(1615), 6, + anon_sym_func, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + sym_identifier, + [51854] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1624), 1, + ACTIONS(1619), 1, anon_sym_LF, - ACTIONS(1626), 10, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1621), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51915] = 3, - ACTIONS(317), 1, + [51875] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1628), 1, + ACTIONS(1625), 1, anon_sym_LF, - ACTIONS(1630), 10, + ACTIONS(1627), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53397,12 +53383,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51934] = 3, - ACTIONS(317), 1, + [51894] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1632), 1, + ACTIONS(1629), 1, anon_sym_LF, - ACTIONS(1634), 10, + ACTIONS(1631), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53413,12 +53399,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51953] = 3, - ACTIONS(317), 1, + [51913] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1636), 1, + ACTIONS(1633), 1, anon_sym_LF, - ACTIONS(1638), 10, + ACTIONS(1635), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53429,8 +53415,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51972] = 3, - ACTIONS(317), 1, + [51932] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1010), 1, + anon_sym_DOT, + ACTIONS(1637), 1, + anon_sym_LBRACK, + STATE(824), 1, + sym_type_arguments, + ACTIONS(958), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + [51955] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1640), 1, anon_sym_LF, @@ -53445,8 +53449,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [51991] = 3, - ACTIONS(317), 1, + [51974] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1644), 1, anon_sym_LF, @@ -53461,12 +53465,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52010] = 3, - ACTIONS(317), 1, + [51993] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1648), 1, + ACTIONS(1644), 1, anon_sym_LF, - ACTIONS(1650), 10, + ACTIONS(1646), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53477,12 +53481,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52029] = 3, - ACTIONS(317), 1, + [52012] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1652), 1, + ACTIONS(1644), 1, anon_sym_LF, - ACTIONS(1654), 10, + ACTIONS(1646), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53493,12 +53497,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52048] = 3, - ACTIONS(317), 1, + [52031] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1644), 1, + ACTIONS(1648), 1, anon_sym_LF, - ACTIONS(1646), 10, + ACTIONS(1650), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53509,29 +53513,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52067] = 4, - ACTIONS(317), 1, + [52050] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1656), 1, + ACTIONS(1652), 1, anon_sym_LF, - ACTIONS(1658), 9, + ACTIONS(1654), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52088] = 3, - ACTIONS(317), 1, + [52069] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1660), 1, + ACTIONS(1656), 1, anon_sym_LF, - ACTIONS(1662), 10, + ACTIONS(1658), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53542,8 +53545,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, + [52088] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1662), 5, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, + ACTIONS(1660), 6, + anon_sym_func, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + sym_identifier, [52107] = 3, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, ACTIONS(1664), 1, anon_sym_LF, @@ -53558,28 +53577,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52126] = 3, - ACTIONS(317), 1, + [52126] = 4, + ACTIONS(325), 1, sym_comment, + ACTIONS(1623), 1, + anon_sym_PIPE, ACTIONS(1668), 1, anon_sym_LF, - ACTIONS(1670), 10, + ACTIONS(1670), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52145] = 3, - ACTIONS(317), 1, + [52147] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1672), 1, + ACTIONS(1580), 1, anon_sym_LF, - ACTIONS(1674), 10, + ACTIONS(1582), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53590,30 +53610,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52164] = 5, - ACTIONS(3), 1, + [52166] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(982), 1, - anon_sym_DOT, - ACTIONS(1676), 1, - anon_sym_LBRACK, - STATE(855), 1, - sym_type_arguments, - ACTIONS(958), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(1672), 1, + anon_sym_LF, + ACTIONS(1674), 10, + anon_sym_SEMI, anon_sym_EQ, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - anon_sym_COLON, - [52187] = 3, - ACTIONS(317), 1, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + sym_raw_string_literal, + anon_sym_DQUOTE, + [52185] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1678), 1, + ACTIONS(1676), 1, anon_sym_LF, - ACTIONS(1680), 10, + ACTIONS(1678), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53624,44 +53642,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52206] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1684), 5, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - ACTIONS(1682), 6, - anon_sym_func, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - sym_identifier, - [52225] = 3, - ACTIONS(317), 1, + [52204] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1686), 1, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1680), 1, anon_sym_LF, - ACTIONS(1688), 10, + ACTIONS(1682), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52244] = 3, - ACTIONS(317), 1, + [52225] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(1680), 1, anon_sym_LF, - ACTIONS(1692), 10, + ACTIONS(1682), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53672,28 +53675,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52263] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1696), 5, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - ACTIONS(1694), 6, - anon_sym_func, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - sym_identifier, - [52282] = 3, - ACTIONS(317), 1, + [52244] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1644), 1, + ACTIONS(1684), 1, anon_sym_LF, - ACTIONS(1646), 10, + ACTIONS(1686), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53704,14 +53691,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52301] = 4, - ACTIONS(317), 1, + [52263] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - ACTIONS(1698), 1, + ACTIONS(1688), 1, anon_sym_LF, - ACTIONS(1700), 9, + ACTIONS(1690), 9, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53721,29 +53708,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52322] = 4, - ACTIONS(317), 1, + [52284] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1702), 1, + ACTIONS(1692), 1, anon_sym_LF, - ACTIONS(1704), 9, + ACTIONS(1694), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_case, anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52343] = 3, - ACTIONS(317), 1, + [52303] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1698), 1, + ACTIONS(1696), 1, anon_sym_LF, - ACTIONS(1700), 10, + ACTIONS(1698), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53754,12 +53740,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52362] = 3, - ACTIONS(317), 1, + [52322] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1706), 1, + ACTIONS(1700), 1, anon_sym_LF, - ACTIONS(1708), 10, + ACTIONS(1702), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53770,12 +53756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52381] = 3, - ACTIONS(317), 1, + [52341] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1710), 1, + ACTIONS(1704), 1, anon_sym_LF, - ACTIONS(1712), 10, + ACTIONS(1706), 10, anon_sym_SEMI, anon_sym_EQ, anon_sym_LBRACK, @@ -53786,14 +53772,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52400] = 4, + [52360] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1010), 1, + anon_sym_DOT, + ACTIONS(1708), 1, anon_sym_LBRACK, - STATE(853), 1, + STATE(824), 1, sym_type_arguments, - ACTIONS(1584), 8, + ACTIONS(958), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -53802,14 +53790,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52420] = 4, + [52383] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1710), 1, + anon_sym_LF, + ACTIONS(1712), 10, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + sym_raw_string_literal, + anon_sym_DQUOTE, + [52402] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(1714), 1, + sym_identifier, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1718), 1, + sym_blank_identifier, + ACTIONS(1720), 1, + anon_sym_LPAREN, + ACTIONS(1722), 1, + sym_raw_string_literal, + ACTIONS(1724), 1, + anon_sym_DQUOTE, + STATE(1100), 1, + sym_interpreted_string_literal, + STATE(1163), 1, + sym_dot, + STATE(1148), 2, + sym_import_spec, + sym_import_spec_list, + [52434] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1708), 1, anon_sym_LBRACK, - STATE(853), 1, + STATE(834), 1, sym_type_arguments, - ACTIONS(1584), 8, + ACTIONS(1580), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -53818,191 +53844,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52440] = 11, + [52454] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1717), 1, - sym_identifier, - ACTIONS(1719), 1, + ACTIONS(1716), 1, anon_sym_DOT, - ACTIONS(1721), 1, - sym_blank_identifier, - ACTIONS(1723), 1, - anon_sym_RPAREN, - ACTIONS(1725), 1, - sym_raw_string_literal, - STATE(820), 1, - aux_sym_import_spec_list_repeat1, - STATE(1124), 1, - sym_dot, - STATE(1257), 1, - sym_import_spec, - STATE(1277), 1, - sym_interpreted_string_literal, - [52474] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1717), 1, + ACTIONS(1726), 1, sym_identifier, - ACTIONS(1719), 1, - anon_sym_DOT, - ACTIONS(1721), 1, + ACTIONS(1728), 1, sym_blank_identifier, - ACTIONS(1725), 1, + ACTIONS(1730), 1, + anon_sym_LPAREN, + ACTIONS(1732), 1, sym_raw_string_literal, - ACTIONS(1727), 1, - anon_sym_RPAREN, - STATE(823), 1, - aux_sym_import_spec_list_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_dot, - STATE(1257), 1, - sym_import_spec, - STATE(1277), 1, + STATE(1117), 1, sym_interpreted_string_literal, - [52508] = 10, - ACTIONS(317), 1, + STATE(1291), 2, + sym_import_spec, + sym_import_spec_list, + [52486] = 10, + ACTIONS(325), 1, sym_comment, - ACTIONS(888), 1, + ACTIONS(876), 1, anon_sym_DOT, - ACTIONS(896), 1, + ACTIONS(888), 1, anon_sym_PIPE, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - ACTIONS(1563), 1, + ACTIONS(1561), 1, anon_sym_LBRACK, - ACTIONS(1729), 1, + ACTIONS(1734), 1, anon_sym_LF, - ACTIONS(1733), 1, + ACTIONS(1738), 1, sym_raw_string_literal, - STATE(804), 1, + STATE(811), 1, sym_type_arguments, - STATE(1148), 1, + STATE(1135), 1, sym_interpreted_string_literal, - ACTIONS(1731), 2, + ACTIONS(1736), 2, anon_sym_SEMI, anon_sym_RBRACE, - [52540] = 11, + [52518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1717), 1, - sym_identifier, - ACTIONS(1719), 1, - anon_sym_DOT, - ACTIONS(1721), 1, - sym_blank_identifier, - ACTIONS(1725), 1, - sym_raw_string_literal, - ACTIONS(1735), 1, + ACTIONS(1740), 1, + anon_sym_LBRACK, + STATE(834), 1, + sym_type_arguments, + ACTIONS(1580), 8, + anon_sym_LPAREN, anon_sym_RPAREN, - STATE(823), 1, - aux_sym_import_spec_list_repeat1, - STATE(1124), 1, - sym_dot, - STATE(1257), 1, - sym_import_spec, - STATE(1277), 1, - sym_interpreted_string_literal, - [52574] = 11, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + [52538] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(1740), 1, - anon_sym_DOT, - ACTIONS(1743), 1, - sym_blank_identifier, - ACTIONS(1746), 1, + ACTIONS(1710), 9, + anon_sym_LPAREN, anon_sym_RPAREN, - ACTIONS(1748), 1, - sym_raw_string_literal, - ACTIONS(1751), 1, - anon_sym_DQUOTE, - STATE(823), 1, - aux_sym_import_spec_list_repeat1, - STATE(1124), 1, - sym_dot, - STATE(1257), 1, - sym_import_spec, - STATE(1277), 1, - sym_interpreted_string_literal, - [52608] = 10, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + [52553] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1640), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + [52568] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1692), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + anon_sym_COLON, + [52583] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1717), 1, - sym_identifier, - ACTIONS(1719), 1, + ACTIONS(1716), 1, anon_sym_DOT, - ACTIONS(1721), 1, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, sym_blank_identifier, - ACTIONS(1725), 1, + ACTIONS(1732), 1, sym_raw_string_literal, - ACTIONS(1754), 1, - anon_sym_LPAREN, - STATE(1124), 1, + ACTIONS(1743), 1, + anon_sym_RPAREN, + STATE(1115), 1, sym_dot, - STATE(1277), 1, + STATE(1117), 1, sym_interpreted_string_literal, - STATE(1197), 2, + STATE(1170), 1, sym_import_spec, - sym_import_spec_list, - [52640] = 10, - ACTIONS(3), 1, + [52614] = 9, + ACTIONS(325), 1, sym_comment, - ACTIONS(1719), 1, - anon_sym_DOT, - ACTIONS(1756), 1, - sym_identifier, - ACTIONS(1758), 1, - sym_blank_identifier, - ACTIONS(1760), 1, - anon_sym_LPAREN, - ACTIONS(1762), 1, - sym_raw_string_literal, - ACTIONS(1764), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - STATE(1105), 1, - sym_dot, - STATE(1108), 1, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(1582), 1, + anon_sym_PIPE, + ACTIONS(1745), 1, + anon_sym_LF, + ACTIONS(1749), 1, + sym_raw_string_literal, + STATE(783), 1, + sym_type_arguments, + STATE(1126), 1, sym_interpreted_string_literal, - STATE(1110), 2, - sym_import_spec, - sym_import_spec_list, - [52672] = 11, + ACTIONS(1747), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [52643] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1717), 1, - sym_identifier, - ACTIONS(1719), 1, + ACTIONS(1716), 1, anon_sym_DOT, - ACTIONS(1721), 1, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, sym_blank_identifier, - ACTIONS(1725), 1, + ACTIONS(1732), 1, sym_raw_string_literal, - ACTIONS(1766), 1, + ACTIONS(1751), 1, anon_sym_RPAREN, - STATE(822), 1, - aux_sym_import_spec_list_repeat1, - STATE(1124), 1, + STATE(1115), 1, sym_dot, - STATE(1257), 1, - sym_import_spec, - STATE(1277), 1, + STATE(1117), 1, sym_interpreted_string_literal, - [52706] = 2, + STATE(1170), 1, + sym_import_spec, + [52674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1690), 9, + ACTIONS(1676), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54012,51 +54018,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52721] = 3, + [52689] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(1702), 8, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, + sym_blank_identifier, + ACTIONS(1732), 1, + sym_raw_string_literal, + ACTIONS(1753), 1, + anon_sym_RPAREN, + STATE(1115), 1, + sym_dot, + STATE(1117), 1, + sym_interpreted_string_literal, + STATE(1170), 1, + sym_import_spec, + [52720] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1672), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52738] = 3, + [52735] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(1698), 8, + ACTIONS(1644), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52755] = 2, + [52750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1664), 9, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1680), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52770] = 2, + [52767] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1644), 9, + ACTIONS(1680), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54066,10 +54092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52785] = 2, + [52782] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 9, + ACTIONS(1595), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54079,10 +54105,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52800] = 2, + [52797] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1686), 9, + ACTIONS(1664), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54092,10 +54118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52815] = 2, + [52812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1660), 9, + ACTIONS(1629), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54105,44 +54131,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52830] = 9, - ACTIONS(317), 1, - sym_comment, - ACTIONS(900), 1, - anon_sym_DQUOTE, - ACTIONS(1563), 1, - anon_sym_LBRACK, - ACTIONS(1586), 1, - anon_sym_PIPE, - ACTIONS(1770), 1, - anon_sym_LF, - ACTIONS(1774), 1, - sym_raw_string_literal, - STATE(785), 1, - sym_type_arguments, - STATE(1134), 1, - sym_interpreted_string_literal, - ACTIONS(1772), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [52859] = 3, + [52827] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(1656), 8, + ACTIONS(1684), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52876] = 2, + [52842] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1710), 9, + ACTIONS(1700), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54152,27 +54157,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52891] = 6, + [52857] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(275), 1, anon_sym_LBRACE, - ACTIONS(1676), 1, + ACTIONS(1708), 1, anon_sym_LBRACK, - STATE(417), 1, + STATE(388), 1, sym_literal_value, - STATE(853), 1, + STATE(834), 1, sym_type_arguments, - ACTIONS(1584), 5, + ACTIONS(1580), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_PIPE, - [52914] = 2, + [52880] = 9, + ACTIONS(325), 1, + sym_comment, + ACTIONS(898), 1, + anon_sym_DQUOTE, + ACTIONS(1561), 1, + anon_sym_LBRACK, + ACTIONS(1582), 1, + anon_sym_PIPE, + ACTIONS(1757), 1, + anon_sym_LF, + ACTIONS(1761), 1, + sym_raw_string_literal, + STATE(783), 1, + sym_type_arguments, + STATE(1133), 1, + sym_interpreted_string_literal, + ACTIONS(1759), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [52909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1678), 9, + ACTIONS(1648), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54182,10 +54207,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52929] = 2, + [52924] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1640), 9, + ACTIONS(1704), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54195,23 +54220,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52944] = 2, + [52939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1668), 9, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1688), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52959] = 2, + [52956] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1644), 9, + ACTIONS(1625), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54221,10 +54247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52974] = 2, + [52971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1644), 9, + ACTIONS(1603), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54234,68 +54260,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [52989] = 8, - ACTIONS(317), 1, + [52986] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(888), 1, - anon_sym_DOT, - ACTIONS(958), 1, - anon_sym_LF, - ACTIONS(1563), 1, - anon_sym_LBRACK, - ACTIONS(1776), 1, - anon_sym_LPAREN, - STATE(479), 1, - sym_parameter_list, - STATE(804), 1, - sym_type_arguments, - ACTIONS(896), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_RBRACE, - [53016] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1632), 9, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1755), 1, anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_COLON, - [53031] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1628), 9, + ACTIONS(1619), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53046] = 2, + [53003] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1648), 9, - anon_sym_LPAREN, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, + sym_blank_identifier, + ACTIONS(1732), 1, + sym_raw_string_literal, + ACTIONS(1763), 1, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_COLON, - [53061] = 2, + STATE(1115), 1, + sym_dot, + STATE(1117), 1, + sym_interpreted_string_literal, + STATE(1170), 1, + sym_import_spec, + [53034] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1595), 9, + ACTIONS(1607), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54305,30 +54308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53076] = 9, - ACTIONS(317), 1, - sym_comment, - ACTIONS(900), 1, - anon_sym_DQUOTE, - ACTIONS(1563), 1, - anon_sym_LBRACK, - ACTIONS(1586), 1, - anon_sym_PIPE, - ACTIONS(1778), 1, - anon_sym_LF, - ACTIONS(1782), 1, - sym_raw_string_literal, - STATE(785), 1, - sym_type_arguments, - STATE(1100), 1, - sym_interpreted_string_literal, - ACTIONS(1780), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [53105] = 2, + [53049] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1613), 9, + ACTIONS(1656), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54338,10 +54321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53120] = 2, + [53064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1624), 9, + ACTIONS(1580), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54351,12 +54334,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53135] = 3, + [53079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1607), 8, + ACTIONS(1668), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54365,23 +54348,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_COLON, - [53152] = 2, - ACTIONS(3), 1, + [53096] = 8, + ACTIONS(325), 1, sym_comment, - ACTIONS(1603), 9, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(876), 1, + anon_sym_DOT, + ACTIONS(958), 1, + anon_sym_LF, + ACTIONS(1561), 1, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1765), 1, + anon_sym_LPAREN, + STATE(468), 1, + sym_parameter_list, + STATE(811), 1, + sym_type_arguments, + ACTIONS(888), 3, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_LBRACE, - anon_sym_COLON, - [53167] = 2, + anon_sym_RBRACE, + [53123] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1620), 9, + ACTIONS(1644), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54391,10 +54380,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53182] = 2, + [53138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1672), 9, + ACTIONS(1599), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54404,10 +54393,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53197] = 2, + [53153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1636), 9, + ACTIONS(1644), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54417,7 +54406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53212] = 2, + [53168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1652), 9, @@ -54430,10 +54419,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53227] = 2, + [53183] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1706), 9, + ACTIONS(1696), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54443,10 +54432,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53242] = 2, + [53198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 9, + ACTIONS(1633), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -54456,692 +54445,726 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LBRACE, anon_sym_COLON, - [53257] = 6, - ACTIONS(317), 1, + [53213] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(1784), 1, + ACTIONS(1767), 1, anon_sym_DOT, - ACTIONS(1786), 1, + ACTIONS(1769), 1, anon_sym_LBRACK, - STATE(891), 1, + STATE(928), 1, sym_type_arguments, ACTIONS(958), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(896), 3, + ACTIONS(888), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_LBRACE, - [53279] = 6, - ACTIONS(317), 1, + [53235] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(1784), 1, + ACTIONS(1767), 1, anon_sym_DOT, - ACTIONS(1788), 1, + ACTIONS(1771), 1, anon_sym_LBRACK, - STATE(891), 1, + STATE(928), 1, sym_type_arguments, ACTIONS(958), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(896), 3, + ACTIONS(888), 3, anon_sym_SEMI, anon_sym_PIPE, anon_sym_LBRACE, - [53301] = 5, - ACTIONS(317), 1, + [53257] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, + sym_blank_identifier, + ACTIONS(1732), 1, + sym_raw_string_literal, + STATE(1074), 1, + sym_import_spec, + STATE(1115), 1, + sym_dot, + STATE(1117), 1, + sym_interpreted_string_literal, + [53285] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(836), 1, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, + sym_blank_identifier, + ACTIONS(1732), 1, + sym_raw_string_literal, + STATE(1015), 1, + sym_import_spec, + STATE(1115), 1, + sym_dot, + STATE(1117), 1, + sym_interpreted_string_literal, + [53313] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1716), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_identifier, + ACTIONS(1728), 1, + sym_blank_identifier, + ACTIONS(1732), 1, + sym_raw_string_literal, + STATE(1115), 1, + sym_dot, + STATE(1117), 1, + sym_interpreted_string_literal, + STATE(1170), 1, + sym_import_spec, + [53341] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(830), 1, anon_sym_LF, - ACTIONS(1791), 1, + ACTIONS(1774), 1, anon_sym_COMMA, - STATE(862), 1, + STATE(864), 1, aux_sym_expression_list_repeat1, - ACTIONS(838), 4, + ACTIONS(832), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [53320] = 5, - ACTIONS(3), 1, + [53360] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(952), 1, - anon_sym_LBRACE, - ACTIONS(1768), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - STATE(407), 1, - sym_block, - ACTIONS(1698), 4, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - [53339] = 4, + ACTIONS(1777), 1, + anon_sym_LF, + ACTIONS(1781), 1, + anon_sym_EQ, + ACTIONS(1779), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [53379] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1769), 1, + anon_sym_LBRACK, + STATE(927), 1, + sym_type_arguments, + ACTIONS(1580), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1582), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_LBRACE, + [53398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(952), 1, + ACTIONS(275), 1, anon_sym_LBRACE, - STATE(407), 1, - sym_block, - ACTIONS(1698), 5, + STATE(388), 1, + sym_literal_value, + ACTIONS(1580), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_PIPE, - [53356] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(982), 1, - anon_sym_DOT, - ACTIONS(1676), 1, - anon_sym_LBRACK, - ACTIONS(1794), 1, - anon_sym_LPAREN, - STATE(443), 1, - sym_parameter_list, - STATE(855), 1, - sym_type_arguments, - ACTIONS(958), 2, - anon_sym_PIPE, - anon_sym_LBRACE, - [53379] = 7, - ACTIONS(317), 1, + [53415] = 7, + ACTIONS(325), 1, sym_comment, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - ACTIONS(1611), 1, + ACTIONS(1582), 1, anon_sym_PIPE, - ACTIONS(1796), 1, + ACTIONS(1757), 1, anon_sym_LF, - ACTIONS(1800), 1, + ACTIONS(1761), 1, sym_raw_string_literal, STATE(1133), 1, sym_interpreted_string_literal, - ACTIONS(1798), 2, + ACTIONS(1759), 2, anon_sym_SEMI, anon_sym_RBRACE, - [53402] = 7, - ACTIONS(317), 1, + [53438] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(900), 1, - anon_sym_DQUOTE, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1802), 1, + ACTIONS(1783), 1, + anon_sym_LBRACK, + STATE(927), 1, + sym_type_arguments, + ACTIONS(1580), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1806), 1, - sym_raw_string_literal, - STATE(1194), 1, - sym_interpreted_string_literal, - ACTIONS(1804), 2, + ACTIONS(1582), 3, anon_sym_SEMI, - anon_sym_RBRACE, - [53425] = 7, - ACTIONS(317), 1, + anon_sym_PIPE, + anon_sym_LBRACE, + [53457] = 7, + ACTIONS(325), 1, sym_comment, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - ACTIONS(1611), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - ACTIONS(1802), 1, + ACTIONS(1786), 1, anon_sym_LF, - ACTIONS(1808), 1, + ACTIONS(1790), 1, sym_raw_string_literal, - STATE(1193), 1, + STATE(1127), 1, sym_interpreted_string_literal, - ACTIONS(1804), 2, + ACTIONS(1788), 2, anon_sym_SEMI, anon_sym_RBRACE, - [53448] = 7, - ACTIONS(317), 1, + [53480] = 7, + ACTIONS(325), 1, sym_comment, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - ACTIONS(1586), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - ACTIONS(1770), 1, + ACTIONS(1792), 1, anon_sym_LF, - ACTIONS(1774), 1, + ACTIONS(1796), 1, sym_raw_string_literal, - STATE(1134), 1, + STATE(1196), 1, sym_interpreted_string_literal, - ACTIONS(1772), 2, + ACTIONS(1794), 2, anon_sym_SEMI, anon_sym_RBRACE, - [53471] = 4, - ACTIONS(3), 1, + [53503] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(275), 1, - anon_sym_LBRACE, - STATE(417), 1, - sym_literal_value, - ACTIONS(1584), 5, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(1020), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - [53488] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1810), 1, + ACTIONS(1538), 1, anon_sym_LF, - ACTIONS(1814), 1, - anon_sym_EQ, - ACTIONS(1812), 4, + STATE(864), 1, + aux_sym_expression_list_repeat1, + ACTIONS(1798), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [53507] = 7, - ACTIONS(317), 1, + [53522] = 7, + ACTIONS(325), 1, sym_comment, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_DQUOTE, - ACTIONS(1586), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - ACTIONS(1778), 1, + ACTIONS(1792), 1, anon_sym_LF, - ACTIONS(1782), 1, + ACTIONS(1800), 1, sym_raw_string_literal, - STATE(1100), 1, + STATE(1203), 1, sym_interpreted_string_literal, - ACTIONS(1780), 2, + ACTIONS(1794), 2, anon_sym_SEMI, anon_sym_RBRACE, - [53530] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1816), 1, - anon_sym_LBRACK, - STATE(885), 1, - sym_type_arguments, - ACTIONS(1584), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1586), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_LBRACE, - [53549] = 5, - ACTIONS(317), 1, + [53545] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, + ACTIONS(1623), 1, anon_sym_PIPE, - ACTIONS(1819), 1, + ACTIONS(1802), 1, anon_sym_LF, - ACTIONS(1823), 1, + ACTIONS(1806), 1, anon_sym_EQ, - ACTIONS(1821), 4, + ACTIONS(1804), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [53568] = 7, + [53564] = 7, + ACTIONS(325), 1, + sym_comment, + ACTIONS(898), 1, + anon_sym_DQUOTE, + ACTIONS(1582), 1, + anon_sym_PIPE, + ACTIONS(1745), 1, + anon_sym_LF, + ACTIONS(1749), 1, + sym_raw_string_literal, + STATE(1126), 1, + sym_interpreted_string_literal, + ACTIONS(1747), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [53587] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(982), 1, + ACTIONS(1010), 1, anon_sym_DOT, - ACTIONS(1676), 1, + ACTIONS(1708), 1, anon_sym_LBRACK, - ACTIONS(1825), 1, + ACTIONS(1808), 1, anon_sym_LPAREN, - STATE(426), 1, + STATE(444), 1, sym_parameter_list, - STATE(855), 1, + STATE(824), 1, sym_type_arguments, ACTIONS(958), 2, anon_sym_PIPE, anon_sym_LBRACE, - [53591] = 5, - ACTIONS(317), 1, + [53610] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(1030), 1, + ACTIONS(952), 1, + anon_sym_LBRACE, + STATE(396), 1, + sym_block, + ACTIONS(1680), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(1538), 1, - anon_sym_LF, - STATE(862), 1, - aux_sym_expression_list_repeat1, - ACTIONS(1827), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [53610] = 5, - ACTIONS(317), 1, + anon_sym_RBRACK, + anon_sym_PIPE, + [53627] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1786), 1, + ACTIONS(1010), 1, + anon_sym_DOT, + ACTIONS(1708), 1, anon_sym_LBRACK, - STATE(885), 1, + ACTIONS(1810), 1, + anon_sym_LPAREN, + STATE(428), 1, + sym_parameter_list, + STATE(824), 1, sym_type_arguments, - ACTIONS(1584), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1586), 3, - anon_sym_SEMI, + ACTIONS(958), 2, anon_sym_PIPE, anon_sym_LBRACE, - [53629] = 4, - ACTIONS(317), 1, + [53650] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1611), 1, + ACTIONS(952), 1, + anon_sym_LBRACE, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1829), 1, + STATE(396), 1, + sym_block, + ACTIONS(1680), 4, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + [53669] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1812), 1, anon_sym_LF, - ACTIONS(1831), 4, + ACTIONS(1814), 1, anon_sym_SEMI, + STATE(910), 1, + aux_sym__statement_list_repeat1, + ACTIONS(1816), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [53645] = 3, - ACTIONS(317), 1, + [53687] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1690), 2, + ACTIONS(1580), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1692), 4, + ACTIONS(1582), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53659] = 5, - ACTIONS(317), 1, + [53701] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, - anon_sym_LF, - ACTIONS(1836), 1, - anon_sym_SEMI, - STATE(880), 1, - aux_sym__statement_list_repeat1, - ACTIONS(1839), 3, + ACTIONS(1818), 1, anon_sym_RBRACE, + ACTIONS(1820), 1, anon_sym_case, + ACTIONS(1822), 1, anon_sym_default, - [53677] = 5, + STATE(883), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [53719] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1841), 1, + ACTIONS(1824), 1, anon_sym_RBRACE, - ACTIONS(1843), 1, + ACTIONS(1826), 1, anon_sym_case, - ACTIONS(1845), 1, + ACTIONS(1829), 1, anon_sym_default, - STATE(882), 3, + STATE(883), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [53695] = 5, + [53737] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1847), 1, - anon_sym_RBRACE, - ACTIONS(1849), 1, + ACTIONS(1820), 1, anon_sym_case, - ACTIONS(1852), 1, + ACTIONS(1822), 1, anon_sym_default, - STATE(882), 3, + ACTIONS(1832), 1, + anon_sym_RBRACE, + STATE(936), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [53713] = 3, - ACTIONS(317), 1, + [53755] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1652), 2, + ACTIONS(1656), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1654), 4, + ACTIONS(1658), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53727] = 3, - ACTIONS(317), 1, + [53769] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1706), 2, + ACTIONS(1676), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1708), 4, + ACTIONS(1678), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53741] = 3, - ACTIONS(317), 1, + [53783] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1603), 2, + ACTIONS(1834), 1, + anon_sym_PIPE, + ACTIONS(1688), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1605), 4, + ACTIONS(1690), 3, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_PIPE, anon_sym_LBRACE, - [53755] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1092), 1, - anon_sym_COMMA, - ACTIONS(1827), 1, - anon_sym_COLON, - STATE(920), 1, - aux_sym_expression_list_repeat1, - ACTIONS(1538), 3, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_COLON_EQ, - [53773] = 5, - ACTIONS(317), 1, + [53799] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1855), 1, + ACTIONS(1834), 1, + anon_sym_PIPE, + ACTIONS(1619), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1857), 1, + ACTIONS(1621), 3, anon_sym_SEMI, - STATE(917), 1, - aux_sym__statement_list_repeat1, - ACTIONS(1859), 3, + anon_sym_LBRACK, + anon_sym_LBRACE, + [53815] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, anon_sym_RBRACE, + ACTIONS(1838), 1, anon_sym_case, + ACTIONS(1841), 1, anon_sym_default, - [53791] = 3, - ACTIONS(317), 1, + STATE(889), 3, + sym_default_case, + sym_communication_case, + aux_sym_select_statement_repeat1, + [53833] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1620), 2, + ACTIONS(1684), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1622), 4, + ACTIONS(1686), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53805] = 3, - ACTIONS(317), 1, + [53847] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1584), 2, + ACTIONS(1644), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1586), 4, + ACTIONS(1646), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53819] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1843), 1, - anon_sym_case, - ACTIONS(1845), 1, - anon_sym_default, - ACTIONS(1861), 1, - anon_sym_RBRACE, - STATE(938), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [53837] = 3, - ACTIONS(317), 1, + [53861] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1672), 2, + ACTIONS(1680), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1674), 4, + ACTIONS(1682), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53851] = 6, - ACTIONS(3), 1, + [53875] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1672), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1674), 4, + anon_sym_SEMI, anon_sym_LBRACK, - ACTIONS(1863), 1, - anon_sym_LBRACE, - STATE(495), 1, - sym_literal_value, - STATE(853), 1, - sym_type_arguments, - ACTIONS(1584), 2, - anon_sym_LPAREN, anon_sym_PIPE, - [53871] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1845), 1, - anon_sym_default, - ACTIONS(1865), 1, - anon_sym_RBRACE, - ACTIONS(1867), 1, - anon_sym_case, - STATE(942), 3, - sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, + anon_sym_LBRACE, [53889] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1843), 1, + ACTIONS(1820), 1, anon_sym_case, - ACTIONS(1845), 1, + ACTIONS(1822), 1, anon_sym_default, - ACTIONS(1869), 1, + ACTIONS(1844), 1, anon_sym_RBRACE, - STATE(931), 3, + STATE(922), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, [53907] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1845), 1, + ACTIONS(1822), 1, anon_sym_default, - ACTIONS(1871), 1, + ACTIONS(1846), 1, anon_sym_RBRACE, - ACTIONS(1873), 1, + ACTIONS(1848), 1, anon_sym_case, - STATE(935), 3, + STATE(926), 3, sym_default_case, sym_communication_case, aux_sym_select_statement_repeat1, - [53925] = 4, - ACTIONS(317), 1, + [53925] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1850), 1, + anon_sym_RBRACE, + ACTIONS(1852), 1, + anon_sym_case, + STATE(931), 3, + sym_default_case, + sym_type_case, + aux_sym_type_switch_statement_repeat1, + [53943] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1875), 1, - anon_sym_PIPE, ACTIONS(1607), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1609), 3, + ACTIONS(1609), 4, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, - [53941] = 5, - ACTIONS(3), 1, + [53957] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(1843), 1, - anon_sym_case, - ACTIONS(1845), 1, - anon_sym_default, - ACTIONS(1877), 1, - anon_sym_RBRACE, - STATE(882), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [53959] = 6, + ACTIONS(990), 1, + anon_sym_LBRACE, + ACTIONS(1834), 1, + anon_sym_PIPE, + ACTIONS(1856), 1, + anon_sym_SEMI, + STATE(1197), 1, + sym_block, + ACTIONS(1854), 2, + ts_builtin_sym_end, + anon_sym_LF, + [53977] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1676), 1, - anon_sym_LBRACK, - ACTIONS(1879), 1, + ACTIONS(1084), 1, anon_sym_LBRACE, - STATE(279), 1, + ACTIONS(1708), 1, + anon_sym_LBRACK, + STATE(534), 1, sym_literal_value, - STATE(853), 1, + STATE(834), 1, sym_type_arguments, - ACTIONS(1584), 2, + ACTIONS(1580), 2, anon_sym_LPAREN, anon_sym_PIPE, - [53979] = 3, - ACTIONS(317), 1, + [53997] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1624), 2, + ACTIONS(1640), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1626), 4, + ACTIONS(1642), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [53993] = 3, - ACTIONS(317), 1, + [54011] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(1613), 2, + ACTIONS(990), 1, + anon_sym_LBRACE, + ACTIONS(1834), 1, + anon_sym_PIPE, + ACTIONS(1860), 1, + anon_sym_SEMI, + STATE(1201), 1, + sym_block, + ACTIONS(1858), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1615), 4, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - [54007] = 5, - ACTIONS(3), 1, + [54031] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1881), 1, + ACTIONS(1862), 1, + anon_sym_LF, + ACTIONS(1865), 1, + anon_sym_SEMI, + STATE(902), 1, + aux_sym__statement_list_repeat1, + ACTIONS(1868), 3, anon_sym_RBRACE, - ACTIONS(1883), 1, anon_sym_case, - ACTIONS(1886), 1, anon_sym_default, - STATE(901), 3, - sym_default_case, - sym_communication_case, - aux_sym_select_statement_repeat1, - [54025] = 6, + [54049] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_LBRACE, - ACTIONS(1676), 1, + ACTIONS(1708), 1, anon_sym_LBRACK, - STATE(586), 1, + ACTIONS(1870), 1, + anon_sym_LBRACE, + STATE(491), 1, sym_literal_value, - STATE(853), 1, + STATE(834), 1, sym_type_arguments, - ACTIONS(1584), 2, + ACTIONS(1580), 2, anon_sym_LPAREN, anon_sym_PIPE, - [54045] = 3, - ACTIONS(317), 1, + [54069] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1628), 2, + ACTIONS(1834), 1, + anon_sym_PIPE, + ACTIONS(1680), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1630), 4, + ACTIONS(1682), 3, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - [54059] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1889), 1, - sym_identifier, - ACTIONS(1891), 1, - anon_sym_LF, - ACTIONS(1893), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54075] = 6, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1024), 1, anon_sym_LBRACE, - ACTIONS(1875), 1, - anon_sym_PIPE, - ACTIONS(1897), 1, - anon_sym_SEMI, - STATE(1186), 1, - sym_block, - ACTIONS(1895), 2, - ts_builtin_sym_end, - anon_sym_LF, - [54095] = 3, - ACTIONS(317), 1, + [54085] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1595), 2, + ACTIONS(1644), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1597), 4, + ACTIONS(1646), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54109] = 3, - ACTIONS(317), 1, + [54099] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1820), 1, + anon_sym_case, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1872), 1, + anon_sym_RBRACE, + STATE(883), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [54117] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1632), 2, + ACTIONS(1644), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1634), 4, + ACTIONS(1646), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54123] = 3, - ACTIONS(317), 1, + [54131] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1640), 2, + ACTIONS(1633), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1642), 4, + ACTIONS(1635), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54137] = 4, - ACTIONS(317), 1, + [54145] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1899), 1, - sym_identifier, - ACTIONS(1901), 1, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1874), 1, anon_sym_LF, - ACTIONS(1903), 4, + ACTIONS(1876), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54153] = 6, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1024), 1, - anon_sym_LBRACE, - ACTIONS(1875), 1, - anon_sym_PIPE, - ACTIONS(1907), 1, - anon_sym_SEMI, - STATE(1187), 1, - sym_block, - ACTIONS(1905), 2, - ts_builtin_sym_end, - anon_sym_LF, - [54173] = 4, - ACTIONS(317), 1, + [54161] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1909), 1, + ACTIONS(1878), 1, anon_sym_LF, - ACTIONS(1911), 4, + ACTIONS(1880), 1, anon_sym_SEMI, + STATE(902), 1, + aux_sym__statement_list_repeat1, + ACTIONS(207), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54189] = 3, - ACTIONS(317), 1, + [54179] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(818), 1, + anon_sym_LBRACE, + ACTIONS(1708), 1, + anon_sym_LBRACK, + STATE(363), 1, + sym_literal_value, + STATE(834), 1, + sym_type_arguments, + ACTIONS(1580), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [54199] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1648), 2, ts_builtin_sym_end, @@ -55151,456 +55174,530 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54203] = 4, - ACTIONS(317), 1, + [54213] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1875), 1, - anon_sym_PIPE, - ACTIONS(1656), 2, + ACTIONS(832), 1, + anon_sym_COLON, + ACTIONS(1882), 1, + anon_sym_COMMA, + STATE(913), 1, + aux_sym_expression_list_repeat1, + ACTIONS(830), 3, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_COLON_EQ, + [54231] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1599), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1658), 3, + ACTIONS(1601), 4, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, - [54219] = 3, - ACTIONS(317), 1, + [54245] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1636), 2, + ACTIONS(1625), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1638), 4, + ACTIONS(1627), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54233] = 3, - ACTIONS(317), 1, + [54259] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1644), 2, + ACTIONS(1652), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1646), 4, + ACTIONS(1654), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54247] = 3, - ACTIONS(317), 1, + [54273] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1644), 2, + ACTIONS(1664), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1646), 4, + ACTIONS(1666), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54261] = 5, - ACTIONS(317), 1, + [54287] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1913), 1, + ACTIONS(1708), 1, + anon_sym_LBRACK, + ACTIONS(1885), 1, + anon_sym_LBRACE, + STATE(257), 1, + sym_literal_value, + STATE(834), 1, + sym_type_arguments, + ACTIONS(1580), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [54307] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1887), 1, anon_sym_LF, - ACTIONS(1915), 1, + ACTIONS(1891), 1, + anon_sym_else, + ACTIONS(1889), 4, anon_sym_SEMI, - STATE(880), 1, - aux_sym__statement_list_repeat1, - ACTIONS(211), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54279] = 3, - ACTIONS(317), 1, + [54323] = 4, + ACTIONS(325), 1, sym_comment, + ACTIONS(1834), 1, + anon_sym_PIPE, ACTIONS(1668), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1670), 4, + ACTIONS(1670), 3, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_PIPE, anon_sym_LBRACE, - [54293] = 3, - ACTIONS(317), 1, + [54339] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1678), 2, + ACTIONS(1696), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1680), 4, + ACTIONS(1698), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54307] = 5, + [54353] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(838), 1, - anon_sym_COLON, - ACTIONS(1917), 1, + ACTIONS(1820), 1, + anon_sym_case, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1893), 1, + anon_sym_RBRACE, + STATE(883), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [54371] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1852), 1, + anon_sym_case, + ACTIONS(1895), 1, + anon_sym_RBRACE, + STATE(896), 3, + sym_default_case, + sym_type_case, + aux_sym_type_switch_statement_repeat1, + [54389] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1820), 1, + anon_sym_case, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1897), 1, + anon_sym_RBRACE, + STATE(882), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [54407] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1102), 1, anon_sym_COMMA, - STATE(920), 1, + ACTIONS(1798), 1, + anon_sym_COLON, + STATE(913), 1, aux_sym_expression_list_repeat1, - ACTIONS(836), 3, + ACTIONS(1538), 3, anon_sym_SEMI, anon_sym_EQ, anon_sym_COLON_EQ, - [54325] = 4, - ACTIONS(317), 1, + [54425] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1875), 1, - anon_sym_PIPE, - ACTIONS(1702), 2, + ACTIONS(1822), 1, + anon_sym_default, + ACTIONS(1848), 1, + anon_sym_case, + ACTIONS(1899), 1, + anon_sym_RBRACE, + STATE(889), 3, + sym_default_case, + sym_communication_case, + aux_sym_select_statement_repeat1, + [54443] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1595), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1704), 3, + ACTIONS(1597), 4, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LBRACE, - [54341] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(818), 1, - anon_sym_LBRACE, - ACTIONS(1676), 1, - anon_sym_LBRACK, - STATE(346), 1, - sym_literal_value, - STATE(853), 1, - sym_type_arguments, - ACTIONS(1584), 2, - anon_sym_LPAREN, anon_sym_PIPE, - [54361] = 4, - ACTIONS(317), 1, + anon_sym_LBRACE, + [54457] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1920), 1, + ACTIONS(1692), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1922), 4, + ACTIONS(1694), 4, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54377] = 3, - ACTIONS(317), 1, + anon_sym_LBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + [54471] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1710), 2, + ACTIONS(1700), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1712), 4, + ACTIONS(1702), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54391] = 3, - ACTIONS(317), 1, + [54485] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1698), 2, + ACTIONS(1629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1700), 4, + ACTIONS(1631), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54405] = 4, - ACTIONS(317), 1, + [54499] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1924), 1, - anon_sym_LF, - ACTIONS(1928), 1, - anon_sym_else, - ACTIONS(1926), 4, - anon_sym_SEMI, + ACTIONS(1901), 1, anon_sym_RBRACE, + ACTIONS(1903), 1, anon_sym_case, + ACTIONS(1906), 1, anon_sym_default, - [54421] = 3, - ACTIONS(317), 1, + STATE(931), 3, + sym_default_case, + sym_type_case, + aux_sym_type_switch_statement_repeat1, + [54517] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1660), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1662), 4, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(1623), 1, anon_sym_PIPE, - anon_sym_LBRACE, - [54435] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1930), 1, + ACTIONS(1909), 1, anon_sym_LF, - ACTIONS(1934), 1, - anon_sym_else, - ACTIONS(1932), 4, + ACTIONS(1911), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54451] = 3, - ACTIONS(317), 1, + [54533] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1664), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1666), 4, - anon_sym_SEMI, - anon_sym_LBRACK, + ACTIONS(1623), 1, anon_sym_PIPE, - anon_sym_LBRACE, - [54465] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1686), 2, - ts_builtin_sym_end, + ACTIONS(1913), 1, anon_sym_LF, - ACTIONS(1688), 4, + ACTIONS(1915), 4, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_PIPE, - anon_sym_LBRACE, - [54479] = 5, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54549] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1843), 1, + ACTIONS(1820), 1, anon_sym_case, - ACTIONS(1845), 1, + ACTIONS(1822), 1, anon_sym_default, - ACTIONS(1936), 1, + ACTIONS(1917), 1, anon_sym_RBRACE, - STATE(882), 3, + STATE(906), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [54497] = 5, - ACTIONS(3), 1, + [54567] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1845), 1, - anon_sym_default, - ACTIONS(1867), 1, - anon_sym_case, - ACTIONS(1938), 1, + ACTIONS(1919), 1, + sym_identifier, + ACTIONS(1921), 1, + anon_sym_LF, + ACTIONS(1923), 4, + anon_sym_SEMI, anon_sym_RBRACE, - STATE(893), 3, - sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, - [54515] = 5, + anon_sym_case, + anon_sym_default, + [54583] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1843), 1, + ACTIONS(1820), 1, anon_sym_case, - ACTIONS(1845), 1, + ACTIONS(1822), 1, anon_sym_default, - ACTIONS(1940), 1, + ACTIONS(1925), 1, anon_sym_RBRACE, - STATE(897), 3, + STATE(883), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [54533] = 6, - ACTIONS(317), 1, + [54601] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(1024), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - ACTIONS(1875), 1, + ACTIONS(1834), 1, anon_sym_PIPE, - ACTIONS(1944), 1, + ACTIONS(1929), 1, anon_sym_SEMI, - STATE(1138), 1, + STATE(1144), 1, sym_block, - ACTIONS(1942), 2, + ACTIONS(1927), 2, ts_builtin_sym_end, anon_sym_LF, - [54553] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1845), 1, - anon_sym_default, - ACTIONS(1873), 1, - anon_sym_case, - ACTIONS(1946), 1, - anon_sym_RBRACE, - STATE(901), 3, - sym_default_case, - sym_communication_case, - aux_sym_select_statement_repeat1, - [54571] = 4, - ACTIONS(317), 1, + [54621] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1875), 1, - anon_sym_PIPE, - ACTIONS(1698), 2, + ACTIONS(1704), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1700), 3, + ACTIONS(1706), 4, anon_sym_SEMI, anon_sym_LBRACK, + anon_sym_PIPE, anon_sym_LBRACE, - [54587] = 6, + [54635] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1708), 1, anon_sym_LBRACK, - ACTIONS(1948), 1, + ACTIONS(1931), 1, anon_sym_LBRACE, - STATE(311), 1, + STATE(298), 1, sym_literal_value, - STATE(853), 1, + STATE(834), 1, sym_type_arguments, - ACTIONS(1584), 2, + ACTIONS(1580), 2, anon_sym_LPAREN, anon_sym_PIPE, - [54607] = 5, - ACTIONS(3), 1, + [54655] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1710), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1712), 4, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_PIPE, + anon_sym_LBRACE, + [54669] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1843), 1, + ACTIONS(1933), 1, + sym_identifier, + ACTIONS(1935), 1, + anon_sym_LF, + ACTIONS(1937), 4, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_case, - ACTIONS(1845), 1, anon_sym_default, - ACTIONS(1950), 1, - anon_sym_RBRACE, - STATE(882), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [54625] = 3, - ACTIONS(317), 1, + [54685] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1644), 2, + ACTIONS(1603), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1646), 4, + ACTIONS(1605), 4, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_PIPE, anon_sym_LBRACE, - [54639] = 3, - ACTIONS(3), 1, + [54699] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1952), 2, - sym_blank_identifier, - sym_identifier, - ACTIONS(1746), 4, - anon_sym_DOT, - anon_sym_RPAREN, - sym_raw_string_literal, - anon_sym_DQUOTE, - [54653] = 5, - ACTIONS(3), 1, + ACTIONS(1939), 1, + anon_sym_LF, + ACTIONS(1943), 1, + anon_sym_else, + ACTIONS(1941), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54715] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1945), 1, + anon_sym_LF, + ACTIONS(1868), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54728] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1843), 1, + ACTIONS(1947), 1, + anon_sym_LF, + ACTIONS(1949), 4, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_case, - ACTIONS(1845), 1, anon_sym_default, - ACTIONS(1954), 1, + [54741] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1951), 1, + anon_sym_LF, + ACTIONS(1953), 4, + anon_sym_SEMI, anon_sym_RBRACE, - STATE(881), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [54671] = 5, - ACTIONS(3), 1, + anon_sym_case, + anon_sym_default, + [54754] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1955), 1, + anon_sym_LF, + ACTIONS(1957), 4, + anon_sym_SEMI, anon_sym_RBRACE, - ACTIONS(1958), 1, anon_sym_case, - ACTIONS(1961), 1, anon_sym_default, - STATE(942), 3, - sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, - [54689] = 3, - ACTIONS(317), 1, + [54767] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1964), 1, + ACTIONS(1959), 1, anon_sym_LF, - ACTIONS(1966), 4, + ACTIONS(1961), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54702] = 5, - ACTIONS(3), 1, + [54780] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1970), 1, - anon_sym_struct, - STATE(1084), 1, - sym_struct_type, - STATE(1087), 1, - sym_struct_term, - ACTIONS(1968), 2, - anon_sym_STAR, - anon_sym_TILDE, - [54719] = 3, - ACTIONS(317), 1, + ACTIONS(1963), 1, + anon_sym_LF, + ACTIONS(1965), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54793] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1972), 1, + ACTIONS(1967), 1, anon_sym_LF, - ACTIONS(1974), 4, + ACTIONS(1969), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54732] = 6, + [54806] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(990), 1, + anon_sym_LBRACE, + ACTIONS(1929), 1, + anon_sym_SEMI, + STATE(1144), 1, + sym_block, + ACTIONS(1927), 2, + ts_builtin_sym_end, + anon_sym_LF, + [54823] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1976), 1, + ACTIONS(1971), 1, anon_sym_LPAREN, - ACTIONS(1978), 1, + ACTIONS(1973), 1, anon_sym_COMMA, - ACTIONS(1980), 1, + ACTIONS(1975), 1, anon_sym_RBRACK, - STATE(1163), 1, + STATE(1155), 1, aux_sym_type_arguments_repeat1, - [54751] = 3, - ACTIONS(317), 1, + [54842] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1982), 1, + ACTIONS(1977), 1, anon_sym_LF, - ACTIONS(1984), 4, + ACTIONS(1979), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54764] = 3, - ACTIONS(317), 1, + [54855] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1986), 1, + ACTIONS(1981), 1, anon_sym_LF, - ACTIONS(1988), 4, + ACTIONS(1983), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54777] = 3, - ACTIONS(317), 1, + [54868] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1990), 1, + ACTIONS(1985), 1, anon_sym_LF, - ACTIONS(1992), 4, + ACTIONS(1987), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54790] = 3, - ACTIONS(317), 1, + [54881] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1994), 1, + ACTIONS(1989), 1, anon_sym_LF, - ACTIONS(1996), 4, + ACTIONS(1991), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54803] = 3, - ACTIONS(317), 1, + [54894] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1993), 1, + sym_identifier, + ACTIONS(1996), 1, + anon_sym_RPAREN, + STATE(957), 1, + aux_sym_type_declaration_repeat1, + STATE(1233), 2, + sym_type_alias, + sym_type_spec, + [54911] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(1998), 1, anon_sym_LF, @@ -55609,8 +55706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54816] = 3, - ACTIONS(317), 1, + [54924] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2002), 1, anon_sym_LF, @@ -55619,8 +55716,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54829] = 3, - ACTIONS(317), 1, + [54937] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2006), 1, anon_sym_LF, @@ -55629,8 +55726,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54842] = 3, - ACTIONS(317), 1, + [54950] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2010), 1, anon_sym_LF, @@ -55639,8 +55736,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54855] = 3, - ACTIONS(317), 1, + [54963] = 6, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1072), 1, + anon_sym_LBRACE, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1858), 1, + anon_sym_LF, + ACTIONS(1860), 1, + anon_sym_SEMI, + STATE(1235), 1, + sym_block, + [54982] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(607), 1, + anon_sym_LF, + ACTIONS(609), 4, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54995] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2014), 1, anon_sym_LF, @@ -55649,8 +55769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54868] = 3, - ACTIONS(317), 1, + [55008] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2018), 1, anon_sym_LF, @@ -55659,20 +55779,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54881] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1024), 1, - anon_sym_LBRACE, - ACTIONS(1944), 1, - anon_sym_SEMI, - STATE(1138), 1, - sym_block, - ACTIONS(1942), 2, - ts_builtin_sym_end, - anon_sym_LF, - [54898] = 3, - ACTIONS(317), 1, + [55021] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2022), 1, anon_sym_LF, @@ -55681,8 +55789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54911] = 3, - ACTIONS(317), 1, + [55034] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2026), 1, anon_sym_LF, @@ -55691,8 +55799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54924] = 3, - ACTIONS(317), 1, + [55047] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2030), 1, anon_sym_LF, @@ -55701,8 +55809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54937] = 3, - ACTIONS(317), 1, + [55060] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2034), 1, anon_sym_LF, @@ -55711,3301 +55819,3302 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54950] = 5, - ACTIONS(3), 1, + [55073] = 6, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1072), 1, + anon_sym_LBRACE, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1854), 1, + anon_sym_LF, + ACTIONS(1856), 1, + anon_sym_SEMI, + STATE(1236), 1, + sym_block, + [55092] = 5, + ACTIONS(325), 1, sym_comment, ACTIONS(2038), 1, + anon_sym_LF, + ACTIONS(2042), 1, + anon_sym_PIPE, + STATE(983), 1, + aux_sym_struct_elem_repeat1, + ACTIONS(2040), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [55109] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2044), 1, sym_identifier, - ACTIONS(2041), 1, + ACTIONS(2046), 1, anon_sym_RPAREN, - STATE(962), 1, + STATE(957), 1, aux_sym_type_declaration_repeat1, - STATE(1221), 2, + STATE(1233), 2, sym_type_alias, sym_type_spec, - [54967] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2043), 1, - anon_sym_LF, - ACTIONS(2045), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54980] = 3, - ACTIONS(317), 1, + [55126] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2047), 1, + ACTIONS(2048), 1, anon_sym_LF, - ACTIONS(2049), 4, + ACTIONS(2050), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54993] = 5, - ACTIONS(317), 1, + [55139] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2051), 1, + ACTIONS(2052), 1, anon_sym_LF, - ACTIONS(2055), 1, + ACTIONS(2056), 1, anon_sym_PIPE, - STATE(976), 1, + STATE(974), 1, aux_sym_struct_elem_repeat1, - ACTIONS(2053), 2, + ACTIONS(2054), 2, anon_sym_SEMI, anon_sym_RBRACE, - [55010] = 5, - ACTIONS(317), 1, + [55156] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2057), 1, + ACTIONS(2059), 1, anon_sym_LF, - ACTIONS(2061), 1, - anon_sym_PIPE, - STATE(966), 1, - aux_sym_struct_elem_repeat1, - ACTIONS(2059), 2, + ACTIONS(2061), 4, anon_sym_SEMI, anon_sym_RBRACE, - [55027] = 3, - ACTIONS(317), 1, + anon_sym_case, + anon_sym_default, + [55169] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2064), 1, + ACTIONS(2063), 1, anon_sym_LF, - ACTIONS(2066), 4, + ACTIONS(2065), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55040] = 3, - ACTIONS(317), 1, + [55182] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2068), 1, + ACTIONS(2067), 1, anon_sym_LF, - ACTIONS(2070), 4, + ACTIONS(2069), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55053] = 3, - ACTIONS(317), 1, + [55195] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(2072), 1, + ACTIONS(1582), 1, + anon_sym_LBRACK, + ACTIONS(2071), 1, anon_sym_LF, - ACTIONS(2074), 4, + ACTIONS(2073), 3, anon_sym_SEMI, + anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55066] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2076), 1, - sym_identifier, - ACTIONS(2078), 1, - anon_sym_RPAREN, - STATE(962), 1, - aux_sym_type_declaration_repeat1, - STATE(1221), 2, - sym_type_alias, - sym_type_spec, - [55083] = 3, - ACTIONS(317), 1, + [55210] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2080), 1, + ACTIONS(2075), 1, anon_sym_LF, - ACTIONS(1839), 4, + ACTIONS(2077), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55096] = 5, - ACTIONS(317), 1, + [55223] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1024), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - ACTIONS(1907), 1, + ACTIONS(1860), 1, anon_sym_SEMI, - STATE(1187), 1, + STATE(1201), 1, sym_block, - ACTIONS(1905), 2, + ACTIONS(1858), 2, ts_builtin_sym_end, anon_sym_LF, - [55113] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2076), 1, - sym_identifier, - ACTIONS(2082), 1, - anon_sym_RPAREN, - STATE(970), 1, - aux_sym_type_declaration_repeat1, - STATE(1221), 2, - sym_type_alias, - sym_type_spec, - [55130] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(1976), 1, - anon_sym_LPAREN, - ACTIONS(2084), 1, - anon_sym_COMMA, - ACTIONS(2086), 1, - anon_sym_RBRACK, - STATE(1188), 1, - aux_sym_type_arguments_repeat1, - [55149] = 6, - ACTIONS(317), 1, + [55240] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1052), 1, - anon_sym_LBRACE, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1905), 1, + ACTIONS(2079), 1, anon_sym_LF, - ACTIONS(1907), 1, + ACTIONS(2081), 4, anon_sym_SEMI, - STATE(1227), 1, - sym_block, - [55168] = 5, - ACTIONS(317), 1, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [55253] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2085), 1, + anon_sym_struct, + STATE(1067), 1, + sym_struct_term, + STATE(1072), 1, + sym_struct_type, + ACTIONS(2083), 2, + anon_sym_STAR, + anon_sym_TILDE, + [55270] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2055), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2088), 1, + ACTIONS(2087), 1, anon_sym_LF, - STATE(966), 1, + STATE(974), 1, aux_sym_struct_elem_repeat1, - ACTIONS(2090), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [55185] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2092), 1, - anon_sym_LF, - ACTIONS(2094), 4, + ACTIONS(2089), 2, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55198] = 3, - ACTIONS(317), 1, + [55287] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2096), 1, + ACTIONS(2091), 1, anon_sym_LF, - ACTIONS(2098), 4, + ACTIONS(2093), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55211] = 3, - ACTIONS(317), 1, + [55300] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2100), 1, + ACTIONS(2095), 1, anon_sym_LF, - ACTIONS(2102), 4, + ACTIONS(2097), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55224] = 5, - ACTIONS(317), 1, + [55313] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1024), 1, + ACTIONS(990), 1, anon_sym_LBRACE, - ACTIONS(1897), 1, + ACTIONS(1856), 1, anon_sym_SEMI, - STATE(1186), 1, + STATE(1197), 1, sym_block, - ACTIONS(1895), 2, + ACTIONS(1854), 2, ts_builtin_sym_end, anon_sym_LF, - [55241] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2104), 1, - anon_sym_LF, - ACTIONS(2106), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55254] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2108), 1, - anon_sym_LF, - ACTIONS(2110), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55267] = 3, - ACTIONS(317), 1, + [55330] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2112), 1, + ACTIONS(2099), 1, anon_sym_LF, - ACTIONS(2114), 4, + ACTIONS(2101), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55280] = 3, - ACTIONS(317), 1, + [55343] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2116), 1, + ACTIONS(2103), 1, anon_sym_LF, - ACTIONS(2118), 4, + ACTIONS(2105), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55293] = 3, - ACTIONS(317), 1, + [55356] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2120), 1, + ACTIONS(2107), 1, anon_sym_LF, - ACTIONS(2122), 4, + ACTIONS(2109), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55306] = 3, - ACTIONS(317), 1, + [55369] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(607), 1, + ACTIONS(2111), 1, anon_sym_LF, - ACTIONS(609), 4, + ACTIONS(2113), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55319] = 3, - ACTIONS(317), 1, + [55382] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2124), 1, + ACTIONS(2115), 1, anon_sym_LF, - ACTIONS(2126), 4, + ACTIONS(2117), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55332] = 3, - ACTIONS(317), 1, + [55395] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2128), 1, + ACTIONS(2119), 1, anon_sym_LF, - ACTIONS(2130), 4, + ACTIONS(2121), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55345] = 3, - ACTIONS(317), 1, + [55408] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(2132), 1, - anon_sym_LF, - ACTIONS(2134), 4, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55358] = 3, - ACTIONS(317), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_LPAREN, + ACTIONS(2123), 1, + anon_sym_COMMA, + ACTIONS(2125), 1, + anon_sym_RBRACK, + STATE(1167), 1, + aux_sym_type_arguments_repeat1, + [55427] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2136), 1, + ACTIONS(2127), 1, anon_sym_LF, - ACTIONS(2138), 4, + ACTIONS(2129), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55371] = 3, - ACTIONS(317), 1, + [55440] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2140), 1, + ACTIONS(2131), 1, anon_sym_LF, - ACTIONS(2142), 4, + ACTIONS(2133), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55384] = 3, - ACTIONS(317), 1, + [55453] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2144), 1, + ACTIONS(2135), 1, anon_sym_LF, - ACTIONS(2146), 4, + ACTIONS(2137), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55397] = 3, - ACTIONS(317), 1, + [55466] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2148), 1, + ACTIONS(2139), 1, anon_sym_LF, - ACTIONS(2150), 4, + ACTIONS(2141), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55410] = 3, - ACTIONS(317), 1, + [55479] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2152), 1, + ACTIONS(2143), 1, anon_sym_LF, - ACTIONS(2154), 4, + ACTIONS(2145), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55423] = 3, - ACTIONS(317), 1, + [55492] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2156), 1, + ACTIONS(2147), 1, anon_sym_LF, - ACTIONS(2158), 4, + ACTIONS(2149), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55436] = 2, + [55505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1595), 5, + ACTIONS(1599), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_PIPE, - [55447] = 6, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1052), 1, - anon_sym_LBRACE, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(1942), 1, - anon_sym_LF, - ACTIONS(1944), 1, - anon_sym_SEMI, - STATE(1259), 1, - sym_block, - [55466] = 3, - ACTIONS(317), 1, + [55516] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2160), 1, + ACTIONS(2151), 1, anon_sym_LF, - ACTIONS(2162), 4, + ACTIONS(2153), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55479] = 3, - ACTIONS(317), 1, + [55529] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2164), 1, + ACTIONS(2155), 1, anon_sym_LF, - ACTIONS(2166), 4, + ACTIONS(2157), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55492] = 4, - ACTIONS(317), 1, + [55542] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1586), 1, - anon_sym_LBRACK, - ACTIONS(2168), 1, + ACTIONS(2159), 1, anon_sym_LF, - ACTIONS(2170), 3, + ACTIONS(2161), 4, anon_sym_SEMI, - anon_sym_PIPE, anon_sym_RBRACE, - [55507] = 3, - ACTIONS(317), 1, + anon_sym_case, + anon_sym_default, + [55555] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2172), 1, + ACTIONS(2163), 1, anon_sym_LF, - ACTIONS(2174), 4, + ACTIONS(2165), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55520] = 3, - ACTIONS(317), 1, + [55568] = 6, + ACTIONS(325), 1, sym_comment, - ACTIONS(2176), 1, + ACTIONS(1072), 1, + anon_sym_LBRACE, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(1927), 1, anon_sym_LF, - ACTIONS(2178), 4, + ACTIONS(1929), 1, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55533] = 3, - ACTIONS(317), 1, + STATE(1266), 1, + sym_block, + [55587] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2044), 1, + sym_identifier, + ACTIONS(2167), 1, + anon_sym_RPAREN, + STATE(972), 1, + aux_sym_type_declaration_repeat1, + STATE(1233), 2, + sym_type_alias, + sym_type_spec, + [55604] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2180), 1, + ACTIONS(2169), 1, anon_sym_LF, - ACTIONS(2182), 4, + ACTIONS(2171), 4, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55546] = 3, - ACTIONS(317), 1, + [55617] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2184), 1, + ACTIONS(2173), 1, anon_sym_LF, - ACTIONS(2186), 4, + ACTIONS(2175), 1, anon_sym_SEMI, + ACTIONS(2177), 1, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55559] = 6, - ACTIONS(317), 1, + STATE(1088), 1, + aux_sym_field_declaration_list_repeat1, + [55633] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1052), 1, + ACTIONS(2179), 1, + anon_sym_DQUOTE2, + STATE(1009), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2181), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [55647] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(818), 1, anon_sym_LBRACE, - ACTIONS(1611), 1, + STATE(363), 1, + sym_literal_value, + ACTIONS(1580), 2, + anon_sym_LPAREN, anon_sym_PIPE, - ACTIONS(1895), 1, - anon_sym_LF, - ACTIONS(1897), 1, - anon_sym_SEMI, - STATE(1234), 1, - sym_block, - [55578] = 3, - ACTIONS(317), 1, + [55661] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2184), 1, + anon_sym_DQUOTE2, + STATE(1048), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2186), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [55675] = 4, + ACTIONS(325), 1, sym_comment, + ACTIONS(1623), 1, + anon_sym_PIPE, ACTIONS(2188), 1, anon_sym_LF, - ACTIONS(2190), 4, + ACTIONS(2190), 2, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55591] = 3, - ACTIONS(3), 1, + [55689] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(2192), 1, + anon_sym_LF, + ACTIONS(2194), 3, + anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(2192), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - [55603] = 5, - ACTIONS(317), 1, + anon_sym_RBRACE, + [55701] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2194), 1, - anon_sym_LF, ACTIONS(2196), 1, - anon_sym_SEMI, + anon_sym_LF, ACTIONS(2198), 1, + anon_sym_SEMI, + ACTIONS(2200), 1, anon_sym_RBRACE, - STATE(1082), 1, + STATE(1063), 1, aux_sym_interface_type_repeat1, - [55619] = 5, - ACTIONS(317), 1, + [55717] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2200), 1, + ACTIONS(2202), 1, anon_sym_LF, - ACTIONS(2203), 1, + ACTIONS(2204), 1, anon_sym_SEMI, ACTIONS(2206), 1, - anon_sym_RBRACE, - STATE(1009), 1, - aux_sym_interface_type_repeat1, - [55635] = 4, + anon_sym_RPAREN, + STATE(1034), 1, + aux_sym_import_spec_list_repeat1, + [55733] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, + ACTIONS(2044), 1, sym_identifier, ACTIONS(2208), 1, anon_sym_LPAREN, - STATE(998), 2, + STATE(1001), 2, sym_type_alias, sym_type_spec, - [55649] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1052), 1, - anon_sym_LBRACE, - ACTIONS(1895), 1, - anon_sym_LF, - ACTIONS(1897), 1, - anon_sym_SEMI, - STATE(1234), 1, - sym_block, - [55665] = 4, - ACTIONS(317), 1, + [55747] = 4, + ACTIONS(325), 1, sym_comment, ACTIONS(2210), 1, anon_sym_DQUOTE2, - STATE(1024), 1, + STATE(1009), 1, aux_sym_interpreted_string_literal_repeat1, ACTIONS(2212), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [55679] = 4, - ACTIONS(317), 1, + [55761] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, ACTIONS(2214), 1, - anon_sym_LF, - ACTIONS(2216), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [55693] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1879), 1, - anon_sym_LBRACE, - STATE(279), 1, - sym_literal_value, - ACTIONS(1584), 2, - anon_sym_LPAREN, - anon_sym_PIPE, - [55707] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1052), 1, - anon_sym_LBRACE, - ACTIONS(1905), 1, - anon_sym_LF, - ACTIONS(1907), 1, - anon_sym_SEMI, - STATE(1227), 1, - sym_block, - [55723] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2218), 1, - sym_identifier, - ACTIONS(2220), 1, - anon_sym_RPAREN, - STATE(1032), 1, - aux_sym_const_declaration_repeat1, - STATE(1248), 1, - sym_const_spec, - [55739] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2222), 1, anon_sym_DQUOTE2, - STATE(1067), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [55753] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2226), 1, - anon_sym_LF, - ACTIONS(2229), 1, - anon_sym_SEMI, - ACTIONS(2232), 1, - anon_sym_RBRACE, - STATE(1018), 1, - aux_sym_field_declaration_list_repeat1, - [55769] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2234), 1, - sym_identifier, - ACTIONS(2236), 1, - anon_sym_RPAREN, - STATE(1038), 1, - aux_sym_var_declaration_repeat1, - STATE(1239), 1, - sym_var_spec, - [55785] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1825), 1, - anon_sym_LPAREN, - ACTIONS(2238), 1, - anon_sym_LBRACK, - STATE(424), 1, - sym_parameter_list, - STATE(1233), 1, - sym_type_parameter_list, - [55801] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(1052), 1, - anon_sym_LBRACE, - ACTIONS(1942), 1, - anon_sym_LF, - ACTIONS(1944), 1, - anon_sym_SEMI, - STATE(1259), 1, - sym_block, - [55817] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2240), 1, - anon_sym_DQUOTE2, - STATE(1067), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [55831] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2242), 1, - anon_sym_DQUOTE2, - STATE(1022), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2244), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [55845] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_DQUOTE2, - STATE(1067), 1, + STATE(1093), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, + ACTIONS(2216), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [55859] = 5, + [55775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2248), 1, + ACTIONS(2218), 1, anon_sym_COMMA, - ACTIONS(2250), 1, + ACTIONS(2220), 1, anon_sym_RBRACE, - ACTIONS(2252), 1, + ACTIONS(2222), 1, anon_sym_COLON, - STATE(1139), 1, + STATE(1200), 1, aux_sym_literal_value_repeat1, - [55875] = 5, + [55791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2254), 1, + ACTIONS(2224), 1, anon_sym_RPAREN, - ACTIONS(2256), 1, + ACTIONS(2226), 1, anon_sym_COMMA, - STATE(1140), 1, + STATE(1178), 1, aux_sym_expression_list_repeat1, - [55891] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1152), 1, - anon_sym_LBRACE, - ACTIONS(1698), 1, - anon_sym_LPAREN, - ACTIONS(1768), 1, - anon_sym_PIPE, - STATE(556), 1, - sym_block, - [55907] = 4, + [55807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1152), 1, - anon_sym_LBRACE, - STATE(556), 1, - sym_block, - ACTIONS(1698), 2, - anon_sym_LPAREN, + ACTIONS(1755), 1, anon_sym_PIPE, - [55921] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2258), 1, - anon_sym_DQUOTE2, - STATE(1067), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [55935] = 5, - ACTIONS(317), 1, + ACTIONS(2228), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + [55819] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2260), 1, + ACTIONS(2230), 1, anon_sym_LF, - ACTIONS(2262), 1, + ACTIONS(2232), 1, anon_sym_SEMI, - ACTIONS(2264), 1, + ACTIONS(2234), 1, anon_sym_RBRACE, - STATE(1044), 1, + STATE(1036), 1, aux_sym_field_declaration_list_repeat1, - [55951] = 5, - ACTIONS(317), 1, + [55835] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2266), 1, + ACTIONS(2236), 1, anon_sym_LF, - ACTIONS(2268), 1, + ACTIONS(2238), 1, anon_sym_SEMI, - ACTIONS(2270), 1, + ACTIONS(2240), 1, anon_sym_RBRACE, - STATE(1046), 1, + STATE(1038), 1, aux_sym_interface_type_repeat1, - [55967] = 5, + [55851] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - sym_identifier, - ACTIONS(2272), 1, - anon_sym_RPAREN, - STATE(1081), 1, - aux_sym_const_declaration_repeat1, - STATE(1248), 1, - sym_const_spec, - [55983] = 5, + ACTIONS(1885), 1, + anon_sym_LBRACE, + STATE(257), 1, + sym_literal_value, + ACTIONS(1580), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [55865] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2274), 1, + ACTIONS(2242), 1, anon_sym_RPAREN, - ACTIONS(2276), 1, + ACTIONS(2244), 1, anon_sym_COMMA, - STATE(1184), 1, + STATE(1169), 1, aux_sym_expression_list_repeat1, - [55999] = 5, + [55881] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2084), 1, + ACTIONS(2123), 1, anon_sym_COMMA, - ACTIONS(2086), 1, + ACTIONS(2125), 1, anon_sym_RBRACK, - STATE(1188), 1, + STATE(1167), 1, aux_sym_type_arguments_repeat1, - [56015] = 4, - ACTIONS(3), 1, + [55897] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1122), 1, + ACTIONS(1072), 1, anon_sym_LBRACE, - STATE(586), 1, - sym_literal_value, - ACTIONS(1584), 2, - anon_sym_LPAREN, - anon_sym_PIPE, - [56029] = 5, + ACTIONS(1858), 1, + anon_sym_LF, + ACTIONS(1860), 1, + anon_sym_SEMI, + STATE(1235), 1, + sym_block, + [55913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2252), 1, + ACTIONS(2222), 1, anon_sym_COLON, - ACTIONS(2278), 1, + ACTIONS(2246), 1, anon_sym_COMMA, - ACTIONS(2280), 1, + ACTIONS(2248), 1, anon_sym_RBRACE, - STATE(1189), 1, + STATE(1165), 1, aux_sym_literal_value_repeat1, - [56045] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2282), 1, - anon_sym_DQUOTE2, - STATE(1029), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2284), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56059] = 5, + [55929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2234), 1, - sym_identifier, - ACTIONS(2286), 1, - anon_sym_RPAREN, - STATE(1085), 1, - aux_sym_var_declaration_repeat1, - STATE(1239), 1, - sym_var_spec, - [56075] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - STATE(257), 1, - sym_block, - ACTIONS(1698), 2, - anon_sym_LPAREN, - anon_sym_PIPE, - [56089] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, + ACTIONS(1132), 1, anon_sym_LBRACE, - ACTIONS(1698), 1, + ACTIONS(1680), 1, anon_sym_LPAREN, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - STATE(257), 1, + STATE(338), 1, sym_block, - [56105] = 5, + [55945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2252), 1, - anon_sym_COLON, - ACTIONS(2288), 1, - anon_sym_COMMA, - ACTIONS(2290), 1, - anon_sym_RBRACE, - STATE(1159), 1, - aux_sym_literal_value_repeat1, - [56121] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2292), 1, + ACTIONS(2228), 3, anon_sym_RPAREN, - ACTIONS(2294), 1, anon_sym_COMMA, - STATE(1162), 1, - aux_sym_expression_list_repeat1, - [56137] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1166), 1, - anon_sym_LBRACE, - ACTIONS(1698), 1, - anon_sym_LPAREN, - ACTIONS(1768), 1, - anon_sym_PIPE, - STATE(367), 1, - sym_block, - [56153] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2296), 1, - anon_sym_LF, - ACTIONS(2298), 1, - anon_sym_SEMI, - ACTIONS(2300), 1, - anon_sym_RBRACE, - STATE(1018), 1, - aux_sym_field_declaration_list_repeat1, - [56169] = 4, + anon_sym_RBRACK, + [55957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1166), 1, + ACTIONS(1132), 1, anon_sym_LBRACE, - STATE(367), 1, + STATE(338), 1, sym_block, - ACTIONS(1698), 2, + ACTIONS(1680), 2, anon_sym_LPAREN, anon_sym_PIPE, - [56183] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2302), 1, - anon_sym_LF, - ACTIONS(2304), 1, - anon_sym_SEMI, - ACTIONS(2306), 1, - anon_sym_RBRACE, - STATE(1009), 1, - aux_sym_interface_type_repeat1, - [56199] = 5, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2308), 1, - anon_sym_LF, - ACTIONS(2310), 1, - anon_sym_SEMI, - ACTIONS(2312), 1, - anon_sym_RBRACE, - STATE(1080), 1, - aux_sym_field_declaration_list_repeat1, - [56215] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_DQUOTE2, - STATE(1067), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56229] = 4, + [55971] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(2316), 1, - anon_sym_if, - STATE(943), 2, - sym_block, - sym_if_statement, - [56243] = 3, + ACTIONS(2250), 1, + anon_sym_COMMA, + STATE(1032), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(2253), 2, + anon_sym_RBRACK, + anon_sym_COLON, + [55985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2318), 3, - anon_sym_RPAREN, + ACTIONS(2253), 3, anon_sym_COMMA, anon_sym_RBRACK, - [56255] = 3, - ACTIONS(317), 1, + anon_sym_COLON, + [55997] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2168), 1, + ACTIONS(2255), 1, anon_sym_LF, - ACTIONS(2170), 3, + ACTIONS(2257), 1, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_RBRACE, - [56267] = 3, + ACTIONS(2259), 1, + anon_sym_RPAREN, + STATE(1037), 1, + aux_sym_import_spec_list_repeat1, + [56013] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2318), 3, + ACTIONS(2261), 1, anon_sym_RPAREN, + ACTIONS(2263), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [56279] = 4, - ACTIONS(317), 1, + STATE(1159), 1, + aux_sym_expression_list_repeat1, + [56029] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1611), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2265), 1, anon_sym_LF, - ACTIONS(2322), 2, + ACTIONS(2267), 1, anon_sym_SEMI, + ACTIONS(2269), 1, anon_sym_RBRACE, - [56293] = 3, - ACTIONS(317), 1, + STATE(1088), 1, + aux_sym_field_declaration_list_repeat1, + [56045] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2271), 1, anon_sym_LF, - ACTIONS(2326), 3, + ACTIONS(2274), 1, anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_RBRACE, - [56305] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(818), 1, - anon_sym_LBRACE, - STATE(346), 1, - sym_literal_value, - ACTIONS(1584), 2, - anon_sym_LPAREN, - anon_sym_PIPE, - [56319] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2328), 1, - anon_sym_DQUOTE2, - STATE(1048), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2330), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56333] = 5, - ACTIONS(317), 1, + ACTIONS(2277), 1, + anon_sym_RPAREN, + STATE(1037), 1, + aux_sym_import_spec_list_repeat1, + [56061] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2332), 1, + ACTIONS(2279), 1, anon_sym_LF, - ACTIONS(2334), 1, + ACTIONS(2281), 1, anon_sym_SEMI, - ACTIONS(2336), 1, + ACTIONS(2283), 1, anon_sym_RBRACE, STATE(1075), 1, aux_sym_interface_type_repeat1, - [56349] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2338), 1, - anon_sym_RPAREN, - ACTIONS(2340), 1, - anon_sym_COMMA, - STATE(1161), 1, - aux_sym_expression_list_repeat1, - [56365] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2342), 1, - anon_sym_COMMA, - STATE(1059), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(2345), 2, - anon_sym_RBRACK, - anon_sym_COLON, - [56379] = 5, + [56077] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(1978), 1, - anon_sym_COMMA, - ACTIONS(1980), 1, - anon_sym_RBRACK, - STATE(1163), 1, - aux_sym_type_arguments_repeat1, - [56395] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2252), 1, + ACTIONS(2222), 1, anon_sym_COLON, - ACTIONS(2347), 1, + ACTIONS(2285), 1, anon_sym_COMMA, - ACTIONS(2349), 1, + ACTIONS(2287), 1, anon_sym_RBRACE, - STATE(1174), 1, + STATE(1181), 1, aux_sym_literal_value_repeat1, - [56411] = 5, + [56093] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + STATE(273), 1, + sym_block, + ACTIONS(1680), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [56107] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2351), 1, + ACTIONS(2289), 1, anon_sym_RPAREN, - ACTIONS(2353), 1, + ACTIONS(2291), 1, anon_sym_COMMA, - STATE(1172), 1, + STATE(1179), 1, aux_sym_expression_list_repeat1, - [56427] = 5, + [56123] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2252), 1, - anon_sym_COLON, - ACTIONS(2355), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1973), 1, anon_sym_COMMA, - ACTIONS(2357), 1, - anon_sym_RBRACE, - STATE(1168), 1, - aux_sym_literal_value_repeat1, - [56443] = 5, + ACTIONS(1975), 1, + anon_sym_RBRACK, + STATE(1155), 1, + aux_sym_type_arguments_repeat1, + [56139] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1136), 1, + ACTIONS(1164), 1, anon_sym_LBRACE, - ACTIONS(1698), 1, + ACTIONS(1680), 1, anon_sym_LPAREN, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - STATE(320), 1, + STATE(313), 1, sym_block, - [56459] = 4, + [56155] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1136), 1, + ACTIONS(1164), 1, anon_sym_LBRACE, - STATE(320), 1, + STATE(313), 1, sym_block, - ACTIONS(1698), 2, + ACTIONS(1680), 2, anon_sym_LPAREN, anon_sym_PIPE, - [56473] = 3, + [56169] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(2293), 1, + anon_sym_if, + STATE(977), 2, + sym_block, + sym_if_statement, + [56183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2345), 3, + ACTIONS(2295), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, + [56195] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2222), 1, anon_sym_COLON, - [56485] = 4, - ACTIONS(317), 1, + ACTIONS(2297), 1, + anon_sym_COMMA, + ACTIONS(2299), 1, + anon_sym_RBRACE, + STATE(1157), 1, + aux_sym_literal_value_repeat1, + [56211] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(2359), 1, + ACTIONS(2301), 1, anon_sym_DQUOTE2, - STATE(1067), 1, + STATE(1009), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2361), 2, + ACTIONS(2212), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56499] = 4, - ACTIONS(317), 1, + [56225] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2364), 1, + ACTIONS(1072), 1, + anon_sym_LBRACE, + ACTIONS(1854), 1, + anon_sym_LF, + ACTIONS(1856), 1, + anon_sym_SEMI, + STATE(1236), 1, + sym_block, + [56241] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2303), 1, anon_sym_DQUOTE2, - STATE(1067), 1, + STATE(1009), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, + ACTIONS(2212), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56513] = 5, + [56255] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2366), 1, + ACTIONS(2305), 1, anon_sym_COMMA, - ACTIONS(2368), 1, + ACTIONS(2307), 1, anon_sym_COLON, - STATE(1170), 1, + STATE(1156), 1, aux_sym_type_arguments_repeat1, - [56529] = 4, + [56271] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2071), 1, + anon_sym_LF, + ACTIONS(2073), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_RBRACE, + [56283] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2309), 1, + anon_sym_LF, + ACTIONS(2311), 1, + anon_sym_SEMI, + ACTIONS(2313), 1, + anon_sym_RBRACE, + STATE(1008), 1, + aux_sym_field_declaration_list_repeat1, + [56299] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, + ACTIONS(33), 1, anon_sym_LBRACE, - STATE(311), 1, + ACTIONS(1680), 1, + anon_sym_LPAREN, + ACTIONS(1755), 1, + anon_sym_PIPE, + STATE(273), 1, + sym_block, + [56315] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 1, + sym_identifier, + ACTIONS(2317), 1, + anon_sym_RPAREN, + STATE(1076), 1, + aux_sym_var_declaration_repeat1, + STATE(1242), 1, + sym_var_spec, + [56331] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 1, + sym_identifier, + ACTIONS(2321), 1, + anon_sym_RPAREN, + STATE(1073), 1, + aux_sym_const_declaration_repeat1, + STATE(1248), 1, + sym_const_spec, + [56347] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_RPAREN, + STATE(1056), 1, + aux_sym_const_declaration_repeat1, + STATE(1248), 1, + sym_const_spec, + [56363] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1931), 1, + anon_sym_LBRACE, + STATE(298), 1, sym_literal_value, - ACTIONS(1584), 2, + ACTIONS(1580), 2, anon_sym_LPAREN, anon_sym_PIPE, - [56543] = 4, + [56377] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2315), 1, + sym_identifier, + ACTIONS(2325), 1, + anon_sym_RPAREN, + STATE(1055), 1, + aux_sym_var_declaration_repeat1, + STATE(1242), 1, + sym_var_spec, + [56393] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym_LBRACE, - ACTIONS(2316), 1, + ACTIONS(2293), 1, anon_sym_if, - STATE(961), 2, + STATE(950), 2, sym_block, sym_if_statement, - [56557] = 4, - ACTIONS(317), 1, + [56407] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(1623), 1, + anon_sym_PIPE, + ACTIONS(2327), 1, + anon_sym_LF, + ACTIONS(2329), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [56421] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(2370), 1, + ACTIONS(2331), 1, anon_sym_DQUOTE2, - STATE(1083), 1, + STATE(1050), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2372), 2, + ACTIONS(2333), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56571] = 4, + [56435] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2335), 1, + anon_sym_LF, + ACTIONS(2337), 1, + anon_sym_SEMI, + ACTIONS(2339), 1, + anon_sym_RBRACE, + STATE(1075), 1, + aux_sym_interface_type_repeat1, + [56451] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1863), 1, - anon_sym_LBRACE, - STATE(495), 1, - sym_literal_value, - ACTIONS(1584), 2, + ACTIONS(1810), 1, anon_sym_LPAREN, - anon_sym_PIPE, - [56585] = 4, - ACTIONS(317), 1, + ACTIONS(2341), 1, + anon_sym_LBRACK, + STATE(419), 1, + sym_parameter_list, + STATE(1238), 1, + sym_type_parameter_list, + [56467] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2374), 1, + ACTIONS(1072), 1, + anon_sym_LBRACE, + ACTIONS(1927), 1, + anon_sym_LF, + ACTIONS(1929), 1, + anon_sym_SEMI, + STATE(1266), 1, + sym_block, + [56483] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2343), 1, anon_sym_DQUOTE2, - STATE(1068), 1, + STATE(1080), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2376), 2, + ACTIONS(2345), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56599] = 5, - ACTIONS(317), 1, + [56497] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2378), 1, + ACTIONS(2052), 1, anon_sym_LF, - ACTIONS(2380), 1, + ACTIONS(2054), 3, anon_sym_SEMI, - ACTIONS(2382), 1, + anon_sym_PIPE, anon_sym_RBRACE, - STATE(1009), 1, - aux_sym_interface_type_repeat1, - [56615] = 5, - ACTIONS(3), 1, + [56509] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2384), 1, + ACTIONS(2347), 1, + anon_sym_LF, + ACTIONS(2349), 1, + anon_sym_SEMI, + ACTIONS(2351), 1, anon_sym_RPAREN, - ACTIONS(2386), 1, - anon_sym_COMMA, - STATE(1117), 1, - aux_sym_expression_list_repeat1, - [56631] = 5, + STATE(1037), 1, + aux_sym_import_spec_list_repeat1, + [56525] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1084), 1, + anon_sym_LBRACE, + STATE(534), 1, + sym_literal_value, + ACTIONS(1580), 2, + anon_sym_LPAREN, anon_sym_PIPE, - ACTIONS(2388), 1, - anon_sym_COMMA, - ACTIONS(2390), 1, - anon_sym_RBRACK, - STATE(1119), 1, - aux_sym_type_arguments_repeat1, - [56647] = 5, - ACTIONS(317), 1, + [56539] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(2392), 1, - anon_sym_LF, - ACTIONS(2394), 1, - anon_sym_SEMI, - ACTIONS(2396), 1, - anon_sym_RBRACE, - STATE(1018), 1, - aux_sym_field_declaration_list_repeat1, - [56663] = 5, + ACTIONS(2353), 1, + anon_sym_DQUOTE2, + STATE(1089), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2355), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2252), 1, - anon_sym_COLON, - ACTIONS(2398), 1, - anon_sym_COMMA, - ACTIONS(2400), 1, - anon_sym_RBRACE, - STATE(1121), 1, - aux_sym_literal_value_repeat1, - [56679] = 5, - ACTIONS(317), 1, + ACTIONS(1870), 1, + anon_sym_LBRACE, + STATE(491), 1, + sym_literal_value, + ACTIONS(1580), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [56567] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2402), 1, + ACTIONS(2192), 1, anon_sym_LF, - ACTIONS(2404), 1, + ACTIONS(2194), 3, anon_sym_SEMI, - ACTIONS(2406), 1, + anon_sym_PIPE, anon_sym_RBRACE, - STATE(1018), 1, - aux_sym_field_declaration_list_repeat1, - [56695] = 5, + [56579] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2408), 1, + ACTIONS(2357), 1, sym_identifier, - ACTIONS(2411), 1, + ACTIONS(2360), 1, anon_sym_RPAREN, - STATE(1081), 1, + STATE(1073), 1, aux_sym_const_declaration_repeat1, STATE(1248), 1, sym_const_spec, - [56711] = 5, - ACTIONS(317), 1, + [56595] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2413), 1, + ACTIONS(2362), 1, anon_sym_LF, - ACTIONS(2415), 1, + ACTIONS(2364), 1, anon_sym_SEMI, - ACTIONS(2417), 1, - anon_sym_RBRACE, - STATE(1009), 1, - aux_sym_interface_type_repeat1, - [56727] = 4, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2419), 1, - anon_sym_DQUOTE2, - STATE(1067), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2224), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56741] = 3, - ACTIONS(317), 1, + ACTIONS(2366), 1, + anon_sym_RPAREN, + STATE(1068), 1, + aux_sym_import_spec_list_repeat1, + [56611] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2324), 1, + ACTIONS(2368), 1, anon_sym_LF, - ACTIONS(2326), 3, + ACTIONS(2371), 1, anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(2374), 1, anon_sym_RBRACE, - [56753] = 5, + STATE(1075), 1, + aux_sym_interface_type_repeat1, + [56627] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2421), 1, + ACTIONS(2376), 1, sym_identifier, - ACTIONS(2424), 1, + ACTIONS(2379), 1, anon_sym_RPAREN, - STATE(1085), 1, + STATE(1076), 1, aux_sym_var_declaration_repeat1, - STATE(1239), 1, + STATE(1242), 1, sym_var_spec, - [56769] = 4, + [56643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1976), 1, - anon_sym_LPAREN, - ACTIONS(2192), 2, + ACTIONS(2381), 3, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_RBRACK, - [56783] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2057), 1, - anon_sym_LF, - ACTIONS(2059), 3, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_RBRACE, - [56795] = 5, + [56655] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1794), 1, + ACTIONS(1808), 1, anon_sym_LPAREN, - ACTIONS(2238), 1, + ACTIONS(2341), 1, anon_sym_LBRACK, - STATE(445), 1, + STATE(433), 1, sym_parameter_list, - STATE(1261), 1, + STATE(1243), 1, sym_type_parameter_list, - [56811] = 4, - ACTIONS(317), 1, + [56671] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(2426), 1, + ACTIONS(2383), 1, anon_sym_DQUOTE2, - STATE(1017), 1, + STATE(1009), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2212), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56685] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2385), 1, + anon_sym_DQUOTE2, + STATE(1009), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2428), 2, + ACTIONS(2212), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56825] = 4, + [56699] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1168), 1, + ACTIONS(1148), 1, anon_sym_LBRACE, - STATE(509), 1, + STATE(553), 1, sym_block, - ACTIONS(1698), 2, + ACTIONS(1680), 2, anon_sym_LPAREN, anon_sym_PIPE, - [56839] = 5, + [56713] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2387), 1, + anon_sym_DQUOTE2, + STATE(1079), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2389), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56727] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1168), 1, + ACTIONS(1148), 1, anon_sym_LBRACE, - ACTIONS(1698), 1, + ACTIONS(1680), 1, anon_sym_LPAREN, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - STATE(509), 1, + STATE(553), 1, sym_block, - [56855] = 3, + [56743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2430), 3, + ACTIONS(2391), 1, anon_sym_RPAREN, + ACTIONS(2393), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [56867] = 5, - ACTIONS(317), 1, + STATE(1103), 1, + aux_sym_expression_list_repeat1, + [56759] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2432), 1, + ACTIONS(2395), 1, anon_sym_LF, - ACTIONS(2434), 1, + ACTIONS(2397), 1, anon_sym_SEMI, - ACTIONS(2436), 1, + ACTIONS(2399), 1, anon_sym_RBRACE, - STATE(1078), 1, - aux_sym_field_declaration_list_repeat1, - [56883] = 3, - ACTIONS(317), 1, + STATE(1075), 1, + aux_sym_interface_type_repeat1, + [56775] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2438), 1, + ACTIONS(2401), 1, anon_sym_LF, - ACTIONS(2440), 2, + ACTIONS(2403), 1, anon_sym_SEMI, + ACTIONS(2405), 1, anon_sym_RBRACE, - [56894] = 3, - ACTIONS(317), 1, + STATE(1088), 1, + aux_sym_field_declaration_list_repeat1, + [56791] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2442), 1, + ACTIONS(2222), 1, + anon_sym_COLON, + ACTIONS(2407), 1, + anon_sym_COMMA, + ACTIONS(2409), 1, + anon_sym_RBRACE, + STATE(1105), 1, + aux_sym_literal_value_repeat1, + [56807] = 5, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2411), 1, anon_sym_LF, - ACTIONS(2206), 2, + ACTIONS(2414), 1, anon_sym_SEMI, + ACTIONS(2417), 1, anon_sym_RBRACE, - [56905] = 4, + STATE(1088), 1, + aux_sym_field_declaration_list_repeat1, + [56823] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2419), 1, + anon_sym_DQUOTE2, + STATE(1009), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2212), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56837] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - sym_identifier, - ACTIONS(2444), 1, - anon_sym_LPAREN, - STATE(968), 1, - sym_const_spec, - [56918] = 4, + ACTIONS(2222), 1, + anon_sym_COLON, + ACTIONS(2421), 1, + anon_sym_COMMA, + ACTIONS(2423), 1, + anon_sym_RBRACE, + STATE(1124), 1, + aux_sym_literal_value_repeat1, + [56853] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2234), 1, - sym_identifier, - ACTIONS(2446), 1, - anon_sym_LPAREN, - STATE(956), 1, - sym_var_spec, - [56931] = 4, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2425), 1, + anon_sym_COMMA, + ACTIONS(2427), 1, + anon_sym_RBRACK, + STATE(1122), 1, + aux_sym_type_arguments_repeat1, + [56869] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2448), 1, - sym_identifier, - ACTIONS(2450), 1, - anon_sym_LPAREN, - STATE(463), 1, - sym_parameter_list, - [56944] = 3, - ACTIONS(317), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2429), 1, + anon_sym_RPAREN, + ACTIONS(2431), 1, + anon_sym_COMMA, + STATE(1120), 1, + aux_sym_expression_list_repeat1, + [56885] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(677), 1, - anon_sym_SEMI, - ACTIONS(675), 2, - ts_builtin_sym_end, - anon_sym_LF, - [56955] = 3, - ACTIONS(317), 1, + ACTIONS(2433), 1, + anon_sym_DQUOTE2, + STATE(1009), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2212), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56899] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2452), 1, - anon_sym_LF, - ACTIONS(2454), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [56966] = 3, - ACTIONS(317), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_LPAREN, + ACTIONS(2295), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [56913] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2214), 1, + ACTIONS(2435), 1, anon_sym_LF, - ACTIONS(2216), 2, + ACTIONS(2437), 1, anon_sym_SEMI, + ACTIONS(2439), 1, anon_sym_RBRACE, - [56977] = 3, - ACTIONS(317), 1, + STATE(1085), 1, + aux_sym_interface_type_repeat1, + [56929] = 5, + ACTIONS(325), 1, sym_comment, - ACTIONS(2456), 1, + ACTIONS(2441), 1, anon_sym_LF, - ACTIONS(2458), 2, + ACTIONS(2443), 1, anon_sym_SEMI, + ACTIONS(2445), 1, anon_sym_RBRACE, - [56988] = 4, - ACTIONS(75), 1, - ts_builtin_sym_end, - ACTIONS(317), 1, + STATE(1086), 1, + aux_sym_field_declaration_list_repeat1, + [56945] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2460), 1, - anon_sym_LF, - ACTIONS(2462), 1, - anon_sym_SEMI, - [57001] = 3, - ACTIONS(317), 1, + ACTIONS(1136), 1, + anon_sym_LBRACE, + STATE(521), 1, + sym_block, + ACTIONS(1680), 2, + anon_sym_LPAREN, + anon_sym_PIPE, + [56959] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2466), 1, + ACTIONS(1136), 1, + anon_sym_LBRACE, + ACTIONS(1680), 1, + anon_sym_LPAREN, + ACTIONS(1755), 1, + anon_sym_PIPE, + STATE(521), 1, + sym_block, + [56975] = 4, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2447), 1, + anon_sym_DQUOTE2, + STATE(1017), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2449), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [56989] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2453), 1, anon_sym_SEMI, - ACTIONS(2464), 2, + ACTIONS(2451), 2, ts_builtin_sym_end, anon_sym_LF, - [57012] = 4, + [57000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1764), 1, - anon_sym_DQUOTE, - ACTIONS(2468), 1, - sym_raw_string_literal, - STATE(1144), 1, - sym_interpreted_string_literal, - [57025] = 4, + ACTIONS(2455), 1, + anon_sym_RPAREN, + ACTIONS(2457), 1, + anon_sym_COMMA, + STATE(1101), 1, + aux_sym_parameter_list_repeat1, + [57013] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2460), 1, + anon_sym_LF, + ACTIONS(2417), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [57024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2470), 1, + ACTIONS(523), 1, anon_sym_RPAREN, - ACTIONS(2472), 1, + ACTIONS(2462), 1, anon_sym_COMMA, - STATE(1112), 1, - aux_sym_parameter_list_repeat1, - [57038] = 4, + STATE(1175), 1, + aux_sym_expression_list_repeat1, + [57037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1764), 1, - anon_sym_DQUOTE, - ACTIONS(2474), 1, - sym_raw_string_literal, - STATE(1150), 1, - sym_interpreted_string_literal, - [57051] = 3, - ACTIONS(317), 1, + ACTIONS(2464), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [57046] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 1, - anon_sym_SEMI, - ACTIONS(2476), 2, - ts_builtin_sym_end, - anon_sym_LF, - [57062] = 4, + ACTIONS(357), 1, + anon_sym_RBRACE, + ACTIONS(2466), 1, + anon_sym_COMMA, + STATE(1187), 1, + aux_sym_literal_value_repeat1, + [57059] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2398), 1, + ACTIONS(2421), 1, anon_sym_COMMA, - ACTIONS(2400), 1, + ACTIONS(2423), 1, anon_sym_RBRACE, - STATE(1121), 1, + STATE(1124), 1, aux_sym_literal_value_repeat1, - [57075] = 3, - ACTIONS(317), 1, + [57072] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 1, - anon_sym_SEMI, - ACTIONS(2480), 2, - ts_builtin_sym_end, + ACTIONS(1580), 1, + anon_sym_PIPE, + ACTIONS(2468), 1, + anon_sym_LBRACK, + STATE(783), 1, + sym_type_arguments, + [57085] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2470), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [57094] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1238), 1, + anon_sym_RPAREN, + ACTIONS(1240), 1, + anon_sym_COMMA, + STATE(1128), 1, + aux_sym_argument_list_repeat1, + [57107] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2407), 1, + anon_sym_COMMA, + ACTIONS(2409), 1, + anon_sym_RBRACE, + STATE(1105), 1, + aux_sym_literal_value_repeat1, + [57120] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2327), 1, anon_sym_LF, - [57086] = 4, + ACTIONS(2329), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [57131] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1236), 1, + ACTIONS(417), 1, anon_sym_RPAREN, - ACTIONS(1238), 1, + ACTIONS(2472), 1, anon_sym_COMMA, - STATE(1125), 1, + STATE(1189), 1, aux_sym_argument_list_repeat1, - [57099] = 4, + [57144] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1146), 1, + ACTIONS(1130), 1, anon_sym_RPAREN, - ACTIONS(2484), 1, + ACTIONS(2474), 1, anon_sym_COMMA, - STATE(1182), 1, + STATE(1101), 1, aux_sym_parameter_list_repeat1, - [57112] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1230), 1, - anon_sym_RPAREN, - ACTIONS(1232), 1, - anon_sym_COMMA, - STATE(1190), 1, - aux_sym_argument_list_repeat1, - [57125] = 4, + [57157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1976), 1, - anon_sym_LPAREN, - ACTIONS(2486), 1, + ACTIONS(2295), 2, anon_sym_RPAREN, - [57138] = 4, + anon_sym_COMMA, + [57168] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(2488), 1, + ACTIONS(2476), 1, sym_raw_string_literal, - STATE(1289), 1, + STATE(1134), 1, sym_interpreted_string_literal, - [57151] = 3, - ACTIONS(317), 1, + [57181] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2490), 1, + ACTIONS(1204), 1, + anon_sym_RPAREN, + ACTIONS(1206), 1, + anon_sym_COMMA, + STATE(1166), 1, + aux_sym_argument_list_repeat1, + [57194] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_LF, + ACTIONS(2453), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [57205] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2478), 1, anon_sym_LF, - ACTIONS(2232), 2, + ACTIONS(2480), 2, anon_sym_SEMI, anon_sym_RBRACE, - [57162] = 4, + [57216] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(679), 1, + anon_sym_SEMI, + ACTIONS(677), 2, + ts_builtin_sym_end, + anon_sym_LF, + [57227] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(461), 1, + ACTIONS(485), 1, anon_sym_RPAREN, - ACTIONS(2492), 1, + ACTIONS(2482), 1, anon_sym_COMMA, - STATE(1160), 1, + STATE(1175), 1, aux_sym_expression_list_repeat1, - [57175] = 3, + [57240] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2192), 2, - anon_sym_RPAREN, + ACTIONS(2484), 1, anon_sym_COMMA, - [57186] = 4, + ACTIONS(2486), 1, + anon_sym_RBRACK, + STATE(1204), 1, + aux_sym_type_parameter_list_repeat1, + [57253] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1400), 1, + ACTIONS(1372), 1, anon_sym_RBRACK, - ACTIONS(2494), 1, + ACTIONS(2488), 1, anon_sym_COMMA, - STATE(1059), 1, + STATE(1032), 1, aux_sym_type_arguments_repeat1, - [57199] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2498), 1, - anon_sym_SEMI, - ACTIONS(2496), 2, - ts_builtin_sym_end, - anon_sym_LF, - [57210] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(341), 1, - anon_sym_RBRACE, - ACTIONS(2500), 1, - anon_sym_COMMA, - STATE(1180), 1, - aux_sym_literal_value_repeat1, - [57223] = 4, + [57266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(836), 1, - anon_sym_LBRACE, - ACTIONS(2502), 1, + ACTIONS(1128), 1, + anon_sym_RPAREN, + ACTIONS(2490), 1, anon_sym_COMMA, - STATE(1122), 1, - aux_sym_expression_list_repeat1, - [57236] = 4, + STATE(1101), 1, + aux_sym_parameter_list_repeat1, + [57279] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1286), 1, + ACTIONS(351), 1, + anon_sym_RBRACE, + ACTIONS(2492), 1, anon_sym_COMMA, - ACTIONS(1538), 1, - anon_sym_LBRACE, - STATE(1122), 1, - aux_sym_expression_list_repeat1, - [57249] = 4, + STATE(1187), 1, + aux_sym_literal_value_repeat1, + [57292] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(2505), 1, + ACTIONS(2494), 1, sym_raw_string_literal, - STATE(1287), 1, + STATE(1139), 1, sym_interpreted_string_literal, - [57262] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(393), 1, - anon_sym_RPAREN, - ACTIONS(2507), 1, - anon_sym_COMMA, - STATE(1183), 1, - aux_sym_argument_list_repeat1, - [57275] = 4, - ACTIONS(3), 1, + [57305] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1584), 1, - anon_sym_PIPE, - ACTIONS(2509), 1, - anon_sym_LBRACK, - STATE(785), 1, - sym_type_arguments, - [57288] = 4, - ACTIONS(3), 1, + ACTIONS(2496), 1, + anon_sym_LF, + ACTIONS(2498), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [57316] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2511), 1, - anon_sym_COMMA, - ACTIONS(2513), 1, - anon_sym_RBRACK, - STATE(1181), 1, - aux_sym_type_parameter_list_repeat1, - [57301] = 4, + ACTIONS(2500), 1, + anon_sym_LF, + ACTIONS(2502), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [57327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1140), 1, + ACTIONS(389), 1, anon_sym_RPAREN, - ACTIONS(2515), 1, + ACTIONS(2504), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_parameter_list_repeat1, - [57314] = 3, - ACTIONS(317), 1, + STATE(1189), 1, + aux_sym_argument_list_repeat1, + [57340] = 4, + ACTIONS(325), 1, sym_comment, - ACTIONS(809), 1, - anon_sym_SEMI, - ACTIONS(807), 2, + ACTIONS(2506), 1, ts_builtin_sym_end, + ACTIONS(2508), 1, anon_sym_LF, - [57325] = 3, + ACTIONS(2510), 1, + anon_sym_SEMI, + [57353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2517), 2, + ACTIONS(2512), 2, anon_sym_RPAREN, anon_sym_COMMA, - [57336] = 2, - ACTIONS(3), 1, + [57364] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2519), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [57345] = 4, - ACTIONS(3), 1, + ACTIONS(2516), 1, + anon_sym_SEMI, + ACTIONS(2514), 2, + ts_builtin_sym_end, + anon_sym_LF, + [57375] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LPAREN, - ACTIONS(2521), 1, - sym_identifier, - STATE(473), 1, - sym_parameter_list, - [57358] = 3, - ACTIONS(317), 1, + ACTIONS(2518), 1, + anon_sym_LF, + ACTIONS(2374), 2, + anon_sym_SEMI, + anon_sym_RBRACE, + [57386] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2523), 1, + ACTIONS(2520), 1, anon_sym_LF, - ACTIONS(2525), 2, + ACTIONS(2522), 2, anon_sym_SEMI, anon_sym_RBRACE, - [57369] = 3, - ACTIONS(317), 1, + [57397] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2527), 1, + ACTIONS(2514), 1, anon_sym_LF, - ACTIONS(2529), 2, + ACTIONS(2516), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [57408] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2524), 1, + anon_sym_LF, + ACTIONS(2526), 2, anon_sym_SEMI, anon_sym_RBRACE, - [57380] = 3, - ACTIONS(317), 1, + [57419] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(745), 1, + ACTIONS(2530), 1, anon_sym_SEMI, - ACTIONS(743), 2, + ACTIONS(2528), 2, ts_builtin_sym_end, anon_sym_LF, - [57391] = 2, + [57430] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2531), 3, + ACTIONS(2532), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [57400] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(395), 1, - anon_sym_RPAREN, - ACTIONS(2533), 1, - anon_sym_COMMA, - STATE(1183), 1, - aux_sym_argument_list_repeat1, - [57413] = 3, - ACTIONS(317), 1, + [57439] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2537), 1, + ACTIONS(2536), 1, anon_sym_SEMI, - ACTIONS(2535), 2, + ACTIONS(2534), 2, ts_builtin_sym_end, anon_sym_LF, - [57424] = 4, - ACTIONS(3), 1, + [57450] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(357), 1, - anon_sym_RBRACE, - ACTIONS(2539), 1, - anon_sym_COMMA, - STATE(1180), 1, - aux_sym_literal_value_repeat1, - [57437] = 4, + ACTIONS(2528), 1, + anon_sym_LF, + ACTIONS(2530), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [57461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(521), 1, - anon_sym_RPAREN, - ACTIONS(2541), 1, - anon_sym_COMMA, - STATE(1160), 1, - aux_sym_expression_list_repeat1, - [57450] = 4, + ACTIONS(2538), 1, + sym_identifier, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(479), 1, + sym_parameter_list, + [57474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1192), 1, - anon_sym_RPAREN, - ACTIONS(1194), 1, - anon_sym_COMMA, - STATE(1137), 1, - aux_sym_argument_list_repeat1, - [57463] = 3, - ACTIONS(317), 1, + ACTIONS(209), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [57483] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2545), 1, + ACTIONS(2544), 1, anon_sym_SEMI, - ACTIONS(2543), 2, + ACTIONS(2542), 2, ts_builtin_sym_end, anon_sym_LF, - [57474] = 4, - ACTIONS(317), 1, + [57494] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2460), 1, - anon_sym_LF, - ACTIONS(2462), 1, + ACTIONS(689), 1, anon_sym_SEMI, - ACTIONS(2547), 1, + ACTIONS(687), 2, ts_builtin_sym_end, - [57487] = 3, - ACTIONS(317), 1, + anon_sym_LF, + [57505] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2551), 1, + ACTIONS(2548), 1, anon_sym_SEMI, - ACTIONS(2549), 2, + ACTIONS(2546), 2, ts_builtin_sym_end, anon_sym_LF, - [57498] = 4, - ACTIONS(3), 1, + [57516] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2248), 1, - anon_sym_COMMA, - ACTIONS(2250), 1, - anon_sym_RBRACE, - STATE(1139), 1, - aux_sym_literal_value_repeat1, - [57511] = 4, + ACTIONS(2552), 1, + anon_sym_SEMI, + ACTIONS(2550), 2, + ts_builtin_sym_end, + anon_sym_LF, + [57527] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 1, - anon_sym_RPAREN, - ACTIONS(2555), 1, + ACTIONS(830), 1, + anon_sym_LBRACE, + ACTIONS(2554), 1, anon_sym_COMMA, - STATE(1128), 1, - aux_sym_parameter_list_repeat1, - [57524] = 4, + STATE(1146), 1, + aux_sym_expression_list_repeat1, + [57540] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(1971), 1, + anon_sym_LPAREN, ACTIONS(2557), 1, anon_sym_RPAREN, - ACTIONS(2559), 1, - anon_sym_COMMA, - STATE(1177), 1, - aux_sym_parameter_list_repeat1, - [57537] = 3, - ACTIONS(317), 1, + [57553] = 3, + ACTIONS(325), 1, sym_comment, ACTIONS(2561), 1, - anon_sym_LF, - ACTIONS(2563), 2, - anon_sym_SEMI, - anon_sym_RBRACE, - [57548] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2567), 1, anon_sym_SEMI, - ACTIONS(2565), 2, + ACTIONS(2559), 2, ts_builtin_sym_end, anon_sym_LF, - [57559] = 3, - ACTIONS(317), 1, + [57564] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2571), 1, + ACTIONS(647), 1, anon_sym_SEMI, - ACTIONS(2569), 2, + ACTIONS(645), 2, ts_builtin_sym_end, anon_sym_LF, - [57570] = 2, + [57575] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2573), 3, + ACTIONS(2563), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [57579] = 4, + [57584] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2278), 1, + ACTIONS(2565), 1, + anon_sym_RPAREN, + ACTIONS(2567), 1, anon_sym_COMMA, - ACTIONS(2280), 1, - anon_sym_RBRACE, - STATE(1189), 1, - aux_sym_literal_value_repeat1, - [57592] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2577), 1, - anon_sym_SEMI, - ACTIONS(2575), 2, - ts_builtin_sym_end, - anon_sym_LF, - [57603] = 4, + STATE(1123), 1, + aux_sym_parameter_list_repeat1, + [57597] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1242), 1, + ACTIONS(1196), 1, anon_sym_RPAREN, - ACTIONS(1244), 1, + ACTIONS(1198), 1, anon_sym_COMMA, - STATE(1191), 1, + STATE(1112), 1, aux_sym_argument_list_repeat1, - [57616] = 2, + [57610] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2579), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [57625] = 2, + ACTIONS(2569), 1, + anon_sym_RPAREN, + ACTIONS(2571), 1, + anon_sym_COMMA, + STATE(1113), 1, + aux_sym_parameter_list_repeat1, + [57623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(205), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [57634] = 4, + ACTIONS(1724), 1, + anon_sym_DQUOTE, + ACTIONS(2573), 1, + sym_raw_string_literal, + STATE(1136), 1, + sym_interpreted_string_literal, + [57636] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2355), 1, + ACTIONS(1358), 1, + anon_sym_RBRACK, + ACTIONS(2575), 1, anon_sym_COMMA, - ACTIONS(2357), 1, - anon_sym_RBRACE, - STATE(1168), 1, - aux_sym_literal_value_repeat1, - [57647] = 4, + STATE(1032), 1, + aux_sym_type_arguments_repeat1, + [57649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_RPAREN, - ACTIONS(2581), 1, + ACTIONS(2305), 1, anon_sym_COMMA, - STATE(1183), 1, - aux_sym_argument_list_repeat1, - [57660] = 4, + ACTIONS(2577), 1, + anon_sym_COLON, + STATE(1032), 1, + aux_sym_type_arguments_repeat1, + [57662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(347), 1, + ACTIONS(349), 1, anon_sym_RBRACE, - ACTIONS(2583), 1, + ACTIONS(2579), 1, anon_sym_COMMA, - STATE(1180), 1, + STATE(1187), 1, aux_sym_literal_value_repeat1, - [57673] = 4, + [57675] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(836), 1, - anon_sym_RPAREN, - ACTIONS(2585), 1, + ACTIONS(2297), 1, anon_sym_COMMA, - STATE(1160), 1, - aux_sym_expression_list_repeat1, - [57686] = 4, + ACTIONS(2299), 1, + anon_sym_RBRACE, + STATE(1157), 1, + aux_sym_literal_value_repeat1, + [57688] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(455), 1, + ACTIONS(495), 1, anon_sym_RPAREN, - ACTIONS(2588), 1, + ACTIONS(2581), 1, anon_sym_COMMA, - STATE(1160), 1, + STATE(1175), 1, aux_sym_expression_list_repeat1, - [57699] = 4, + [57701] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(513), 1, + ACTIONS(445), 1, anon_sym_RPAREN, - ACTIONS(2590), 1, + ACTIONS(2583), 1, anon_sym_COMMA, - STATE(1160), 1, - aux_sym_expression_list_repeat1, - [57712] = 4, - ACTIONS(3), 1, + STATE(1189), 1, + aux_sym_argument_list_repeat1, + [57714] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1290), 1, - anon_sym_RBRACK, - ACTIONS(2592), 1, - anon_sym_COMMA, - STATE(1059), 1, - aux_sym_type_arguments_repeat1, - [57725] = 4, + ACTIONS(2587), 1, + anon_sym_SEMI, + ACTIONS(2585), 2, + ts_builtin_sym_end, + anon_sym_LF, + [57725] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, + ACTIONS(1280), 3, anon_sym_COMMA, - ACTIONS(2349), 1, anon_sym_RBRACE, - STATE(1174), 1, - aux_sym_literal_value_repeat1, - [57738] = 2, + anon_sym_COLON, + [57734] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1278), 3, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_COLON, + ACTIONS(1724), 1, + anon_sym_DQUOTE, + ACTIONS(2589), 1, + sym_raw_string_literal, + STATE(1131), 1, + sym_interpreted_string_literal, [57747] = 3, - ACTIONS(317), 1, + ACTIONS(325), 1, sym_comment, - ACTIONS(681), 1, + ACTIONS(2593), 1, anon_sym_SEMI, - ACTIONS(679), 2, + ACTIONS(2591), 2, ts_builtin_sym_end, anon_sym_LF, [57758] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1170), 1, - anon_sym_RPAREN, - ACTIONS(1172), 1, - anon_sym_COMMA, - STATE(1178), 1, - aux_sym_argument_list_repeat1, - [57771] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(343), 1, anon_sym_RBRACE, - ACTIONS(2594), 1, + ACTIONS(2595), 1, anon_sym_COMMA, - STATE(1180), 1, + STATE(1187), 1, aux_sym_literal_value_repeat1, - [57784] = 4, + [57771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1206), 1, + ACTIONS(403), 1, anon_sym_RPAREN, - ACTIONS(1208), 1, + ACTIONS(2597), 1, anon_sym_COMMA, - STATE(1158), 1, + STATE(1189), 1, aux_sym_argument_list_repeat1, - [57797] = 4, + [57784] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2366), 1, + ACTIONS(1380), 1, + anon_sym_RBRACK, + ACTIONS(2599), 1, anon_sym_COMMA, - ACTIONS(2596), 1, - anon_sym_COLON, - STATE(1059), 1, + STATE(1032), 1, aux_sym_type_arguments_repeat1, - [57810] = 3, - ACTIONS(3), 1, + [57797] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2252), 1, - anon_sym_COLON, - ACTIONS(2598), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57821] = 4, + ACTIONS(2603), 1, + anon_sym_SEMI, + ACTIONS(2601), 2, + ts_builtin_sym_end, + anon_sym_LF, + [57808] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(489), 1, + ACTIONS(511), 1, anon_sym_RPAREN, - ACTIONS(2600), 1, + ACTIONS(2605), 1, anon_sym_COMMA, - STATE(1160), 1, + STATE(1175), 1, aux_sym_expression_list_repeat1, - [57834] = 2, + [57821] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2607), 1, + anon_sym_LF, + ACTIONS(2277), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [57832] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2285), 1, + anon_sym_COMMA, + ACTIONS(2287), 1, + anon_sym_RBRACE, + STATE(1181), 1, + aux_sym_literal_value_repeat1, + [57845] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2602), 3, + ACTIONS(2609), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [57843] = 4, + [57854] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(359), 1, - anon_sym_RBRACE, - ACTIONS(2604), 1, + ACTIONS(1126), 1, + anon_sym_RPAREN, + ACTIONS(2611), 1, anon_sym_COMMA, - STATE(1180), 1, - aux_sym_literal_value_repeat1, - [57856] = 4, + STATE(1101), 1, + aux_sym_parameter_list_repeat1, + [57867] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2288), 1, + ACTIONS(1192), 1, + anon_sym_RPAREN, + ACTIONS(1194), 1, anon_sym_COMMA, - ACTIONS(2290), 1, - anon_sym_RBRACE, - STATE(1159), 1, - aux_sym_literal_value_repeat1, - [57869] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2608), 1, - anon_sym_SEMI, - ACTIONS(2606), 2, - ts_builtin_sym_end, - anon_sym_LF, + STATE(1185), 1, + aux_sym_argument_list_repeat1, [57880] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1126), 1, + ACTIONS(830), 1, anon_sym_RPAREN, - ACTIONS(2610), 1, + ACTIONS(2613), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_parameter_list_repeat1, + STATE(1175), 1, + aux_sym_expression_list_repeat1, [57893] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(437), 1, + ACTIONS(1200), 1, anon_sym_RPAREN, - ACTIONS(2612), 1, + ACTIONS(1202), 1, anon_sym_COMMA, - STATE(1183), 1, + STATE(1160), 1, aux_sym_argument_list_repeat1, - [57906] = 2, + [57906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 3, + ACTIONS(2222), 1, + anon_sym_COLON, + ACTIONS(2616), 2, + anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [57915] = 4, + [57917] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(501), 1, + anon_sym_RPAREN, + ACTIONS(2618), 1, + anon_sym_COMMA, + STATE(1175), 1, + aux_sym_expression_list_repeat1, + [57930] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(463), 1, + anon_sym_RPAREN, + ACTIONS(2620), 1, + anon_sym_COMMA, + STATE(1175), 1, + aux_sym_expression_list_repeat1, + [57943] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2622), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [57954] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 1, + ACTIONS(345), 1, anon_sym_RBRACE, - ACTIONS(2616), 1, + ACTIONS(2624), 1, anon_sym_COMMA, - STATE(1180), 1, + STATE(1187), 1, aux_sym_literal_value_repeat1, - [57928] = 4, + [57967] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1262), 1, - anon_sym_RBRACK, - ACTIONS(2619), 1, + ACTIONS(2246), 1, anon_sym_COMMA, - STATE(1185), 1, - aux_sym_type_parameter_list_repeat1, - [57941] = 4, + ACTIONS(2248), 1, + anon_sym_RBRACE, + STATE(1165), 1, + aux_sym_literal_value_repeat1, + [57980] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2626), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [57989] = 4, + ACTIONS(179), 1, + ts_builtin_sym_end, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2508), 1, + anon_sym_LF, + ACTIONS(2510), 1, + anon_sym_SEMI, + [58002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 1, + ACTIONS(447), 1, anon_sym_RPAREN, - ACTIONS(2623), 1, + ACTIONS(2628), 1, anon_sym_COMMA, - STATE(1182), 1, - aux_sym_parameter_list_repeat1, - [57954] = 4, + STATE(1189), 1, + aux_sym_argument_list_repeat1, + [58015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1270), 1, + ACTIONS(415), 1, anon_sym_RPAREN, - ACTIONS(2626), 1, + ACTIONS(2630), 1, anon_sym_COMMA, - STATE(1183), 1, + STATE(1189), 1, aux_sym_argument_list_repeat1, - [57967] = 4, + [58028] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(509), 1, + ACTIONS(2616), 1, + anon_sym_RBRACE, + ACTIONS(2632), 1, + anon_sym_COMMA, + STATE(1187), 1, + aux_sym_literal_value_repeat1, + [58041] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2635), 1, anon_sym_RPAREN, - ACTIONS(2629), 1, + ACTIONS(2637), 1, anon_sym_COMMA, - STATE(1160), 1, - aux_sym_expression_list_repeat1, - [57980] = 4, + STATE(1173), 1, + aux_sym_parameter_list_repeat1, + [58054] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2631), 1, + ACTIONS(1246), 1, + anon_sym_RPAREN, + ACTIONS(2639), 1, anon_sym_COMMA, - ACTIONS(2634), 1, - anon_sym_RBRACK, - STATE(1185), 1, - aux_sym_type_parameter_list_repeat1, - [57993] = 3, - ACTIONS(317), 1, + STATE(1189), 1, + aux_sym_argument_list_repeat1, + [58067] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2638), 1, + ACTIONS(2644), 1, anon_sym_SEMI, - ACTIONS(2636), 2, + ACTIONS(2642), 2, ts_builtin_sym_end, anon_sym_LF, - [58004] = 3, - ACTIONS(317), 1, + [58078] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2642), 1, + ACTIONS(685), 1, anon_sym_SEMI, - ACTIONS(2640), 2, + ACTIONS(683), 2, ts_builtin_sym_end, anon_sym_LF, - [58015] = 4, + [58089] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1388), 1, + ACTIONS(2218), 1, + anon_sym_COMMA, + ACTIONS(2220), 1, + anon_sym_RBRACE, + STATE(1200), 1, + aux_sym_literal_value_repeat1, + [58102] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2646), 1, + anon_sym_COMMA, + ACTIONS(2649), 1, anon_sym_RBRACK, - ACTIONS(2644), 1, + STATE(1193), 1, + aux_sym_type_parameter_list_repeat1, + [58115] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1288), 1, anon_sym_COMMA, - STATE(1059), 1, - aux_sym_type_arguments_repeat1, - [58028] = 4, + ACTIONS(1538), 1, + anon_sym_LBRACE, + STATE(1146), 1, + aux_sym_expression_list_repeat1, + [58128] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(355), 1, + ACTIONS(2540), 1, + anon_sym_LPAREN, + ACTIONS(2651), 1, + sym_identifier, + STATE(467), 1, + sym_parameter_list, + [58141] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2653), 1, + anon_sym_LF, + ACTIONS(2655), 2, + anon_sym_SEMI, anon_sym_RBRACE, - ACTIONS(2646), 1, - anon_sym_COMMA, - STATE(1180), 1, - aux_sym_literal_value_repeat1, - [58041] = 4, + [58152] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2659), 1, + anon_sym_SEMI, + ACTIONS(2657), 2, + ts_builtin_sym_end, + anon_sym_LF, + [58163] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(441), 1, - anon_sym_RPAREN, - ACTIONS(2648), 1, - anon_sym_COMMA, - STATE(1183), 1, - aux_sym_argument_list_repeat1, - [58054] = 4, + ACTIONS(2315), 1, + sym_identifier, + ACTIONS(2661), 1, + anon_sym_LPAREN, + STATE(1007), 1, + sym_var_spec, + [58176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(425), 1, - anon_sym_RPAREN, - ACTIONS(2650), 1, - anon_sym_COMMA, - STATE(1183), 1, - aux_sym_argument_list_repeat1, - [58067] = 3, + ACTIONS(2319), 1, + sym_identifier, + ACTIONS(2663), 1, + anon_sym_LPAREN, + STATE(984), 1, + sym_const_spec, + [58189] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2652), 2, - anon_sym_RPAREN, + ACTIONS(341), 1, + anon_sym_RBRACE, + ACTIONS(2665), 1, anon_sym_COMMA, - [58078] = 3, - ACTIONS(317), 1, + STATE(1187), 1, + aux_sym_literal_value_repeat1, + [58202] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2438), 1, - anon_sym_LF, - ACTIONS(2440), 2, + ACTIONS(2669), 1, anon_sym_SEMI, - anon_sym_RBRACE, - [58089] = 3, - ACTIONS(317), 1, + ACTIONS(2667), 2, + ts_builtin_sym_end, + anon_sym_LF, + [58213] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2438), 1, + ACTIONS(2653), 1, anon_sym_LF, - ACTIONS(2440), 2, + ACTIONS(2655), 2, anon_sym_SEMI, anon_sym_RBRACE, - [58100] = 3, - ACTIONS(317), 1, + [58224] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2438), 1, + ACTIONS(2653), 1, anon_sym_LF, - ACTIONS(2440), 2, + ACTIONS(2655), 2, anon_sym_SEMI, anon_sym_RBRACE, - [58111] = 3, + [58235] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2654), 1, - anon_sym_LBRACE, - STATE(884), 1, - sym_field_declaration_list, - [58121] = 3, - ACTIONS(317), 1, + ACTIONS(1276), 1, + anon_sym_RBRACK, + ACTIONS(2671), 1, + anon_sym_COMMA, + STATE(1193), 1, + aux_sym_type_parameter_list_repeat1, + [58248] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2480), 1, + ACTIONS(2653), 1, anon_sym_LF, - ACTIONS(2482), 1, + ACTIONS(2655), 2, anon_sym_SEMI, - [58131] = 3, + anon_sym_RBRACE, + [58259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2656), 1, + ACTIONS(1170), 1, anon_sym_RPAREN, - [58141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(818), 1, - anon_sym_LBRACE, - STATE(346), 1, - sym_literal_value, - [58151] = 3, + ACTIONS(1172), 1, + anon_sym_COMMA, + STATE(1186), 1, + aux_sym_argument_list_repeat1, + [58272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2658), 1, - anon_sym_LPAREN, - [58161] = 3, + ACTIONS(2649), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [58280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2660), 1, + ACTIONS(2673), 1, anon_sym_LPAREN, - [58171] = 3, + [58290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2675), 1, + sym_identifier, + ACTIONS(2677), 1, anon_sym_LPAREN, - STATE(379), 1, - sym_parameter_list, - [58181] = 3, + [58300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2662), 1, - anon_sym_RBRACK, - [58191] = 3, + ACTIONS(2679), 1, + anon_sym_LPAREN, + [58310] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2486), 1, - anon_sym_RPAREN, - [58201] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2634), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [58209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2664), 1, - sym_identifier, - ACTIONS(2666), 1, + ACTIONS(2681), 1, anon_sym_LPAREN, - [58219] = 3, + [58320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1794), 1, + ACTIONS(2683), 1, + sym_identifier, + ACTIONS(2685), 1, anon_sym_LPAREN, - STATE(362), 1, - sym_parameter_list, - [58229] = 3, + [58330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(822), 1, + ACTIONS(651), 1, anon_sym_LPAREN, - STATE(365), 1, + STATE(310), 1, sym_argument_list, - [58239] = 2, + [58340] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2621), 2, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2687), 1, anon_sym_RPAREN, - anon_sym_COMMA, - [58247] = 3, + [58350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2668), 1, + ACTIONS(2689), 1, anon_sym_LPAREN, - [58257] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1270), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [58265] = 3, + [58360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, + ACTIONS(2683), 1, sym_identifier, - ACTIONS(2672), 1, - anon_sym_LPAREN, - [58275] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2450), 1, + ACTIONS(2691), 1, anon_sym_LPAREN, - STATE(464), 1, - sym_parameter_list, - [58285] = 3, + [58370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2674), 1, - anon_sym_LPAREN, - [58295] = 3, + ACTIONS(2616), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [58378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2676), 1, + ACTIONS(2693), 2, anon_sym_RPAREN, - [58305] = 3, + anon_sym_COMMA, + [58386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(1976), 1, - anon_sym_LPAREN, - [58315] = 2, + ACTIONS(2695), 1, + anon_sym_RPAREN, + [58396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 2, + ACTIONS(2697), 2, anon_sym_COMMA, anon_sym_RBRACE, - [58323] = 3, + [58404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2678), 1, - anon_sym_RPAREN, - [58333] = 3, + ACTIONS(2699), 1, + anon_sym_LPAREN, + [58414] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 1, - anon_sym_LBRACE, - STATE(858), 1, - sym_field_declaration_list, - [58343] = 3, + ACTIONS(1246), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [58422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2682), 1, - anon_sym_RPAREN, - [58353] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2684), 1, - anon_sym_LF, - ACTIONS(2686), 1, - anon_sym_SEMI, - [58363] = 3, + ACTIONS(2701), 1, + anon_sym_RBRACK, + [58432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LPAREN, - STATE(475), 1, - sym_parameter_list, - [58373] = 3, + ACTIONS(818), 1, + anon_sym_LBRACE, + STATE(363), 1, + sym_literal_value, + [58442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2688), 1, - sym_identifier, - ACTIONS(2690), 1, + ACTIONS(1810), 1, anon_sym_LPAREN, - [58383] = 3, + STATE(418), 1, + sym_parameter_list, + [58452] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2692), 1, - anon_sym_RBRACK, - [58393] = 3, + ACTIONS(2557), 1, + anon_sym_RPAREN, + [58462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2694), 1, + ACTIONS(904), 1, anon_sym_LPAREN, - STATE(508), 1, + STATE(395), 1, sym_argument_list, - [58403] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2696), 2, - anon_sym_EQ, - anon_sym_COLON_EQ, - [58411] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2640), 1, - anon_sym_LF, - ACTIONS(2642), 1, - anon_sym_SEMI, - [58421] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2698), 1, - anon_sym_RPAREN, - [58431] = 3, + [58472] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2700), 1, + ACTIONS(1971), 1, anon_sym_LPAREN, - [58441] = 3, + [58482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2703), 1, + sym_identifier, + ACTIONS(2705), 1, anon_sym_LPAREN, - STATE(480), 1, - sym_parameter_list, - [58451] = 3, + [58492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(647), 1, + ACTIONS(822), 1, anon_sym_LPAREN, - STATE(323), 1, + STATE(372), 1, sym_argument_list, - [58461] = 3, + [58502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, - sym_identifier, - ACTIONS(2704), 1, - anon_sym_LPAREN, - [58471] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1825), 1, - anon_sym_LPAREN, - STATE(428), 1, - sym_parameter_list, - [58481] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2636), 1, - anon_sym_LF, - ACTIONS(2638), 1, - anon_sym_SEMI, - [58491] = 3, + ACTIONS(2455), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [58510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1879), 1, + ACTIONS(2707), 1, anon_sym_LBRACE, - STATE(279), 1, - sym_literal_value, - [58501] = 3, - ACTIONS(317), 1, + STATE(845), 1, + sym_field_declaration_list, + [58520] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2460), 1, + ACTIONS(2709), 1, anon_sym_LF, - ACTIONS(2462), 1, + ACTIONS(2711), 1, anon_sym_SEMI, - [58511] = 3, + [58530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2706), 1, - anon_sym_RBRACK, - [58521] = 3, - ACTIONS(317), 1, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(469), 1, + sym_parameter_list, + [58540] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2575), 1, + ACTIONS(2667), 1, anon_sym_LF, - ACTIONS(2577), 1, + ACTIONS(2669), 1, anon_sym_SEMI, - [58531] = 3, - ACTIONS(317), 1, + [58550] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2708), 1, + ACTIONS(2657), 1, anon_sym_LF, - ACTIONS(2710), 1, + ACTIONS(2659), 1, anon_sym_SEMI, - [58541] = 2, + [58560] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2713), 1, anon_sym_RPAREN, - anon_sym_COMMA, - [58549] = 3, + [58570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2714), 1, - anon_sym_EQ, - [58559] = 2, + ACTIONS(1810), 1, + anon_sym_LPAREN, + STATE(425), 1, + sym_parameter_list, + [58580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 2, - sym_raw_string_literal, - anon_sym_DQUOTE, - [58567] = 3, + ACTIONS(2360), 2, + anon_sym_RPAREN, + sym_identifier, + [58588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2670), 1, - sym_identifier, - ACTIONS(2718), 1, - anon_sym_LPAREN, - [58577] = 3, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2715), 1, + anon_sym_RBRACK, + [58598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1825), 1, + ACTIONS(1808), 1, anon_sym_LPAREN, - STATE(423), 1, + STATE(337), 1, sym_parameter_list, - [58587] = 3, - ACTIONS(317), 1, + [58608] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2543), 1, + ACTIONS(2717), 1, anon_sym_LF, - ACTIONS(2545), 1, + ACTIONS(2719), 1, anon_sym_SEMI, - [58597] = 2, + [58618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [58605] = 3, + ACTIONS(1808), 1, + anon_sym_LPAREN, + STATE(442), 1, + sym_parameter_list, + [58628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1970), 1, - anon_sym_struct, - STATE(1051), 1, - sym_struct_type, - [58615] = 3, - ACTIONS(317), 1, + ACTIONS(2675), 1, + sym_identifier, + ACTIONS(2721), 1, + anon_sym_LPAREN, + [58638] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2723), 1, + anon_sym_EQ, + [58648] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2725), 1, + anon_sym_RBRACK, + [58658] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2722), 1, + ACTIONS(2642), 1, + anon_sym_LF, + ACTIONS(2644), 1, + anon_sym_SEMI, + [58668] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2727), 1, anon_sym_LF, - ACTIONS(2724), 1, + ACTIONS(2729), 1, anon_sym_SEMI, - [58625] = 3, + [58678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1825), 1, + ACTIONS(2675), 1, + sym_identifier, + ACTIONS(2731), 1, anon_sym_LPAREN, - STATE(422), 1, - sym_parameter_list, - [58635] = 3, + [58688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(275), 1, + ACTIONS(1931), 1, anon_sym_LBRACE, - STATE(417), 1, + STATE(298), 1, sym_literal_value, - [58645] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2726), 1, - anon_sym_RBRACK, - [58655] = 3, + [58698] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2540), 1, anon_sym_LPAREN, - STATE(392), 1, + STATE(462), 1, sym_parameter_list, - [58665] = 2, + [58708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2041), 2, - anon_sym_RPAREN, + ACTIONS(1084), 1, + anon_sym_LBRACE, + STATE(534), 1, + sym_literal_value, + [58718] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2675), 1, sym_identifier, - [58673] = 3, + ACTIONS(2733), 1, + anon_sym_LPAREN, + [58728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2728), 1, + ACTIONS(2735), 1, anon_sym_LBRACE, - [58683] = 3, + STATE(942), 1, + sym_field_declaration_list, + [58738] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2085), 1, + anon_sym_struct, + STATE(1052), 1, + sym_struct_type, + [58748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1810), 1, + anon_sym_LPAREN, + STATE(429), 1, + sym_parameter_list, + [58758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2730), 1, - anon_sym_RBRACK, - [58693] = 3, + ACTIONS(2737), 1, + anon_sym_EQ, + [58768] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2379), 2, + anon_sym_RPAREN, sym_identifier, - ACTIONS(2734), 1, - anon_sym_LPAREN, - [58703] = 3, - ACTIONS(317), 1, + [58776] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2736), 1, + ACTIONS(2534), 1, anon_sym_LF, - ACTIONS(2738), 1, + ACTIONS(2536), 1, anon_sym_SEMI, - [58713] = 3, + [58786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1090), 1, - anon_sym_LPAREN, - STATE(533), 1, - sym_argument_list, - [58723] = 3, - ACTIONS(317), 1, + ACTIONS(1885), 1, + anon_sym_LBRACE, + STATE(257), 1, + sym_literal_value, + [58796] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2535), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2739), 1, + anon_sym_RBRACK, + [58806] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2508), 1, anon_sym_LF, - ACTIONS(2537), 1, + ACTIONS(2510), 1, anon_sym_SEMI, - [58733] = 3, + [58816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(2741), 1, sym_identifier, - ACTIONS(2740), 1, + ACTIONS(2743), 1, anon_sym_LPAREN, - [58743] = 3, + [58826] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1794), 1, + ACTIONS(2745), 1, anon_sym_LPAREN, - STATE(430), 1, - sym_parameter_list, - [58753] = 3, + STATE(271), 1, + sym_argument_list, + [58836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(1100), 1, anon_sym_LPAREN, - STATE(481), 1, - sym_parameter_list, - [58763] = 3, - ACTIONS(317), 1, + STATE(557), 1, + sym_argument_list, + [58846] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2606), 1, + ACTIONS(2546), 1, anon_sym_LF, - ACTIONS(2608), 1, + ACTIONS(2548), 1, anon_sym_SEMI, - [58773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(904), 1, - anon_sym_LPAREN, - STATE(404), 1, - sym_argument_list, - [58783] = 3, + [58856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, - sym_identifier, - ACTIONS(2742), 1, - anon_sym_LPAREN, - [58793] = 3, - ACTIONS(3), 1, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2747), 1, + anon_sym_RPAREN, + [58866] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(1794), 1, - anon_sym_LPAREN, - STATE(353), 1, - sym_parameter_list, - [58803] = 3, + ACTIONS(2550), 1, + anon_sym_LF, + ACTIONS(2552), 1, + anon_sym_SEMI, + [58876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 1, + ACTIONS(2749), 1, anon_sym_LBRACE, - STATE(815), 1, + STATE(785), 1, sym_field_declaration_list, - [58813] = 3, + [58886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, - sym_identifier, - ACTIONS(2746), 1, + ACTIONS(2540), 1, anon_sym_LPAREN, - [58823] = 3, + STATE(478), 1, + sym_parameter_list, + [58896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2748), 1, - anon_sym_LPAREN, - STATE(253), 1, - sym_argument_list, - [58833] = 2, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2751), 1, + anon_sym_RPAREN, + [58906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(607), 2, - anon_sym_SEMI, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2753), 1, anon_sym_LBRACE, - [58841] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2464), 1, - anon_sym_LF, - ACTIONS(2466), 1, - anon_sym_SEMI, - [58851] = 3, + [58916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_LBRACE, - STATE(311), 1, - sym_literal_value, - [58861] = 3, + ACTIONS(1996), 2, + anon_sym_RPAREN, + sym_identifier, + [58924] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2750), 1, + ACTIONS(2755), 1, sym_identifier, - ACTIONS(2752), 1, + ACTIONS(2757), 1, anon_sym_LPAREN, - [58871] = 3, + [58934] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1863), 1, - anon_sym_LBRACE, - STATE(495), 1, - sym_literal_value, - [58881] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2496), 1, - anon_sym_LF, - ACTIONS(2498), 1, - anon_sym_SEMI, - [58891] = 3, + ACTIONS(2759), 2, + sym_raw_string_literal, + anon_sym_DQUOTE, + [58942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2754), 1, - anon_sym_RPAREN, - [58901] = 3, - ACTIONS(317), 1, - sym_comment, - ACTIONS(2476), 1, - anon_sym_LF, - ACTIONS(2478), 1, - anon_sym_SEMI, - [58911] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2411), 2, + ACTIONS(2761), 1, anon_sym_RPAREN, - sym_identifier, - [58919] = 3, + [58952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2756), 1, + ACTIONS(2763), 1, anon_sym_RBRACK, - [58929] = 3, + [58962] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1122), 1, - anon_sym_LBRACE, - STATE(586), 1, - sym_literal_value, - [58939] = 3, + ACTIONS(2765), 2, + anon_sym_EQ, + anon_sym_COLON_EQ, + [58970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - ACTIONS(2758), 1, - anon_sym_RPAREN, - [58949] = 2, + ACTIONS(2767), 1, + anon_sym_LPAREN, + STATE(524), 1, + sym_argument_list, + [58980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2120), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - [58957] = 3, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(387), 1, + sym_parameter_list, + [58990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(275), 1, anon_sym_LBRACE, - STATE(964), 1, - sym_block, - [58967] = 2, + STATE(388), 1, + sym_literal_value, + [59000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2116), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - [58975] = 3, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(464), 1, + sym_parameter_list, + [59010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2760), 1, - anon_sym_EQ, - [58985] = 2, + ACTIONS(2769), 1, + anon_sym_RPAREN, + [59020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 2, - anon_sym_RPAREN, + ACTIONS(607), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + [59028] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2771), 1, sym_identifier, - [58993] = 3, - ACTIONS(317), 1, + ACTIONS(2773), 1, + anon_sym_LPAREN, + [59038] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2549), 1, + ACTIONS(2601), 1, anon_sym_LF, - ACTIONS(2551), 1, + ACTIONS(2603), 1, anon_sym_SEMI, - [59003] = 3, - ACTIONS(317), 1, + [59048] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2565), 1, + ACTIONS(2585), 1, anon_sym_LF, - ACTIONS(2567), 1, + ACTIONS(2587), 1, anon_sym_SEMI, - [59013] = 3, - ACTIONS(317), 1, + [59058] = 3, + ACTIONS(325), 1, sym_comment, - ACTIONS(2569), 1, + ACTIONS(2591), 1, anon_sym_LF, - ACTIONS(2571), 1, + ACTIONS(2593), 1, anon_sym_SEMI, - [59023] = 3, + [59068] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + STATE(966), 1, + sym_block, + [59078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, + ACTIONS(1755), 1, anon_sym_PIPE, - ACTIONS(2762), 1, - anon_sym_RPAREN, - [59033] = 3, + ACTIONS(2775), 1, + anon_sym_RBRACK, + [59088] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2559), 1, + anon_sym_LF, + ACTIONS(2561), 1, + anon_sym_SEMI, + [59098] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LPAREN, - STATE(469), 1, - sym_parameter_list, - [59043] = 2, + ACTIONS(2099), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + [59106] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1986), 2, + ACTIONS(2095), 2, anon_sym_SEMI, anon_sym_LBRACE, - [59051] = 3, + [59114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(1808), 1, anon_sym_LPAREN, - STATE(377), 1, + STATE(348), 1, sym_parameter_list, - [59061] = 2, + [59124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1972), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - [59069] = 2, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(376), 1, + sym_parameter_list, + [59134] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1755), 1, + anon_sym_PIPE, + ACTIONS(2777), 1, + anon_sym_RPAREN, + [59144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2764), 1, + ACTIONS(1870), 1, anon_sym_LBRACE, - [59076] = 2, + STATE(491), 1, + sym_literal_value, + [59154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_PIPE, - [59083] = 2, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(476), 1, + sym_parameter_list, + [59164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_RPAREN, - [59090] = 2, + ACTIONS(2540), 1, + anon_sym_LPAREN, + STATE(380), 1, + sym_parameter_list, + [59174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2770), 1, + ACTIONS(1998), 2, + anon_sym_SEMI, anon_sym_LBRACE, - [59097] = 2, + [59182] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 1, + ACTIONS(1985), 2, + anon_sym_SEMI, anon_sym_LBRACE, - [59104] = 2, + [59190] = 3, + ACTIONS(325), 1, + sym_comment, + ACTIONS(2542), 1, + anon_sym_LF, + ACTIONS(2544), 1, + anon_sym_SEMI, + [59200] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2774), 1, - sym_identifier, - [59111] = 2, + ACTIONS(2779), 1, + anon_sym_RPAREN, + [59207] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2776), 1, - anon_sym_RBRACE, - [59118] = 2, + ACTIONS(2781), 1, + sym_identifier, + [59214] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2778), 1, + ACTIONS(2783), 1, anon_sym_RBRACE, - [59125] = 2, + [59221] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2780), 1, + ACTIONS(2785), 1, anon_sym_LBRACE, - [59132] = 2, + [59228] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2782), 1, + ACTIONS(2787), 1, anon_sym_chan, - [59139] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2784), 1, - anon_sym_SEMI, - [59146] = 2, + [59235] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 1, - anon_sym_SEMI, - [59153] = 2, + ACTIONS(2789), 1, + anon_sym_chan, + [59242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 1, - anon_sym_SEMI, - [59160] = 2, + ACTIONS(2791), 1, + anon_sym_RBRACE, + [59249] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2790), 1, + ACTIONS(2793), 1, anon_sym_chan, - [59167] = 2, + [59256] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 1, + ACTIONS(2795), 1, sym_identifier, - [59174] = 2, + [59263] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2794), 1, - sym_identifier, - [59181] = 2, + ACTIONS(2797), 1, + anon_sym_SEMI, + [59270] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2796), 1, + ACTIONS(2799), 1, + anon_sym_RBRACE, + [59277] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2801), 1, + anon_sym_RBRACE, + [59284] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2803), 1, anon_sym_RBRACK, - [59188] = 2, + [59291] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2798), 1, - anon_sym_RPAREN, - [59195] = 2, + ACTIONS(2805), 1, + anon_sym_PIPE, + [59298] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_RPAREN, - [59202] = 2, + ACTIONS(2807), 1, + anon_sym_chan, + [59305] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2557), 1, - anon_sym_RPAREN, - [59209] = 2, + ACTIONS(2809), 1, + anon_sym_SEMI, + [59312] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2802), 1, - anon_sym_LBRACE, - [59216] = 2, + ACTIONS(2811), 1, + sym_identifier, + [59319] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2250), 1, - anon_sym_RBRACE, - [59223] = 2, + ACTIONS(2813), 1, + anon_sym_SEMI, + [59326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 1, - anon_sym_chan, - [59230] = 2, + ACTIONS(2815), 1, + anon_sym_LBRACE, + [59333] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2806), 1, - anon_sym_RBRACE, - [59237] = 2, + ACTIONS(2817), 1, + anon_sym_PIPE, + [59340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2808), 1, - sym_identifier, - [59244] = 2, + ACTIONS(2819), 1, + anon_sym_LBRACE, + [59347] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(2821), 1, anon_sym_LBRACE, - [59251] = 2, + [59354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2812), 1, - anon_sym_RBRACE, - [59258] = 2, + ACTIONS(2823), 1, + anon_sym_COLON, + [59361] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, - anon_sym_chan, - [59265] = 2, + ACTIONS(2825), 1, + anon_sym_RPAREN, + [59368] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2827), 1, + anon_sym_COLON_EQ, + [59375] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2829), 1, + sym_identifier, + [59382] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2831), 1, + anon_sym_COLON, + [59389] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(2833), 1, anon_sym_LBRACE, - [59272] = 2, + [59396] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2400), 1, - anon_sym_RBRACE, - [59279] = 2, + ACTIONS(2835), 1, + anon_sym_RPAREN, + [59403] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2818), 1, + ACTIONS(2569), 1, anon_sym_RPAREN, - [59286] = 2, + [59410] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2470), 1, + ACTIONS(2837), 1, anon_sym_RPAREN, - [59293] = 2, + [59417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2280), 1, + ACTIONS(2423), 1, anon_sym_RBRACE, - [59300] = 2, + [59424] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2820), 1, + ACTIONS(2839), 1, anon_sym_RPAREN, - [59307] = 2, + [59431] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2822), 1, - sym_identifier, - [59314] = 2, + ACTIONS(2409), 1, + anon_sym_RBRACE, + [59438] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 1, - sym_identifier, - [59321] = 2, + ACTIONS(2841), 1, + anon_sym_RPAREN, + [59445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2826), 1, + ACTIONS(2843), 1, anon_sym_LBRACE, - [59328] = 2, + [59452] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 1, - anon_sym_COLON, - [59335] = 2, + ACTIONS(2845), 1, + anon_sym_RPAREN, + [59459] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2830), 1, - anon_sym_LBRACE, - [59342] = 2, + ACTIONS(2847), 1, + sym_identifier, + [59466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2553), 1, - anon_sym_RPAREN, - [59349] = 2, + ACTIONS(2849), 1, + sym_identifier, + [59473] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 1, - anon_sym_COLON_EQ, - [59356] = 2, + ACTIONS(2851), 1, + anon_sym_RBRACE, + [59480] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2834), 1, - sym_identifier, - [59363] = 2, + ACTIONS(2248), 1, + anon_sym_RBRACE, + [59487] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 1, - anon_sym_RPAREN, - [59370] = 2, + ACTIONS(2853), 1, + anon_sym_chan, + [59494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2838), 1, - anon_sym_PIPE, - [59377] = 2, + ACTIONS(2855), 1, + anon_sym_LBRACE, + [59501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1768), 1, - anon_sym_PIPE, - [59384] = 2, + ACTIONS(2857), 1, + anon_sym_LBRACE, + [59508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 1, - anon_sym_RPAREN, - [59391] = 2, + ACTIONS(2859), 1, + anon_sym_LBRACE, + [59515] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(2861), 1, ts_builtin_sym_end, - [59398] = 2, + [59522] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 1, - anon_sym_COLON, - [59405] = 2, + ACTIONS(2863), 1, + sym_identifier, + [59529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2349), 1, - anon_sym_RBRACE, - [59412] = 2, + ACTIONS(2865), 1, + anon_sym_RPAREN, + [59536] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(2867), 1, anon_sym_LBRACE, - [59419] = 2, + [59543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 1, + ACTIONS(2869), 1, sym_identifier, - [59426] = 2, + [59550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2850), 1, - sym_identifier, - [59433] = 2, + ACTIONS(2565), 1, + anon_sym_RPAREN, + [59557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2852), 1, + ACTIONS(2871), 1, anon_sym_RPAREN, - [59440] = 2, + [59564] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2357), 1, - anon_sym_RBRACE, - [59447] = 2, + ACTIONS(2873), 1, + anon_sym_LBRACE, + [59571] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2854), 1, - anon_sym_RBRACE, - [59454] = 2, + ACTIONS(2635), 1, + anon_sym_RPAREN, + [59578] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2856), 1, + ACTIONS(2875), 1, anon_sym_LBRACK, - [59461] = 2, + [59585] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(2877), 1, anon_sym_LBRACE, - [59468] = 2, + [59592] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 1, - anon_sym_LBRACE, - [59475] = 2, + ACTIONS(1755), 1, + anon_sym_PIPE, + [59599] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2862), 1, - anon_sym_chan, - [59482] = 2, + ACTIONS(2879), 1, + sym_identifier, + [59606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 1, + ACTIONS(2220), 1, + anon_sym_RBRACE, + [59613] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2881), 1, anon_sym_LBRACK, - [59489] = 2, + [59620] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2866), 1, - anon_sym_RPAREN, - [59496] = 2, + ACTIONS(2883), 1, + anon_sym_LBRACE, + [59627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 1, + ACTIONS(2885), 1, anon_sym_RBRACE, - [59503] = 2, + [59634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2870), 1, - anon_sym_RPAREN, - [59510] = 2, + ACTIONS(2887), 1, + anon_sym_chan, + [59641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2872), 1, - anon_sym_chan, - [59517] = 2, + ACTIONS(2889), 1, + anon_sym_COLON, + [59648] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2290), 1, - anon_sym_RBRACE, - [59524] = 2, + ACTIONS(2891), 1, + anon_sym_RPAREN, + [59655] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2874), 1, - anon_sym_COLON, - [59531] = 2, + ACTIONS(2287), 1, + anon_sym_RBRACE, + [59662] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 1, - anon_sym_LBRACE, - [59538] = 2, + ACTIONS(2299), 1, + anon_sym_RBRACE, + [59669] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2878), 1, + ACTIONS(2893), 1, sym_identifier, - [59545] = 2, + [59676] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 1, + ACTIONS(2895), 1, anon_sym_RBRACE, - [59552] = 2, + [59683] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(2897), 1, anon_sym_LBRACK, - [59559] = 2, + [59690] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2884), 1, + ACTIONS(2899), 1, anon_sym_LBRACK, - [59566] = 2, + [59697] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2901), 1, anon_sym_LBRACK, - [59573] = 2, + [59704] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2888), 1, + ACTIONS(2903), 1, anon_sym_LBRACK, }; @@ -59013,8 +59122,8 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(27)] = 0, [SMALL_STATE(28)] = 121, [SMALL_STATE(29)] = 247, - [SMALL_STATE(30)] = 365, - [SMALL_STATE(31)] = 491, + [SMALL_STATE(30)] = 373, + [SMALL_STATE(31)] = 499, [SMALL_STATE(32)] = 617, [SMALL_STATE(33)] = 743, [SMALL_STATE(34)] = 869, @@ -59032,7 +59141,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(46)] = 2348, [SMALL_STATE(47)] = 2471, [SMALL_STATE(48)] = 2591, - [SMALL_STATE(49)] = 2708, + [SMALL_STATE(49)] = 2706, [SMALL_STATE(50)] = 2823, [SMALL_STATE(51)] = 2937, [SMALL_STATE(52)] = 3051, @@ -59231,1126 +59340,1134 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(245)] = 23839, [SMALL_STATE(246)] = 23903, [SMALL_STATE(247)] = 23967, - [SMALL_STATE(248)] = 24058, - [SMALL_STATE(249)] = 24149, - [SMALL_STATE(250)] = 24206, - [SMALL_STATE(251)] = 24259, + [SMALL_STATE(248)] = 24020, + [SMALL_STATE(249)] = 24111, + [SMALL_STATE(250)] = 24202, + [SMALL_STATE(251)] = 24255, [SMALL_STATE(252)] = 24312, - [SMALL_STATE(253)] = 24364, - [SMALL_STATE(254)] = 24416, - [SMALL_STATE(255)] = 24468, - [SMALL_STATE(256)] = 24520, - [SMALL_STATE(257)] = 24608, - [SMALL_STATE(258)] = 24660, - [SMALL_STATE(259)] = 24712, - [SMALL_STATE(260)] = 24764, - [SMALL_STATE(261)] = 24816, - [SMALL_STATE(262)] = 24868, - [SMALL_STATE(263)] = 24920, - [SMALL_STATE(264)] = 24972, - [SMALL_STATE(265)] = 25024, - [SMALL_STATE(266)] = 25076, - [SMALL_STATE(267)] = 25128, - [SMALL_STATE(268)] = 25180, - [SMALL_STATE(269)] = 25232, - [SMALL_STATE(270)] = 25284, - [SMALL_STATE(271)] = 25336, - [SMALL_STATE(272)] = 25388, - [SMALL_STATE(273)] = 25440, - [SMALL_STATE(274)] = 25492, - [SMALL_STATE(275)] = 25544, - [SMALL_STATE(276)] = 25596, - [SMALL_STATE(277)] = 25648, - [SMALL_STATE(278)] = 25700, - [SMALL_STATE(279)] = 25752, - [SMALL_STATE(280)] = 25804, - [SMALL_STATE(281)] = 25856, - [SMALL_STATE(282)] = 25908, - [SMALL_STATE(283)] = 25960, - [SMALL_STATE(284)] = 26012, - [SMALL_STATE(285)] = 26064, - [SMALL_STATE(286)] = 26125, - [SMALL_STATE(287)] = 26210, - [SMALL_STATE(288)] = 26271, - [SMALL_STATE(289)] = 26334, - [SMALL_STATE(290)] = 26397, - [SMALL_STATE(291)] = 26462, - [SMALL_STATE(292)] = 26531, - [SMALL_STATE(293)] = 26602, - [SMALL_STATE(294)] = 26656, - [SMALL_STATE(295)] = 26705, - [SMALL_STATE(296)] = 26754, - [SMALL_STATE(297)] = 26803, - [SMALL_STATE(298)] = 26852, - [SMALL_STATE(299)] = 26901, - [SMALL_STATE(300)] = 26950, - [SMALL_STATE(301)] = 26999, - [SMALL_STATE(302)] = 27048, - [SMALL_STATE(303)] = 27097, - [SMALL_STATE(304)] = 27146, - [SMALL_STATE(305)] = 27195, - [SMALL_STATE(306)] = 27244, - [SMALL_STATE(307)] = 27293, - [SMALL_STATE(308)] = 27342, - [SMALL_STATE(309)] = 27391, - [SMALL_STATE(310)] = 27440, - [SMALL_STATE(311)] = 27489, - [SMALL_STATE(312)] = 27538, - [SMALL_STATE(313)] = 27587, - [SMALL_STATE(314)] = 27636, - [SMALL_STATE(315)] = 27685, - [SMALL_STATE(316)] = 27734, - [SMALL_STATE(317)] = 27783, - [SMALL_STATE(318)] = 27832, - [SMALL_STATE(319)] = 27881, - [SMALL_STATE(320)] = 27930, - [SMALL_STATE(321)] = 27979, - [SMALL_STATE(322)] = 28028, - [SMALL_STATE(323)] = 28077, - [SMALL_STATE(324)] = 28126, - [SMALL_STATE(325)] = 28175, - [SMALL_STATE(326)] = 28224, - [SMALL_STATE(327)] = 28273, - [SMALL_STATE(328)] = 28322, - [SMALL_STATE(329)] = 28383, - [SMALL_STATE(330)] = 28441, + [SMALL_STATE(253)] = 24365, + [SMALL_STATE(254)] = 24418, + [SMALL_STATE(255)] = 24470, + [SMALL_STATE(256)] = 24522, + [SMALL_STATE(257)] = 24574, + [SMALL_STATE(258)] = 24626, + [SMALL_STATE(259)] = 24678, + [SMALL_STATE(260)] = 24730, + [SMALL_STATE(261)] = 24782, + [SMALL_STATE(262)] = 24834, + [SMALL_STATE(263)] = 24886, + [SMALL_STATE(264)] = 24938, + [SMALL_STATE(265)] = 24990, + [SMALL_STATE(266)] = 25042, + [SMALL_STATE(267)] = 25094, + [SMALL_STATE(268)] = 25146, + [SMALL_STATE(269)] = 25198, + [SMALL_STATE(270)] = 25250, + [SMALL_STATE(271)] = 25302, + [SMALL_STATE(272)] = 25354, + [SMALL_STATE(273)] = 25406, + [SMALL_STATE(274)] = 25458, + [SMALL_STATE(275)] = 25546, + [SMALL_STATE(276)] = 25598, + [SMALL_STATE(277)] = 25650, + [SMALL_STATE(278)] = 25702, + [SMALL_STATE(279)] = 25754, + [SMALL_STATE(280)] = 25806, + [SMALL_STATE(281)] = 25858, + [SMALL_STATE(282)] = 25910, + [SMALL_STATE(283)] = 25962, + [SMALL_STATE(284)] = 26014, + [SMALL_STATE(285)] = 26066, + [SMALL_STATE(286)] = 26127, + [SMALL_STATE(287)] = 26198, + [SMALL_STATE(288)] = 26283, + [SMALL_STATE(289)] = 26344, + [SMALL_STATE(290)] = 26407, + [SMALL_STATE(291)] = 26470, + [SMALL_STATE(292)] = 26535, + [SMALL_STATE(293)] = 26604, + [SMALL_STATE(294)] = 26658, + [SMALL_STATE(295)] = 26707, + [SMALL_STATE(296)] = 26756, + [SMALL_STATE(297)] = 26805, + [SMALL_STATE(298)] = 26854, + [SMALL_STATE(299)] = 26903, + [SMALL_STATE(300)] = 26952, + [SMALL_STATE(301)] = 27001, + [SMALL_STATE(302)] = 27050, + [SMALL_STATE(303)] = 27099, + [SMALL_STATE(304)] = 27148, + [SMALL_STATE(305)] = 27197, + [SMALL_STATE(306)] = 27246, + [SMALL_STATE(307)] = 27295, + [SMALL_STATE(308)] = 27344, + [SMALL_STATE(309)] = 27393, + [SMALL_STATE(310)] = 27442, + [SMALL_STATE(311)] = 27491, + [SMALL_STATE(312)] = 27540, + [SMALL_STATE(313)] = 27589, + [SMALL_STATE(314)] = 27638, + [SMALL_STATE(315)] = 27687, + [SMALL_STATE(316)] = 27736, + [SMALL_STATE(317)] = 27785, + [SMALL_STATE(318)] = 27834, + [SMALL_STATE(319)] = 27883, + [SMALL_STATE(320)] = 27932, + [SMALL_STATE(321)] = 27981, + [SMALL_STATE(322)] = 28030, + [SMALL_STATE(323)] = 28079, + [SMALL_STATE(324)] = 28128, + [SMALL_STATE(325)] = 28177, + [SMALL_STATE(326)] = 28226, + [SMALL_STATE(327)] = 28275, + [SMALL_STATE(328)] = 28324, + [SMALL_STATE(329)] = 28385, + [SMALL_STATE(330)] = 28445, [SMALL_STATE(331)] = 28501, - [SMALL_STATE(332)] = 28565, - [SMALL_STATE(333)] = 28621, - [SMALL_STATE(334)] = 28677, - [SMALL_STATE(335)] = 28743, - [SMALL_STATE(336)] = 28811, - [SMALL_STATE(337)] = 28860, - [SMALL_STATE(338)] = 28904, - [SMALL_STATE(339)] = 28948, - [SMALL_STATE(340)] = 28992, - [SMALL_STATE(341)] = 29036, - [SMALL_STATE(342)] = 29080, - [SMALL_STATE(343)] = 29124, - [SMALL_STATE(344)] = 29168, - [SMALL_STATE(345)] = 29212, - [SMALL_STATE(346)] = 29256, - [SMALL_STATE(347)] = 29300, - [SMALL_STATE(348)] = 29344, - [SMALL_STATE(349)] = 29388, - [SMALL_STATE(350)] = 29432, - [SMALL_STATE(351)] = 29476, - [SMALL_STATE(352)] = 29520, - [SMALL_STATE(353)] = 29564, - [SMALL_STATE(354)] = 29640, - [SMALL_STATE(355)] = 29684, - [SMALL_STATE(356)] = 29728, - [SMALL_STATE(357)] = 29772, - [SMALL_STATE(358)] = 29816, - [SMALL_STATE(359)] = 29860, - [SMALL_STATE(360)] = 29904, - [SMALL_STATE(361)] = 29948, - [SMALL_STATE(362)] = 29992, - [SMALL_STATE(363)] = 30068, - [SMALL_STATE(364)] = 30112, - [SMALL_STATE(365)] = 30200, - [SMALL_STATE(366)] = 30244, - [SMALL_STATE(367)] = 30288, - [SMALL_STATE(368)] = 30332, - [SMALL_STATE(369)] = 30376, - [SMALL_STATE(370)] = 30420, - [SMALL_STATE(371)] = 30464, - [SMALL_STATE(372)] = 30508, - [SMALL_STATE(373)] = 30552, - [SMALL_STATE(374)] = 30596, - [SMALL_STATE(375)] = 30648, - [SMALL_STATE(376)] = 30700, - [SMALL_STATE(377)] = 30775, - [SMALL_STATE(378)] = 30846, - [SMALL_STATE(379)] = 30901, - [SMALL_STATE(380)] = 30972, - [SMALL_STATE(381)] = 31017, - [SMALL_STATE(382)] = 31092, - [SMALL_STATE(383)] = 31132, - [SMALL_STATE(384)] = 31172, - [SMALL_STATE(385)] = 31212, - [SMALL_STATE(386)] = 31252, - [SMALL_STATE(387)] = 31292, - [SMALL_STATE(388)] = 31332, - [SMALL_STATE(389)] = 31372, - [SMALL_STATE(390)] = 31412, - [SMALL_STATE(391)] = 31452, - [SMALL_STATE(392)] = 31492, - [SMALL_STATE(393)] = 31566, - [SMALL_STATE(394)] = 31606, - [SMALL_STATE(395)] = 31646, - [SMALL_STATE(396)] = 31686, - [SMALL_STATE(397)] = 31726, - [SMALL_STATE(398)] = 31766, - [SMALL_STATE(399)] = 31806, - [SMALL_STATE(400)] = 31846, - [SMALL_STATE(401)] = 31886, - [SMALL_STATE(402)] = 31926, - [SMALL_STATE(403)] = 31966, - [SMALL_STATE(404)] = 32006, - [SMALL_STATE(405)] = 32046, - [SMALL_STATE(406)] = 32086, - [SMALL_STATE(407)] = 32126, - [SMALL_STATE(408)] = 32166, - [SMALL_STATE(409)] = 32242, - [SMALL_STATE(410)] = 32282, - [SMALL_STATE(411)] = 32322, - [SMALL_STATE(412)] = 32362, - [SMALL_STATE(413)] = 32402, - [SMALL_STATE(414)] = 32442, - [SMALL_STATE(415)] = 32482, - [SMALL_STATE(416)] = 32522, - [SMALL_STATE(417)] = 32562, - [SMALL_STATE(418)] = 32602, - [SMALL_STATE(419)] = 32665, - [SMALL_STATE(420)] = 32718, - [SMALL_STATE(421)] = 32769, - [SMALL_STATE(422)] = 32842, - [SMALL_STATE(423)] = 32913, - [SMALL_STATE(424)] = 32984, - [SMALL_STATE(425)] = 33059, + [SMALL_STATE(332)] = 28569, + [SMALL_STATE(333)] = 28625, + [SMALL_STATE(334)] = 28691, + [SMALL_STATE(335)] = 28755, + [SMALL_STATE(336)] = 28813, + [SMALL_STATE(337)] = 28862, + [SMALL_STATE(338)] = 28938, + [SMALL_STATE(339)] = 28982, + [SMALL_STATE(340)] = 29026, + [SMALL_STATE(341)] = 29070, + [SMALL_STATE(342)] = 29114, + [SMALL_STATE(343)] = 29202, + [SMALL_STATE(344)] = 29246, + [SMALL_STATE(345)] = 29290, + [SMALL_STATE(346)] = 29334, + [SMALL_STATE(347)] = 29378, + [SMALL_STATE(348)] = 29422, + [SMALL_STATE(349)] = 29498, + [SMALL_STATE(350)] = 29542, + [SMALL_STATE(351)] = 29586, + [SMALL_STATE(352)] = 29630, + [SMALL_STATE(353)] = 29674, + [SMALL_STATE(354)] = 29718, + [SMALL_STATE(355)] = 29762, + [SMALL_STATE(356)] = 29806, + [SMALL_STATE(357)] = 29850, + [SMALL_STATE(358)] = 29894, + [SMALL_STATE(359)] = 29938, + [SMALL_STATE(360)] = 29982, + [SMALL_STATE(361)] = 30026, + [SMALL_STATE(362)] = 30070, + [SMALL_STATE(363)] = 30114, + [SMALL_STATE(364)] = 30158, + [SMALL_STATE(365)] = 30202, + [SMALL_STATE(366)] = 30246, + [SMALL_STATE(367)] = 30290, + [SMALL_STATE(368)] = 30334, + [SMALL_STATE(369)] = 30378, + [SMALL_STATE(370)] = 30422, + [SMALL_STATE(371)] = 30466, + [SMALL_STATE(372)] = 30510, + [SMALL_STATE(373)] = 30554, + [SMALL_STATE(374)] = 30598, + [SMALL_STATE(375)] = 30650, + [SMALL_STATE(376)] = 30702, + [SMALL_STATE(377)] = 30773, + [SMALL_STATE(378)] = 30818, + [SMALL_STATE(379)] = 30893, + [SMALL_STATE(380)] = 30968, + [SMALL_STATE(381)] = 31039, + [SMALL_STATE(382)] = 31094, + [SMALL_STATE(383)] = 31134, + [SMALL_STATE(384)] = 31174, + [SMALL_STATE(385)] = 31214, + [SMALL_STATE(386)] = 31254, + [SMALL_STATE(387)] = 31294, + [SMALL_STATE(388)] = 31368, + [SMALL_STATE(389)] = 31408, + [SMALL_STATE(390)] = 31448, + [SMALL_STATE(391)] = 31488, + [SMALL_STATE(392)] = 31528, + [SMALL_STATE(393)] = 31568, + [SMALL_STATE(394)] = 31608, + [SMALL_STATE(395)] = 31648, + [SMALL_STATE(396)] = 31688, + [SMALL_STATE(397)] = 31728, + [SMALL_STATE(398)] = 31768, + [SMALL_STATE(399)] = 31808, + [SMALL_STATE(400)] = 31848, + [SMALL_STATE(401)] = 31888, + [SMALL_STATE(402)] = 31928, + [SMALL_STATE(403)] = 31968, + [SMALL_STATE(404)] = 32008, + [SMALL_STATE(405)] = 32048, + [SMALL_STATE(406)] = 32088, + [SMALL_STATE(407)] = 32128, + [SMALL_STATE(408)] = 32168, + [SMALL_STATE(409)] = 32208, + [SMALL_STATE(410)] = 32248, + [SMALL_STATE(411)] = 32288, + [SMALL_STATE(412)] = 32328, + [SMALL_STATE(413)] = 32368, + [SMALL_STATE(414)] = 32408, + [SMALL_STATE(415)] = 32448, + [SMALL_STATE(416)] = 32488, + [SMALL_STATE(417)] = 32528, + [SMALL_STATE(418)] = 32604, + [SMALL_STATE(419)] = 32675, + [SMALL_STATE(420)] = 32750, + [SMALL_STATE(421)] = 32801, + [SMALL_STATE(422)] = 32858, + [SMALL_STATE(423)] = 32911, + [SMALL_STATE(424)] = 32974, + [SMALL_STATE(425)] = 33047, [SMALL_STATE(426)] = 33122, - [SMALL_STATE(427)] = 33197, - [SMALL_STATE(428)] = 33258, - [SMALL_STATE(429)] = 33333, - [SMALL_STATE(430)] = 33390, + [SMALL_STATE(427)] = 33185, + [SMALL_STATE(428)] = 33246, + [SMALL_STATE(429)] = 33321, + [SMALL_STATE(430)] = 33392, [SMALL_STATE(431)] = 33464, [SMALL_STATE(432)] = 33514, - [SMALL_STATE(433)] = 33586, + [SMALL_STATE(433)] = 33584, [SMALL_STATE(434)] = 33658, - [SMALL_STATE(435)] = 33706, - [SMALL_STATE(436)] = 33778, - [SMALL_STATE(437)] = 33850, + [SMALL_STATE(435)] = 33728, + [SMALL_STATE(436)] = 33798, + [SMALL_STATE(437)] = 33870, [SMALL_STATE(438)] = 33922, - [SMALL_STATE(439)] = 33992, - [SMALL_STATE(440)] = 34064, - [SMALL_STATE(441)] = 34122, - [SMALL_STATE(442)] = 34192, - [SMALL_STATE(443)] = 34264, - [SMALL_STATE(444)] = 34338, - [SMALL_STATE(445)] = 34410, - [SMALL_STATE(446)] = 34484, - [SMALL_STATE(447)] = 34540, - [SMALL_STATE(448)] = 34610, - [SMALL_STATE(449)] = 34682, - [SMALL_STATE(450)] = 34734, - [SMALL_STATE(451)] = 34804, - [SMALL_STATE(452)] = 34852, - [SMALL_STATE(453)] = 34906, - [SMALL_STATE(454)] = 34958, - [SMALL_STATE(455)] = 35030, + [SMALL_STATE(439)] = 33994, + [SMALL_STATE(440)] = 34066, + [SMALL_STATE(441)] = 34138, + [SMALL_STATE(442)] = 34196, + [SMALL_STATE(443)] = 34270, + [SMALL_STATE(444)] = 34322, + [SMALL_STATE(445)] = 34396, + [SMALL_STATE(446)] = 34450, + [SMALL_STATE(447)] = 34522, + [SMALL_STATE(448)] = 34592, + [SMALL_STATE(449)] = 34648, + [SMALL_STATE(450)] = 34720, + [SMALL_STATE(451)] = 34792, + [SMALL_STATE(452)] = 34862, + [SMALL_STATE(453)] = 34934, + [SMALL_STATE(454)] = 35004, + [SMALL_STATE(455)] = 35052, [SMALL_STATE(456)] = 35100, - [SMALL_STATE(457)] = 35170, - [SMALL_STATE(458)] = 35237, - [SMALL_STATE(459)] = 35278, - [SMALL_STATE(460)] = 35333, - [SMALL_STATE(461)] = 35384, - [SMALL_STATE(462)] = 35441, - [SMALL_STATE(463)] = 35488, - [SMALL_STATE(464)] = 35559, - [SMALL_STATE(465)] = 35630, - [SMALL_STATE(466)] = 35693, - [SMALL_STATE(467)] = 35760, - [SMALL_STATE(468)] = 35827, - [SMALL_STATE(469)] = 35886, - [SMALL_STATE(470)] = 35957, - [SMALL_STATE(471)] = 36024, - [SMALL_STATE(472)] = 36085, - [SMALL_STATE(473)] = 36152, - [SMALL_STATE(474)] = 36223, - [SMALL_STATE(475)] = 36290, - [SMALL_STATE(476)] = 36361, - [SMALL_STATE(477)] = 36418, - [SMALL_STATE(478)] = 36487, - [SMALL_STATE(479)] = 36544, - [SMALL_STATE(480)] = 36613, - [SMALL_STATE(481)] = 36684, - [SMALL_STATE(482)] = 36755, - [SMALL_STATE(483)] = 36802, - [SMALL_STATE(484)] = 36838, - [SMALL_STATE(485)] = 36874, - [SMALL_STATE(486)] = 36910, - [SMALL_STATE(487)] = 36976, - [SMALL_STATE(488)] = 37012, - [SMALL_STATE(489)] = 37048, - [SMALL_STATE(490)] = 37084, - [SMALL_STATE(491)] = 37148, - [SMALL_STATE(492)] = 37198, - [SMALL_STATE(493)] = 37234, - [SMALL_STATE(494)] = 37270, - [SMALL_STATE(495)] = 37336, - [SMALL_STATE(496)] = 37372, - [SMALL_STATE(497)] = 37438, - [SMALL_STATE(498)] = 37474, - [SMALL_STATE(499)] = 37510, - [SMALL_STATE(500)] = 37546, - [SMALL_STATE(501)] = 37612, - [SMALL_STATE(502)] = 37648, - [SMALL_STATE(503)] = 37714, - [SMALL_STATE(504)] = 37750, - [SMALL_STATE(505)] = 37816, - [SMALL_STATE(506)] = 37880, - [SMALL_STATE(507)] = 37916, - [SMALL_STATE(508)] = 37982, - [SMALL_STATE(509)] = 38018, - [SMALL_STATE(510)] = 38054, - [SMALL_STATE(511)] = 38120, - [SMALL_STATE(512)] = 38156, - [SMALL_STATE(513)] = 38192, - [SMALL_STATE(514)] = 38228, - [SMALL_STATE(515)] = 38264, - [SMALL_STATE(516)] = 38304, - [SMALL_STATE(517)] = 38340, - [SMALL_STATE(518)] = 38376, - [SMALL_STATE(519)] = 38412, - [SMALL_STATE(520)] = 38448, - [SMALL_STATE(521)] = 38484, - [SMALL_STATE(522)] = 38520, - [SMALL_STATE(523)] = 38556, - [SMALL_STATE(524)] = 38608, - [SMALL_STATE(525)] = 38674, - [SMALL_STATE(526)] = 38710, - [SMALL_STATE(527)] = 38746, - [SMALL_STATE(528)] = 38782, - [SMALL_STATE(529)] = 38818, - [SMALL_STATE(530)] = 38854, - [SMALL_STATE(531)] = 38890, - [SMALL_STATE(532)] = 38925, - [SMALL_STATE(533)] = 38990, - [SMALL_STATE(534)] = 39025, - [SMALL_STATE(535)] = 39088, - [SMALL_STATE(536)] = 39155, - [SMALL_STATE(537)] = 39222, - [SMALL_STATE(538)] = 39285, - [SMALL_STATE(539)] = 39352, - [SMALL_STATE(540)] = 39419, - [SMALL_STATE(541)] = 39454, - [SMALL_STATE(542)] = 39489, - [SMALL_STATE(543)] = 39524, - [SMALL_STATE(544)] = 39591, - [SMALL_STATE(545)] = 39626, - [SMALL_STATE(546)] = 39683, - [SMALL_STATE(547)] = 39718, - [SMALL_STATE(548)] = 39753, - [SMALL_STATE(549)] = 39808, - [SMALL_STATE(550)] = 39857, - [SMALL_STATE(551)] = 39910, - [SMALL_STATE(552)] = 39959, - [SMALL_STATE(553)] = 39994, - [SMALL_STATE(554)] = 40029, - [SMALL_STATE(555)] = 40090, - [SMALL_STATE(556)] = 40125, - [SMALL_STATE(557)] = 40160, - [SMALL_STATE(558)] = 40227, - [SMALL_STATE(559)] = 40262, - [SMALL_STATE(560)] = 40297, - [SMALL_STATE(561)] = 40332, - [SMALL_STATE(562)] = 40379, - [SMALL_STATE(563)] = 40414, - [SMALL_STATE(564)] = 40481, - [SMALL_STATE(565)] = 40516, - [SMALL_STATE(566)] = 40581, - [SMALL_STATE(567)] = 40616, - [SMALL_STATE(568)] = 40651, - [SMALL_STATE(569)] = 40686, - [SMALL_STATE(570)] = 40745, - [SMALL_STATE(571)] = 40780, - [SMALL_STATE(572)] = 40847, - [SMALL_STATE(573)] = 40900, - [SMALL_STATE(574)] = 40963, - [SMALL_STATE(575)] = 40998, - [SMALL_STATE(576)] = 41053, - [SMALL_STATE(577)] = 41088, - [SMALL_STATE(578)] = 41145, - [SMALL_STATE(579)] = 41208, - [SMALL_STATE(580)] = 41243, - [SMALL_STATE(581)] = 41278, - [SMALL_STATE(582)] = 41341, - [SMALL_STATE(583)] = 41376, - [SMALL_STATE(584)] = 41411, - [SMALL_STATE(585)] = 41446, - [SMALL_STATE(586)] = 41481, - [SMALL_STATE(587)] = 41516, - [SMALL_STATE(588)] = 41551, - [SMALL_STATE(589)] = 41586, - [SMALL_STATE(590)] = 41621, - [SMALL_STATE(591)] = 41656, - [SMALL_STATE(592)] = 41723, + [SMALL_STATE(457)] = 35172, + [SMALL_STATE(458)] = 35219, + [SMALL_STATE(459)] = 35286, + [SMALL_STATE(460)] = 35353, + [SMALL_STATE(461)] = 35400, + [SMALL_STATE(462)] = 35467, + [SMALL_STATE(463)] = 35538, + [SMALL_STATE(464)] = 35579, + [SMALL_STATE(465)] = 35650, + [SMALL_STATE(466)] = 35713, + [SMALL_STATE(467)] = 35780, + [SMALL_STATE(468)] = 35851, + [SMALL_STATE(469)] = 35920, + [SMALL_STATE(470)] = 35991, + [SMALL_STATE(471)] = 36048, + [SMALL_STATE(472)] = 36105, + [SMALL_STATE(473)] = 36172, + [SMALL_STATE(474)] = 36229, + [SMALL_STATE(475)] = 36298, + [SMALL_STATE(476)] = 36359, + [SMALL_STATE(477)] = 36430, + [SMALL_STATE(478)] = 36489, + [SMALL_STATE(479)] = 36560, + [SMALL_STATE(480)] = 36631, + [SMALL_STATE(481)] = 36686, + [SMALL_STATE(482)] = 36753, + [SMALL_STATE(483)] = 36804, + [SMALL_STATE(484)] = 36840, + [SMALL_STATE(485)] = 36876, + [SMALL_STATE(486)] = 36912, + [SMALL_STATE(487)] = 36948, + [SMALL_STATE(488)] = 36984, + [SMALL_STATE(489)] = 37034, + [SMALL_STATE(490)] = 37070, + [SMALL_STATE(491)] = 37106, + [SMALL_STATE(492)] = 37142, + [SMALL_STATE(493)] = 37178, + [SMALL_STATE(494)] = 37214, + [SMALL_STATE(495)] = 37278, + [SMALL_STATE(496)] = 37344, + [SMALL_STATE(497)] = 37380, + [SMALL_STATE(498)] = 37416, + [SMALL_STATE(499)] = 37482, + [SMALL_STATE(500)] = 37518, + [SMALL_STATE(501)] = 37554, + [SMALL_STATE(502)] = 37620, + [SMALL_STATE(503)] = 37656, + [SMALL_STATE(504)] = 37692, + [SMALL_STATE(505)] = 37744, + [SMALL_STATE(506)] = 37780, + [SMALL_STATE(507)] = 37846, + [SMALL_STATE(508)] = 37912, + [SMALL_STATE(509)] = 37948, + [SMALL_STATE(510)] = 37984, + [SMALL_STATE(511)] = 38020, + [SMALL_STATE(512)] = 38056, + [SMALL_STATE(513)] = 38092, + [SMALL_STATE(514)] = 38128, + [SMALL_STATE(515)] = 38192, + [SMALL_STATE(516)] = 38228, + [SMALL_STATE(517)] = 38264, + [SMALL_STATE(518)] = 38330, + [SMALL_STATE(519)] = 38366, + [SMALL_STATE(520)] = 38402, + [SMALL_STATE(521)] = 38468, + [SMALL_STATE(522)] = 38504, + [SMALL_STATE(523)] = 38570, + [SMALL_STATE(524)] = 38606, + [SMALL_STATE(525)] = 38642, + [SMALL_STATE(526)] = 38708, + [SMALL_STATE(527)] = 38744, + [SMALL_STATE(528)] = 38780, + [SMALL_STATE(529)] = 38816, + [SMALL_STATE(530)] = 38856, + [SMALL_STATE(531)] = 38892, + [SMALL_STATE(532)] = 38927, + [SMALL_STATE(533)] = 38962, + [SMALL_STATE(534)] = 38997, + [SMALL_STATE(535)] = 39032, + [SMALL_STATE(536)] = 39093, + [SMALL_STATE(537)] = 39128, + [SMALL_STATE(538)] = 39163, + [SMALL_STATE(539)] = 39198, + [SMALL_STATE(540)] = 39233, + [SMALL_STATE(541)] = 39280, + [SMALL_STATE(542)] = 39315, + [SMALL_STATE(543)] = 39350, + [SMALL_STATE(544)] = 39385, + [SMALL_STATE(545)] = 39442, + [SMALL_STATE(546)] = 39497, + [SMALL_STATE(547)] = 39550, + [SMALL_STATE(548)] = 39613, + [SMALL_STATE(549)] = 39662, + [SMALL_STATE(550)] = 39729, + [SMALL_STATE(551)] = 39794, + [SMALL_STATE(552)] = 39829, + [SMALL_STATE(553)] = 39896, + [SMALL_STATE(554)] = 39931, + [SMALL_STATE(555)] = 39998, + [SMALL_STATE(556)] = 40065, + [SMALL_STATE(557)] = 40100, + [SMALL_STATE(558)] = 40135, + [SMALL_STATE(559)] = 40170, + [SMALL_STATE(560)] = 40237, + [SMALL_STATE(561)] = 40300, + [SMALL_STATE(562)] = 40365, + [SMALL_STATE(563)] = 40432, + [SMALL_STATE(564)] = 40495, + [SMALL_STATE(565)] = 40530, + [SMALL_STATE(566)] = 40565, + [SMALL_STATE(567)] = 40632, + [SMALL_STATE(568)] = 40667, + [SMALL_STATE(569)] = 40726, + [SMALL_STATE(570)] = 40793, + [SMALL_STATE(571)] = 40828, + [SMALL_STATE(572)] = 40891, + [SMALL_STATE(573)] = 40926, + [SMALL_STATE(574)] = 40961, + [SMALL_STATE(575)] = 41028, + [SMALL_STATE(576)] = 41063, + [SMALL_STATE(577)] = 41098, + [SMALL_STATE(578)] = 41147, + [SMALL_STATE(579)] = 41182, + [SMALL_STATE(580)] = 41217, + [SMALL_STATE(581)] = 41252, + [SMALL_STATE(582)] = 41305, + [SMALL_STATE(583)] = 41340, + [SMALL_STATE(584)] = 41375, + [SMALL_STATE(585)] = 41410, + [SMALL_STATE(586)] = 41473, + [SMALL_STATE(587)] = 41528, + [SMALL_STATE(588)] = 41563, + [SMALL_STATE(589)] = 41598, + [SMALL_STATE(590)] = 41655, + [SMALL_STATE(591)] = 41690, + [SMALL_STATE(592)] = 41725, [SMALL_STATE(593)] = 41783, [SMALL_STATE(594)] = 41843, [SMALL_STATE(595)] = 41903, [SMALL_STATE(596)] = 41963, - [SMALL_STATE(597)] = 42023, - [SMALL_STATE(598)] = 42083, - [SMALL_STATE(599)] = 42143, - [SMALL_STATE(600)] = 42201, - [SMALL_STATE(601)] = 42261, - [SMALL_STATE(602)] = 42321, - [SMALL_STATE(603)] = 42381, - [SMALL_STATE(604)] = 42441, + [SMALL_STATE(597)] = 42027, + [SMALL_STATE(598)] = 42087, + [SMALL_STATE(599)] = 42147, + [SMALL_STATE(600)] = 42207, + [SMALL_STATE(601)] = 42267, + [SMALL_STATE(602)] = 42327, + [SMALL_STATE(603)] = 42387, + [SMALL_STATE(604)] = 42445, [SMALL_STATE(605)] = 42505, [SMALL_STATE(606)] = 42565, - [SMALL_STATE(607)] = 42623, - [SMALL_STATE(608)] = 42683, - [SMALL_STATE(609)] = 42743, - [SMALL_STATE(610)] = 42803, - [SMALL_STATE(611)] = 42863, - [SMALL_STATE(612)] = 42923, - [SMALL_STATE(613)] = 42983, - [SMALL_STATE(614)] = 43043, - [SMALL_STATE(615)] = 43103, - [SMALL_STATE(616)] = 43163, - [SMALL_STATE(617)] = 43223, - [SMALL_STATE(618)] = 43283, - [SMALL_STATE(619)] = 43343, - [SMALL_STATE(620)] = 43401, - [SMALL_STATE(621)] = 43461, - [SMALL_STATE(622)] = 43521, - [SMALL_STATE(623)] = 43581, - [SMALL_STATE(624)] = 43641, - [SMALL_STATE(625)] = 43701, - [SMALL_STATE(626)] = 43761, - [SMALL_STATE(627)] = 43821, - [SMALL_STATE(628)] = 43881, - [SMALL_STATE(629)] = 43941, - [SMALL_STATE(630)] = 44001, - [SMALL_STATE(631)] = 44061, - [SMALL_STATE(632)] = 44121, - [SMALL_STATE(633)] = 44181, - [SMALL_STATE(634)] = 44238, - [SMALL_STATE(635)] = 44295, - [SMALL_STATE(636)] = 44352, - [SMALL_STATE(637)] = 44409, - [SMALL_STATE(638)] = 44466, - [SMALL_STATE(639)] = 44523, - [SMALL_STATE(640)] = 44580, - [SMALL_STATE(641)] = 44637, - [SMALL_STATE(642)] = 44694, - [SMALL_STATE(643)] = 44751, - [SMALL_STATE(644)] = 44808, - [SMALL_STATE(645)] = 44865, - [SMALL_STATE(646)] = 44922, - [SMALL_STATE(647)] = 44979, - [SMALL_STATE(648)] = 45036, - [SMALL_STATE(649)] = 45093, - [SMALL_STATE(650)] = 45150, - [SMALL_STATE(651)] = 45207, - [SMALL_STATE(652)] = 45264, - [SMALL_STATE(653)] = 45321, - [SMALL_STATE(654)] = 45378, - [SMALL_STATE(655)] = 45435, - [SMALL_STATE(656)] = 45492, - [SMALL_STATE(657)] = 45549, - [SMALL_STATE(658)] = 45606, - [SMALL_STATE(659)] = 45663, - [SMALL_STATE(660)] = 45720, - [SMALL_STATE(661)] = 45777, - [SMALL_STATE(662)] = 45834, - [SMALL_STATE(663)] = 45891, - [SMALL_STATE(664)] = 45948, - [SMALL_STATE(665)] = 46005, - [SMALL_STATE(666)] = 46062, - [SMALL_STATE(667)] = 46119, - [SMALL_STATE(668)] = 46176, - [SMALL_STATE(669)] = 46235, - [SMALL_STATE(670)] = 46292, - [SMALL_STATE(671)] = 46349, - [SMALL_STATE(672)] = 46406, - [SMALL_STATE(673)] = 46463, - [SMALL_STATE(674)] = 46520, - [SMALL_STATE(675)] = 46577, - [SMALL_STATE(676)] = 46634, - [SMALL_STATE(677)] = 46691, - [SMALL_STATE(678)] = 46748, - [SMALL_STATE(679)] = 46805, - [SMALL_STATE(680)] = 46862, - [SMALL_STATE(681)] = 46919, - [SMALL_STATE(682)] = 46976, - [SMALL_STATE(683)] = 47033, - [SMALL_STATE(684)] = 47090, - [SMALL_STATE(685)] = 47147, - [SMALL_STATE(686)] = 47204, - [SMALL_STATE(687)] = 47261, - [SMALL_STATE(688)] = 47318, - [SMALL_STATE(689)] = 47375, - [SMALL_STATE(690)] = 47432, - [SMALL_STATE(691)] = 47489, - [SMALL_STATE(692)] = 47546, - [SMALL_STATE(693)] = 47603, - [SMALL_STATE(694)] = 47660, - [SMALL_STATE(695)] = 47717, - [SMALL_STATE(696)] = 47774, - [SMALL_STATE(697)] = 47831, - [SMALL_STATE(698)] = 47888, - [SMALL_STATE(699)] = 47945, - [SMALL_STATE(700)] = 48002, - [SMALL_STATE(701)] = 48061, - [SMALL_STATE(702)] = 48118, - [SMALL_STATE(703)] = 48175, - [SMALL_STATE(704)] = 48232, - [SMALL_STATE(705)] = 48289, - [SMALL_STATE(706)] = 48346, - [SMALL_STATE(707)] = 48403, - [SMALL_STATE(708)] = 48460, - [SMALL_STATE(709)] = 48517, - [SMALL_STATE(710)] = 48574, - [SMALL_STATE(711)] = 48635, - [SMALL_STATE(712)] = 48692, - [SMALL_STATE(713)] = 48749, - [SMALL_STATE(714)] = 48806, - [SMALL_STATE(715)] = 48863, - [SMALL_STATE(716)] = 48920, - [SMALL_STATE(717)] = 48977, - [SMALL_STATE(718)] = 49034, - [SMALL_STATE(719)] = 49091, - [SMALL_STATE(720)] = 49148, - [SMALL_STATE(721)] = 49205, - [SMALL_STATE(722)] = 49262, - [SMALL_STATE(723)] = 49319, - [SMALL_STATE(724)] = 49376, - [SMALL_STATE(725)] = 49433, - [SMALL_STATE(726)] = 49490, - [SMALL_STATE(727)] = 49547, - [SMALL_STATE(728)] = 49604, - [SMALL_STATE(729)] = 49661, - [SMALL_STATE(730)] = 49718, - [SMALL_STATE(731)] = 49775, - [SMALL_STATE(732)] = 49832, - [SMALL_STATE(733)] = 49889, - [SMALL_STATE(734)] = 49946, - [SMALL_STATE(735)] = 50003, - [SMALL_STATE(736)] = 50060, - [SMALL_STATE(737)] = 50117, - [SMALL_STATE(738)] = 50174, - [SMALL_STATE(739)] = 50231, - [SMALL_STATE(740)] = 50288, - [SMALL_STATE(741)] = 50345, - [SMALL_STATE(742)] = 50402, - [SMALL_STATE(743)] = 50459, - [SMALL_STATE(744)] = 50516, - [SMALL_STATE(745)] = 50573, - [SMALL_STATE(746)] = 50630, - [SMALL_STATE(747)] = 50687, - [SMALL_STATE(748)] = 50744, - [SMALL_STATE(749)] = 50801, - [SMALL_STATE(750)] = 50858, - [SMALL_STATE(751)] = 50915, - [SMALL_STATE(752)] = 50969, - [SMALL_STATE(753)] = 50998, - [SMALL_STATE(754)] = 51027, - [SMALL_STATE(755)] = 51056, - [SMALL_STATE(756)] = 51085, - [SMALL_STATE(757)] = 51116, - [SMALL_STATE(758)] = 51142, - [SMALL_STATE(759)] = 51168, - [SMALL_STATE(760)] = 51194, - [SMALL_STATE(761)] = 51220, - [SMALL_STATE(762)] = 51246, - [SMALL_STATE(763)] = 51270, - [SMALL_STATE(764)] = 51294, - [SMALL_STATE(765)] = 51318, - [SMALL_STATE(766)] = 51342, - [SMALL_STATE(767)] = 51367, - [SMALL_STATE(768)] = 51392, - [SMALL_STATE(769)] = 51418, - [SMALL_STATE(770)] = 51439, + [SMALL_STATE(607)] = 42625, + [SMALL_STATE(608)] = 42685, + [SMALL_STATE(609)] = 42745, + [SMALL_STATE(610)] = 42805, + [SMALL_STATE(611)] = 42865, + [SMALL_STATE(612)] = 42925, + [SMALL_STATE(613)] = 42985, + [SMALL_STATE(614)] = 43045, + [SMALL_STATE(615)] = 43105, + [SMALL_STATE(616)] = 43165, + [SMALL_STATE(617)] = 43225, + [SMALL_STATE(618)] = 43285, + [SMALL_STATE(619)] = 43345, + [SMALL_STATE(620)] = 43405, + [SMALL_STATE(621)] = 43465, + [SMALL_STATE(622)] = 43525, + [SMALL_STATE(623)] = 43583, + [SMALL_STATE(624)] = 43643, + [SMALL_STATE(625)] = 43703, + [SMALL_STATE(626)] = 43763, + [SMALL_STATE(627)] = 43823, + [SMALL_STATE(628)] = 43883, + [SMALL_STATE(629)] = 43943, + [SMALL_STATE(630)] = 44003, + [SMALL_STATE(631)] = 44063, + [SMALL_STATE(632)] = 44123, + [SMALL_STATE(633)] = 44183, + [SMALL_STATE(634)] = 44242, + [SMALL_STATE(635)] = 44299, + [SMALL_STATE(636)] = 44356, + [SMALL_STATE(637)] = 44413, + [SMALL_STATE(638)] = 44470, + [SMALL_STATE(639)] = 44527, + [SMALL_STATE(640)] = 44584, + [SMALL_STATE(641)] = 44641, + [SMALL_STATE(642)] = 44698, + [SMALL_STATE(643)] = 44755, + [SMALL_STATE(644)] = 44812, + [SMALL_STATE(645)] = 44869, + [SMALL_STATE(646)] = 44926, + [SMALL_STATE(647)] = 44983, + [SMALL_STATE(648)] = 45040, + [SMALL_STATE(649)] = 45097, + [SMALL_STATE(650)] = 45154, + [SMALL_STATE(651)] = 45211, + [SMALL_STATE(652)] = 45268, + [SMALL_STATE(653)] = 45325, + [SMALL_STATE(654)] = 45382, + [SMALL_STATE(655)] = 45439, + [SMALL_STATE(656)] = 45496, + [SMALL_STATE(657)] = 45555, + [SMALL_STATE(658)] = 45612, + [SMALL_STATE(659)] = 45669, + [SMALL_STATE(660)] = 45726, + [SMALL_STATE(661)] = 45783, + [SMALL_STATE(662)] = 45840, + [SMALL_STATE(663)] = 45897, + [SMALL_STATE(664)] = 45954, + [SMALL_STATE(665)] = 46011, + [SMALL_STATE(666)] = 46068, + [SMALL_STATE(667)] = 46125, + [SMALL_STATE(668)] = 46182, + [SMALL_STATE(669)] = 46239, + [SMALL_STATE(670)] = 46296, + [SMALL_STATE(671)] = 46353, + [SMALL_STATE(672)] = 46410, + [SMALL_STATE(673)] = 46467, + [SMALL_STATE(674)] = 46524, + [SMALL_STATE(675)] = 46585, + [SMALL_STATE(676)] = 46642, + [SMALL_STATE(677)] = 46699, + [SMALL_STATE(678)] = 46756, + [SMALL_STATE(679)] = 46813, + [SMALL_STATE(680)] = 46870, + [SMALL_STATE(681)] = 46927, + [SMALL_STATE(682)] = 46984, + [SMALL_STATE(683)] = 47041, + [SMALL_STATE(684)] = 47098, + [SMALL_STATE(685)] = 47155, + [SMALL_STATE(686)] = 47212, + [SMALL_STATE(687)] = 47269, + [SMALL_STATE(688)] = 47326, + [SMALL_STATE(689)] = 47383, + [SMALL_STATE(690)] = 47440, + [SMALL_STATE(691)] = 47497, + [SMALL_STATE(692)] = 47554, + [SMALL_STATE(693)] = 47611, + [SMALL_STATE(694)] = 47668, + [SMALL_STATE(695)] = 47725, + [SMALL_STATE(696)] = 47782, + [SMALL_STATE(697)] = 47839, + [SMALL_STATE(698)] = 47896, + [SMALL_STATE(699)] = 47953, + [SMALL_STATE(700)] = 48010, + [SMALL_STATE(701)] = 48067, + [SMALL_STATE(702)] = 48124, + [SMALL_STATE(703)] = 48181, + [SMALL_STATE(704)] = 48238, + [SMALL_STATE(705)] = 48295, + [SMALL_STATE(706)] = 48352, + [SMALL_STATE(707)] = 48409, + [SMALL_STATE(708)] = 48466, + [SMALL_STATE(709)] = 48523, + [SMALL_STATE(710)] = 48580, + [SMALL_STATE(711)] = 48637, + [SMALL_STATE(712)] = 48694, + [SMALL_STATE(713)] = 48751, + [SMALL_STATE(714)] = 48808, + [SMALL_STATE(715)] = 48865, + [SMALL_STATE(716)] = 48922, + [SMALL_STATE(717)] = 48979, + [SMALL_STATE(718)] = 49036, + [SMALL_STATE(719)] = 49093, + [SMALL_STATE(720)] = 49150, + [SMALL_STATE(721)] = 49207, + [SMALL_STATE(722)] = 49264, + [SMALL_STATE(723)] = 49321, + [SMALL_STATE(724)] = 49378, + [SMALL_STATE(725)] = 49435, + [SMALL_STATE(726)] = 49492, + [SMALL_STATE(727)] = 49549, + [SMALL_STATE(728)] = 49606, + [SMALL_STATE(729)] = 49663, + [SMALL_STATE(730)] = 49720, + [SMALL_STATE(731)] = 49777, + [SMALL_STATE(732)] = 49834, + [SMALL_STATE(733)] = 49891, + [SMALL_STATE(734)] = 49948, + [SMALL_STATE(735)] = 50005, + [SMALL_STATE(736)] = 50062, + [SMALL_STATE(737)] = 50119, + [SMALL_STATE(738)] = 50176, + [SMALL_STATE(739)] = 50233, + [SMALL_STATE(740)] = 50290, + [SMALL_STATE(741)] = 50347, + [SMALL_STATE(742)] = 50404, + [SMALL_STATE(743)] = 50461, + [SMALL_STATE(744)] = 50518, + [SMALL_STATE(745)] = 50575, + [SMALL_STATE(746)] = 50632, + [SMALL_STATE(747)] = 50689, + [SMALL_STATE(748)] = 50746, + [SMALL_STATE(749)] = 50803, + [SMALL_STATE(750)] = 50860, + [SMALL_STATE(751)] = 50917, + [SMALL_STATE(752)] = 50971, + [SMALL_STATE(753)] = 51000, + [SMALL_STATE(754)] = 51029, + [SMALL_STATE(755)] = 51058, + [SMALL_STATE(756)] = 51087, + [SMALL_STATE(757)] = 51118, + [SMALL_STATE(758)] = 51144, + [SMALL_STATE(759)] = 51170, + [SMALL_STATE(760)] = 51196, + [SMALL_STATE(761)] = 51222, + [SMALL_STATE(762)] = 51248, + [SMALL_STATE(763)] = 51272, + [SMALL_STATE(764)] = 51296, + [SMALL_STATE(765)] = 51320, + [SMALL_STATE(766)] = 51344, + [SMALL_STATE(767)] = 51369, + [SMALL_STATE(768)] = 51394, + [SMALL_STATE(769)] = 51420, + [SMALL_STATE(770)] = 51441, [SMALL_STATE(771)] = 51464, [SMALL_STATE(772)] = 51489, - [SMALL_STATE(773)] = 51510, - [SMALL_STATE(774)] = 51537, - [SMALL_STATE(775)] = 51558, - [SMALL_STATE(776)] = 51579, - [SMALL_STATE(777)] = 51606, - [SMALL_STATE(778)] = 51629, - [SMALL_STATE(779)] = 51650, - [SMALL_STATE(780)] = 51670, - [SMALL_STATE(781)] = 51694, - [SMALL_STATE(782)] = 51718, - [SMALL_STATE(783)] = 51738, - [SMALL_STATE(784)] = 51757, - [SMALL_STATE(785)] = 51776, - [SMALL_STATE(786)] = 51795, + [SMALL_STATE(773)] = 51516, + [SMALL_STATE(774)] = 51543, + [SMALL_STATE(775)] = 51564, + [SMALL_STATE(776)] = 51589, + [SMALL_STATE(777)] = 51610, + [SMALL_STATE(778)] = 51631, + [SMALL_STATE(779)] = 51652, + [SMALL_STATE(780)] = 51676, + [SMALL_STATE(781)] = 51696, + [SMALL_STATE(782)] = 51716, + [SMALL_STATE(783)] = 51740, + [SMALL_STATE(784)] = 51759, + [SMALL_STATE(785)] = 51778, + [SMALL_STATE(786)] = 51797, [SMALL_STATE(787)] = 51816, [SMALL_STATE(788)] = 51835, - [SMALL_STATE(789)] = 51858, - [SMALL_STATE(790)] = 51877, - [SMALL_STATE(791)] = 51896, - [SMALL_STATE(792)] = 51915, - [SMALL_STATE(793)] = 51934, - [SMALL_STATE(794)] = 51953, - [SMALL_STATE(795)] = 51972, - [SMALL_STATE(796)] = 51991, - [SMALL_STATE(797)] = 52010, - [SMALL_STATE(798)] = 52029, - [SMALL_STATE(799)] = 52048, - [SMALL_STATE(800)] = 52067, + [SMALL_STATE(789)] = 51854, + [SMALL_STATE(790)] = 51875, + [SMALL_STATE(791)] = 51894, + [SMALL_STATE(792)] = 51913, + [SMALL_STATE(793)] = 51932, + [SMALL_STATE(794)] = 51955, + [SMALL_STATE(795)] = 51974, + [SMALL_STATE(796)] = 51993, + [SMALL_STATE(797)] = 52012, + [SMALL_STATE(798)] = 52031, + [SMALL_STATE(799)] = 52050, + [SMALL_STATE(800)] = 52069, [SMALL_STATE(801)] = 52088, [SMALL_STATE(802)] = 52107, [SMALL_STATE(803)] = 52126, - [SMALL_STATE(804)] = 52145, - [SMALL_STATE(805)] = 52164, - [SMALL_STATE(806)] = 52187, - [SMALL_STATE(807)] = 52206, + [SMALL_STATE(804)] = 52147, + [SMALL_STATE(805)] = 52166, + [SMALL_STATE(806)] = 52185, + [SMALL_STATE(807)] = 52204, [SMALL_STATE(808)] = 52225, [SMALL_STATE(809)] = 52244, [SMALL_STATE(810)] = 52263, - [SMALL_STATE(811)] = 52282, - [SMALL_STATE(812)] = 52301, + [SMALL_STATE(811)] = 52284, + [SMALL_STATE(812)] = 52303, [SMALL_STATE(813)] = 52322, - [SMALL_STATE(814)] = 52343, - [SMALL_STATE(815)] = 52362, - [SMALL_STATE(816)] = 52381, - [SMALL_STATE(817)] = 52400, - [SMALL_STATE(818)] = 52420, - [SMALL_STATE(819)] = 52440, - [SMALL_STATE(820)] = 52474, - [SMALL_STATE(821)] = 52508, - [SMALL_STATE(822)] = 52540, - [SMALL_STATE(823)] = 52574, - [SMALL_STATE(824)] = 52608, - [SMALL_STATE(825)] = 52640, - [SMALL_STATE(826)] = 52672, - [SMALL_STATE(827)] = 52706, - [SMALL_STATE(828)] = 52721, - [SMALL_STATE(829)] = 52738, - [SMALL_STATE(830)] = 52755, - [SMALL_STATE(831)] = 52770, - [SMALL_STATE(832)] = 52785, - [SMALL_STATE(833)] = 52800, - [SMALL_STATE(834)] = 52815, - [SMALL_STATE(835)] = 52830, - [SMALL_STATE(836)] = 52859, - [SMALL_STATE(837)] = 52876, - [SMALL_STATE(838)] = 52891, - [SMALL_STATE(839)] = 52914, - [SMALL_STATE(840)] = 52929, - [SMALL_STATE(841)] = 52944, - [SMALL_STATE(842)] = 52959, - [SMALL_STATE(843)] = 52974, - [SMALL_STATE(844)] = 52989, - [SMALL_STATE(845)] = 53016, - [SMALL_STATE(846)] = 53031, - [SMALL_STATE(847)] = 53046, - [SMALL_STATE(848)] = 53061, - [SMALL_STATE(849)] = 53076, - [SMALL_STATE(850)] = 53105, - [SMALL_STATE(851)] = 53120, - [SMALL_STATE(852)] = 53135, - [SMALL_STATE(853)] = 53152, - [SMALL_STATE(854)] = 53167, - [SMALL_STATE(855)] = 53182, - [SMALL_STATE(856)] = 53197, - [SMALL_STATE(857)] = 53212, - [SMALL_STATE(858)] = 53227, - [SMALL_STATE(859)] = 53242, - [SMALL_STATE(860)] = 53257, - [SMALL_STATE(861)] = 53279, - [SMALL_STATE(862)] = 53301, - [SMALL_STATE(863)] = 53320, - [SMALL_STATE(864)] = 53339, - [SMALL_STATE(865)] = 53356, + [SMALL_STATE(814)] = 52341, + [SMALL_STATE(815)] = 52360, + [SMALL_STATE(816)] = 52383, + [SMALL_STATE(817)] = 52402, + [SMALL_STATE(818)] = 52434, + [SMALL_STATE(819)] = 52454, + [SMALL_STATE(820)] = 52486, + [SMALL_STATE(821)] = 52518, + [SMALL_STATE(822)] = 52538, + [SMALL_STATE(823)] = 52553, + [SMALL_STATE(824)] = 52568, + [SMALL_STATE(825)] = 52583, + [SMALL_STATE(826)] = 52614, + [SMALL_STATE(827)] = 52643, + [SMALL_STATE(828)] = 52674, + [SMALL_STATE(829)] = 52689, + [SMALL_STATE(830)] = 52720, + [SMALL_STATE(831)] = 52735, + [SMALL_STATE(832)] = 52750, + [SMALL_STATE(833)] = 52767, + [SMALL_STATE(834)] = 52782, + [SMALL_STATE(835)] = 52797, + [SMALL_STATE(836)] = 52812, + [SMALL_STATE(837)] = 52827, + [SMALL_STATE(838)] = 52842, + [SMALL_STATE(839)] = 52857, + [SMALL_STATE(840)] = 52880, + [SMALL_STATE(841)] = 52909, + [SMALL_STATE(842)] = 52924, + [SMALL_STATE(843)] = 52939, + [SMALL_STATE(844)] = 52956, + [SMALL_STATE(845)] = 52971, + [SMALL_STATE(846)] = 52986, + [SMALL_STATE(847)] = 53003, + [SMALL_STATE(848)] = 53034, + [SMALL_STATE(849)] = 53049, + [SMALL_STATE(850)] = 53064, + [SMALL_STATE(851)] = 53079, + [SMALL_STATE(852)] = 53096, + [SMALL_STATE(853)] = 53123, + [SMALL_STATE(854)] = 53138, + [SMALL_STATE(855)] = 53153, + [SMALL_STATE(856)] = 53168, + [SMALL_STATE(857)] = 53183, + [SMALL_STATE(858)] = 53198, + [SMALL_STATE(859)] = 53213, + [SMALL_STATE(860)] = 53235, + [SMALL_STATE(861)] = 53257, + [SMALL_STATE(862)] = 53285, + [SMALL_STATE(863)] = 53313, + [SMALL_STATE(864)] = 53341, + [SMALL_STATE(865)] = 53360, [SMALL_STATE(866)] = 53379, - [SMALL_STATE(867)] = 53402, - [SMALL_STATE(868)] = 53425, - [SMALL_STATE(869)] = 53448, - [SMALL_STATE(870)] = 53471, - [SMALL_STATE(871)] = 53488, - [SMALL_STATE(872)] = 53507, - [SMALL_STATE(873)] = 53530, - [SMALL_STATE(874)] = 53549, - [SMALL_STATE(875)] = 53568, - [SMALL_STATE(876)] = 53591, + [SMALL_STATE(867)] = 53398, + [SMALL_STATE(868)] = 53415, + [SMALL_STATE(869)] = 53438, + [SMALL_STATE(870)] = 53457, + [SMALL_STATE(871)] = 53480, + [SMALL_STATE(872)] = 53503, + [SMALL_STATE(873)] = 53522, + [SMALL_STATE(874)] = 53545, + [SMALL_STATE(875)] = 53564, + [SMALL_STATE(876)] = 53587, [SMALL_STATE(877)] = 53610, - [SMALL_STATE(878)] = 53629, - [SMALL_STATE(879)] = 53645, - [SMALL_STATE(880)] = 53659, - [SMALL_STATE(881)] = 53677, - [SMALL_STATE(882)] = 53695, - [SMALL_STATE(883)] = 53713, - [SMALL_STATE(884)] = 53727, - [SMALL_STATE(885)] = 53741, - [SMALL_STATE(886)] = 53755, - [SMALL_STATE(887)] = 53773, - [SMALL_STATE(888)] = 53791, - [SMALL_STATE(889)] = 53805, - [SMALL_STATE(890)] = 53819, - [SMALL_STATE(891)] = 53837, - [SMALL_STATE(892)] = 53851, - [SMALL_STATE(893)] = 53871, + [SMALL_STATE(878)] = 53627, + [SMALL_STATE(879)] = 53650, + [SMALL_STATE(880)] = 53669, + [SMALL_STATE(881)] = 53687, + [SMALL_STATE(882)] = 53701, + [SMALL_STATE(883)] = 53719, + [SMALL_STATE(884)] = 53737, + [SMALL_STATE(885)] = 53755, + [SMALL_STATE(886)] = 53769, + [SMALL_STATE(887)] = 53783, + [SMALL_STATE(888)] = 53799, + [SMALL_STATE(889)] = 53815, + [SMALL_STATE(890)] = 53833, + [SMALL_STATE(891)] = 53847, + [SMALL_STATE(892)] = 53861, + [SMALL_STATE(893)] = 53875, [SMALL_STATE(894)] = 53889, [SMALL_STATE(895)] = 53907, [SMALL_STATE(896)] = 53925, - [SMALL_STATE(897)] = 53941, - [SMALL_STATE(898)] = 53959, - [SMALL_STATE(899)] = 53979, - [SMALL_STATE(900)] = 53993, - [SMALL_STATE(901)] = 54007, - [SMALL_STATE(902)] = 54025, - [SMALL_STATE(903)] = 54045, - [SMALL_STATE(904)] = 54059, - [SMALL_STATE(905)] = 54075, - [SMALL_STATE(906)] = 54095, - [SMALL_STATE(907)] = 54109, - [SMALL_STATE(908)] = 54123, - [SMALL_STATE(909)] = 54137, - [SMALL_STATE(910)] = 54153, - [SMALL_STATE(911)] = 54173, - [SMALL_STATE(912)] = 54189, - [SMALL_STATE(913)] = 54203, - [SMALL_STATE(914)] = 54219, - [SMALL_STATE(915)] = 54233, - [SMALL_STATE(916)] = 54247, - [SMALL_STATE(917)] = 54261, - [SMALL_STATE(918)] = 54279, - [SMALL_STATE(919)] = 54293, - [SMALL_STATE(920)] = 54307, - [SMALL_STATE(921)] = 54325, - [SMALL_STATE(922)] = 54341, - [SMALL_STATE(923)] = 54361, - [SMALL_STATE(924)] = 54377, - [SMALL_STATE(925)] = 54391, - [SMALL_STATE(926)] = 54405, - [SMALL_STATE(927)] = 54421, - [SMALL_STATE(928)] = 54435, - [SMALL_STATE(929)] = 54451, - [SMALL_STATE(930)] = 54465, - [SMALL_STATE(931)] = 54479, - [SMALL_STATE(932)] = 54497, - [SMALL_STATE(933)] = 54515, - [SMALL_STATE(934)] = 54533, - [SMALL_STATE(935)] = 54553, - [SMALL_STATE(936)] = 54571, - [SMALL_STATE(937)] = 54587, - [SMALL_STATE(938)] = 54607, - [SMALL_STATE(939)] = 54625, - [SMALL_STATE(940)] = 54639, - [SMALL_STATE(941)] = 54653, - [SMALL_STATE(942)] = 54671, - [SMALL_STATE(943)] = 54689, - [SMALL_STATE(944)] = 54702, - [SMALL_STATE(945)] = 54719, - [SMALL_STATE(946)] = 54732, - [SMALL_STATE(947)] = 54751, - [SMALL_STATE(948)] = 54764, - [SMALL_STATE(949)] = 54777, - [SMALL_STATE(950)] = 54790, - [SMALL_STATE(951)] = 54803, - [SMALL_STATE(952)] = 54816, - [SMALL_STATE(953)] = 54829, - [SMALL_STATE(954)] = 54842, - [SMALL_STATE(955)] = 54855, - [SMALL_STATE(956)] = 54868, - [SMALL_STATE(957)] = 54881, - [SMALL_STATE(958)] = 54898, - [SMALL_STATE(959)] = 54911, - [SMALL_STATE(960)] = 54924, - [SMALL_STATE(961)] = 54937, - [SMALL_STATE(962)] = 54950, - [SMALL_STATE(963)] = 54967, - [SMALL_STATE(964)] = 54980, - [SMALL_STATE(965)] = 54993, - [SMALL_STATE(966)] = 55010, - [SMALL_STATE(967)] = 55027, - [SMALL_STATE(968)] = 55040, - [SMALL_STATE(969)] = 55053, - [SMALL_STATE(970)] = 55066, - [SMALL_STATE(971)] = 55083, - [SMALL_STATE(972)] = 55096, - [SMALL_STATE(973)] = 55113, - [SMALL_STATE(974)] = 55130, - [SMALL_STATE(975)] = 55149, - [SMALL_STATE(976)] = 55168, - [SMALL_STATE(977)] = 55185, - [SMALL_STATE(978)] = 55198, - [SMALL_STATE(979)] = 55211, - [SMALL_STATE(980)] = 55224, - [SMALL_STATE(981)] = 55241, - [SMALL_STATE(982)] = 55254, - [SMALL_STATE(983)] = 55267, - [SMALL_STATE(984)] = 55280, - [SMALL_STATE(985)] = 55293, - [SMALL_STATE(986)] = 55306, - [SMALL_STATE(987)] = 55319, - [SMALL_STATE(988)] = 55332, - [SMALL_STATE(989)] = 55345, - [SMALL_STATE(990)] = 55358, - [SMALL_STATE(991)] = 55371, - [SMALL_STATE(992)] = 55384, - [SMALL_STATE(993)] = 55397, - [SMALL_STATE(994)] = 55410, - [SMALL_STATE(995)] = 55423, - [SMALL_STATE(996)] = 55436, - [SMALL_STATE(997)] = 55447, - [SMALL_STATE(998)] = 55466, - [SMALL_STATE(999)] = 55479, - [SMALL_STATE(1000)] = 55492, - [SMALL_STATE(1001)] = 55507, - [SMALL_STATE(1002)] = 55520, - [SMALL_STATE(1003)] = 55533, - [SMALL_STATE(1004)] = 55546, - [SMALL_STATE(1005)] = 55559, - [SMALL_STATE(1006)] = 55578, - [SMALL_STATE(1007)] = 55591, - [SMALL_STATE(1008)] = 55603, - [SMALL_STATE(1009)] = 55619, - [SMALL_STATE(1010)] = 55635, - [SMALL_STATE(1011)] = 55649, - [SMALL_STATE(1012)] = 55665, - [SMALL_STATE(1013)] = 55679, - [SMALL_STATE(1014)] = 55693, - [SMALL_STATE(1015)] = 55707, - [SMALL_STATE(1016)] = 55723, - [SMALL_STATE(1017)] = 55739, - [SMALL_STATE(1018)] = 55753, - [SMALL_STATE(1019)] = 55769, - [SMALL_STATE(1020)] = 55785, - [SMALL_STATE(1021)] = 55801, - [SMALL_STATE(1022)] = 55817, - [SMALL_STATE(1023)] = 55831, - [SMALL_STATE(1024)] = 55845, - [SMALL_STATE(1025)] = 55859, - [SMALL_STATE(1026)] = 55875, - [SMALL_STATE(1027)] = 55891, - [SMALL_STATE(1028)] = 55907, - [SMALL_STATE(1029)] = 55921, - [SMALL_STATE(1030)] = 55935, - [SMALL_STATE(1031)] = 55951, - [SMALL_STATE(1032)] = 55967, - [SMALL_STATE(1033)] = 55983, - [SMALL_STATE(1034)] = 55999, - [SMALL_STATE(1035)] = 56015, + [SMALL_STATE(897)] = 53943, + [SMALL_STATE(898)] = 53957, + [SMALL_STATE(899)] = 53977, + [SMALL_STATE(900)] = 53997, + [SMALL_STATE(901)] = 54011, + [SMALL_STATE(902)] = 54031, + [SMALL_STATE(903)] = 54049, + [SMALL_STATE(904)] = 54069, + [SMALL_STATE(905)] = 54085, + [SMALL_STATE(906)] = 54099, + [SMALL_STATE(907)] = 54117, + [SMALL_STATE(908)] = 54131, + [SMALL_STATE(909)] = 54145, + [SMALL_STATE(910)] = 54161, + [SMALL_STATE(911)] = 54179, + [SMALL_STATE(912)] = 54199, + [SMALL_STATE(913)] = 54213, + [SMALL_STATE(914)] = 54231, + [SMALL_STATE(915)] = 54245, + [SMALL_STATE(916)] = 54259, + [SMALL_STATE(917)] = 54273, + [SMALL_STATE(918)] = 54287, + [SMALL_STATE(919)] = 54307, + [SMALL_STATE(920)] = 54323, + [SMALL_STATE(921)] = 54339, + [SMALL_STATE(922)] = 54353, + [SMALL_STATE(923)] = 54371, + [SMALL_STATE(924)] = 54389, + [SMALL_STATE(925)] = 54407, + [SMALL_STATE(926)] = 54425, + [SMALL_STATE(927)] = 54443, + [SMALL_STATE(928)] = 54457, + [SMALL_STATE(929)] = 54471, + [SMALL_STATE(930)] = 54485, + [SMALL_STATE(931)] = 54499, + [SMALL_STATE(932)] = 54517, + [SMALL_STATE(933)] = 54533, + [SMALL_STATE(934)] = 54549, + [SMALL_STATE(935)] = 54567, + [SMALL_STATE(936)] = 54583, + [SMALL_STATE(937)] = 54601, + [SMALL_STATE(938)] = 54621, + [SMALL_STATE(939)] = 54635, + [SMALL_STATE(940)] = 54655, + [SMALL_STATE(941)] = 54669, + [SMALL_STATE(942)] = 54685, + [SMALL_STATE(943)] = 54699, + [SMALL_STATE(944)] = 54715, + [SMALL_STATE(945)] = 54728, + [SMALL_STATE(946)] = 54741, + [SMALL_STATE(947)] = 54754, + [SMALL_STATE(948)] = 54767, + [SMALL_STATE(949)] = 54780, + [SMALL_STATE(950)] = 54793, + [SMALL_STATE(951)] = 54806, + [SMALL_STATE(952)] = 54823, + [SMALL_STATE(953)] = 54842, + [SMALL_STATE(954)] = 54855, + [SMALL_STATE(955)] = 54868, + [SMALL_STATE(956)] = 54881, + [SMALL_STATE(957)] = 54894, + [SMALL_STATE(958)] = 54911, + [SMALL_STATE(959)] = 54924, + [SMALL_STATE(960)] = 54937, + [SMALL_STATE(961)] = 54950, + [SMALL_STATE(962)] = 54963, + [SMALL_STATE(963)] = 54982, + [SMALL_STATE(964)] = 54995, + [SMALL_STATE(965)] = 55008, + [SMALL_STATE(966)] = 55021, + [SMALL_STATE(967)] = 55034, + [SMALL_STATE(968)] = 55047, + [SMALL_STATE(969)] = 55060, + [SMALL_STATE(970)] = 55073, + [SMALL_STATE(971)] = 55092, + [SMALL_STATE(972)] = 55109, + [SMALL_STATE(973)] = 55126, + [SMALL_STATE(974)] = 55139, + [SMALL_STATE(975)] = 55156, + [SMALL_STATE(976)] = 55169, + [SMALL_STATE(977)] = 55182, + [SMALL_STATE(978)] = 55195, + [SMALL_STATE(979)] = 55210, + [SMALL_STATE(980)] = 55223, + [SMALL_STATE(981)] = 55240, + [SMALL_STATE(982)] = 55253, + [SMALL_STATE(983)] = 55270, + [SMALL_STATE(984)] = 55287, + [SMALL_STATE(985)] = 55300, + [SMALL_STATE(986)] = 55313, + [SMALL_STATE(987)] = 55330, + [SMALL_STATE(988)] = 55343, + [SMALL_STATE(989)] = 55356, + [SMALL_STATE(990)] = 55369, + [SMALL_STATE(991)] = 55382, + [SMALL_STATE(992)] = 55395, + [SMALL_STATE(993)] = 55408, + [SMALL_STATE(994)] = 55427, + [SMALL_STATE(995)] = 55440, + [SMALL_STATE(996)] = 55453, + [SMALL_STATE(997)] = 55466, + [SMALL_STATE(998)] = 55479, + [SMALL_STATE(999)] = 55492, + [SMALL_STATE(1000)] = 55505, + [SMALL_STATE(1001)] = 55516, + [SMALL_STATE(1002)] = 55529, + [SMALL_STATE(1003)] = 55542, + [SMALL_STATE(1004)] = 55555, + [SMALL_STATE(1005)] = 55568, + [SMALL_STATE(1006)] = 55587, + [SMALL_STATE(1007)] = 55604, + [SMALL_STATE(1008)] = 55617, + [SMALL_STATE(1009)] = 55633, + [SMALL_STATE(1010)] = 55647, + [SMALL_STATE(1011)] = 55661, + [SMALL_STATE(1012)] = 55675, + [SMALL_STATE(1013)] = 55689, + [SMALL_STATE(1014)] = 55701, + [SMALL_STATE(1015)] = 55717, + [SMALL_STATE(1016)] = 55733, + [SMALL_STATE(1017)] = 55747, + [SMALL_STATE(1018)] = 55761, + [SMALL_STATE(1019)] = 55775, + [SMALL_STATE(1020)] = 55791, + [SMALL_STATE(1021)] = 55807, + [SMALL_STATE(1022)] = 55819, + [SMALL_STATE(1023)] = 55835, + [SMALL_STATE(1024)] = 55851, + [SMALL_STATE(1025)] = 55865, + [SMALL_STATE(1026)] = 55881, + [SMALL_STATE(1027)] = 55897, + [SMALL_STATE(1028)] = 55913, + [SMALL_STATE(1029)] = 55929, + [SMALL_STATE(1030)] = 55945, + [SMALL_STATE(1031)] = 55957, + [SMALL_STATE(1032)] = 55971, + [SMALL_STATE(1033)] = 55985, + [SMALL_STATE(1034)] = 55997, + [SMALL_STATE(1035)] = 56013, [SMALL_STATE(1036)] = 56029, [SMALL_STATE(1037)] = 56045, - [SMALL_STATE(1038)] = 56059, - [SMALL_STATE(1039)] = 56075, - [SMALL_STATE(1040)] = 56089, - [SMALL_STATE(1041)] = 56105, - [SMALL_STATE(1042)] = 56121, - [SMALL_STATE(1043)] = 56137, - [SMALL_STATE(1044)] = 56153, + [SMALL_STATE(1038)] = 56061, + [SMALL_STATE(1039)] = 56077, + [SMALL_STATE(1040)] = 56093, + [SMALL_STATE(1041)] = 56107, + [SMALL_STATE(1042)] = 56123, + [SMALL_STATE(1043)] = 56139, + [SMALL_STATE(1044)] = 56155, [SMALL_STATE(1045)] = 56169, [SMALL_STATE(1046)] = 56183, - [SMALL_STATE(1047)] = 56199, - [SMALL_STATE(1048)] = 56215, - [SMALL_STATE(1049)] = 56229, - [SMALL_STATE(1050)] = 56243, + [SMALL_STATE(1047)] = 56195, + [SMALL_STATE(1048)] = 56211, + [SMALL_STATE(1049)] = 56225, + [SMALL_STATE(1050)] = 56241, [SMALL_STATE(1051)] = 56255, - [SMALL_STATE(1052)] = 56267, - [SMALL_STATE(1053)] = 56279, - [SMALL_STATE(1054)] = 56293, - [SMALL_STATE(1055)] = 56305, - [SMALL_STATE(1056)] = 56319, - [SMALL_STATE(1057)] = 56333, - [SMALL_STATE(1058)] = 56349, - [SMALL_STATE(1059)] = 56365, - [SMALL_STATE(1060)] = 56379, - [SMALL_STATE(1061)] = 56395, - [SMALL_STATE(1062)] = 56411, - [SMALL_STATE(1063)] = 56427, - [SMALL_STATE(1064)] = 56443, - [SMALL_STATE(1065)] = 56459, - [SMALL_STATE(1066)] = 56473, - [SMALL_STATE(1067)] = 56485, - [SMALL_STATE(1068)] = 56499, - [SMALL_STATE(1069)] = 56513, - [SMALL_STATE(1070)] = 56529, - [SMALL_STATE(1071)] = 56543, - [SMALL_STATE(1072)] = 56557, - [SMALL_STATE(1073)] = 56571, - [SMALL_STATE(1074)] = 56585, - [SMALL_STATE(1075)] = 56599, - [SMALL_STATE(1076)] = 56615, - [SMALL_STATE(1077)] = 56631, - [SMALL_STATE(1078)] = 56647, - [SMALL_STATE(1079)] = 56663, - [SMALL_STATE(1080)] = 56679, - [SMALL_STATE(1081)] = 56695, - [SMALL_STATE(1082)] = 56711, + [SMALL_STATE(1052)] = 56271, + [SMALL_STATE(1053)] = 56283, + [SMALL_STATE(1054)] = 56299, + [SMALL_STATE(1055)] = 56315, + [SMALL_STATE(1056)] = 56331, + [SMALL_STATE(1057)] = 56347, + [SMALL_STATE(1058)] = 56363, + [SMALL_STATE(1059)] = 56377, + [SMALL_STATE(1060)] = 56393, + [SMALL_STATE(1061)] = 56407, + [SMALL_STATE(1062)] = 56421, + [SMALL_STATE(1063)] = 56435, + [SMALL_STATE(1064)] = 56451, + [SMALL_STATE(1065)] = 56467, + [SMALL_STATE(1066)] = 56483, + [SMALL_STATE(1067)] = 56497, + [SMALL_STATE(1068)] = 56509, + [SMALL_STATE(1069)] = 56525, + [SMALL_STATE(1070)] = 56539, + [SMALL_STATE(1071)] = 56553, + [SMALL_STATE(1072)] = 56567, + [SMALL_STATE(1073)] = 56579, + [SMALL_STATE(1074)] = 56595, + [SMALL_STATE(1075)] = 56611, + [SMALL_STATE(1076)] = 56627, + [SMALL_STATE(1077)] = 56643, + [SMALL_STATE(1078)] = 56655, + [SMALL_STATE(1079)] = 56671, + [SMALL_STATE(1080)] = 56685, + [SMALL_STATE(1081)] = 56699, + [SMALL_STATE(1082)] = 56713, [SMALL_STATE(1083)] = 56727, - [SMALL_STATE(1084)] = 56741, - [SMALL_STATE(1085)] = 56753, - [SMALL_STATE(1086)] = 56769, - [SMALL_STATE(1087)] = 56783, - [SMALL_STATE(1088)] = 56795, - [SMALL_STATE(1089)] = 56811, - [SMALL_STATE(1090)] = 56825, - [SMALL_STATE(1091)] = 56839, - [SMALL_STATE(1092)] = 56855, - [SMALL_STATE(1093)] = 56867, - [SMALL_STATE(1094)] = 56883, - [SMALL_STATE(1095)] = 56894, - [SMALL_STATE(1096)] = 56905, - [SMALL_STATE(1097)] = 56918, - [SMALL_STATE(1098)] = 56931, - [SMALL_STATE(1099)] = 56944, - [SMALL_STATE(1100)] = 56955, - [SMALL_STATE(1101)] = 56966, - [SMALL_STATE(1102)] = 56977, - [SMALL_STATE(1103)] = 56988, - [SMALL_STATE(1104)] = 57001, - [SMALL_STATE(1105)] = 57012, - [SMALL_STATE(1106)] = 57025, - [SMALL_STATE(1107)] = 57038, - [SMALL_STATE(1108)] = 57051, - [SMALL_STATE(1109)] = 57062, - [SMALL_STATE(1110)] = 57075, - [SMALL_STATE(1111)] = 57086, - [SMALL_STATE(1112)] = 57099, - [SMALL_STATE(1113)] = 57112, - [SMALL_STATE(1114)] = 57125, - [SMALL_STATE(1115)] = 57138, - [SMALL_STATE(1116)] = 57151, - [SMALL_STATE(1117)] = 57162, - [SMALL_STATE(1118)] = 57175, - [SMALL_STATE(1119)] = 57186, - [SMALL_STATE(1120)] = 57199, - [SMALL_STATE(1121)] = 57210, - [SMALL_STATE(1122)] = 57223, - [SMALL_STATE(1123)] = 57236, - [SMALL_STATE(1124)] = 57249, - [SMALL_STATE(1125)] = 57262, - [SMALL_STATE(1126)] = 57275, - [SMALL_STATE(1127)] = 57288, - [SMALL_STATE(1128)] = 57301, - [SMALL_STATE(1129)] = 57314, - [SMALL_STATE(1130)] = 57325, - [SMALL_STATE(1131)] = 57336, - [SMALL_STATE(1132)] = 57345, - [SMALL_STATE(1133)] = 57358, - [SMALL_STATE(1134)] = 57369, - [SMALL_STATE(1135)] = 57380, - [SMALL_STATE(1136)] = 57391, - [SMALL_STATE(1137)] = 57400, - [SMALL_STATE(1138)] = 57413, - [SMALL_STATE(1139)] = 57424, - [SMALL_STATE(1140)] = 57437, - [SMALL_STATE(1141)] = 57450, - [SMALL_STATE(1142)] = 57463, - [SMALL_STATE(1143)] = 57474, - [SMALL_STATE(1144)] = 57487, - [SMALL_STATE(1145)] = 57498, - [SMALL_STATE(1146)] = 57511, - [SMALL_STATE(1147)] = 57524, - [SMALL_STATE(1148)] = 57537, - [SMALL_STATE(1149)] = 57548, - [SMALL_STATE(1150)] = 57559, - [SMALL_STATE(1151)] = 57570, - [SMALL_STATE(1152)] = 57579, - [SMALL_STATE(1153)] = 57592, - [SMALL_STATE(1154)] = 57603, - [SMALL_STATE(1155)] = 57616, - [SMALL_STATE(1156)] = 57625, - [SMALL_STATE(1157)] = 57634, - [SMALL_STATE(1158)] = 57647, - [SMALL_STATE(1159)] = 57660, - [SMALL_STATE(1160)] = 57673, - [SMALL_STATE(1161)] = 57686, - [SMALL_STATE(1162)] = 57699, - [SMALL_STATE(1163)] = 57712, - [SMALL_STATE(1164)] = 57725, - [SMALL_STATE(1165)] = 57738, - [SMALL_STATE(1166)] = 57747, - [SMALL_STATE(1167)] = 57758, - [SMALL_STATE(1168)] = 57771, - [SMALL_STATE(1169)] = 57784, - [SMALL_STATE(1170)] = 57797, - [SMALL_STATE(1171)] = 57810, - [SMALL_STATE(1172)] = 57821, - [SMALL_STATE(1173)] = 57834, - [SMALL_STATE(1174)] = 57843, - [SMALL_STATE(1175)] = 57856, - [SMALL_STATE(1176)] = 57869, - [SMALL_STATE(1177)] = 57880, - [SMALL_STATE(1178)] = 57893, - [SMALL_STATE(1179)] = 57906, - [SMALL_STATE(1180)] = 57915, - [SMALL_STATE(1181)] = 57928, - [SMALL_STATE(1182)] = 57941, - [SMALL_STATE(1183)] = 57954, - [SMALL_STATE(1184)] = 57967, - [SMALL_STATE(1185)] = 57980, - [SMALL_STATE(1186)] = 57993, - [SMALL_STATE(1187)] = 58004, - [SMALL_STATE(1188)] = 58015, - [SMALL_STATE(1189)] = 58028, - [SMALL_STATE(1190)] = 58041, - [SMALL_STATE(1191)] = 58054, - [SMALL_STATE(1192)] = 58067, - [SMALL_STATE(1193)] = 58078, - [SMALL_STATE(1194)] = 58089, - [SMALL_STATE(1195)] = 58100, - [SMALL_STATE(1196)] = 58111, - [SMALL_STATE(1197)] = 58121, - [SMALL_STATE(1198)] = 58131, - [SMALL_STATE(1199)] = 58141, - [SMALL_STATE(1200)] = 58151, - [SMALL_STATE(1201)] = 58161, - [SMALL_STATE(1202)] = 58171, - [SMALL_STATE(1203)] = 58181, - [SMALL_STATE(1204)] = 58191, - [SMALL_STATE(1205)] = 58201, - [SMALL_STATE(1206)] = 58209, - [SMALL_STATE(1207)] = 58219, - [SMALL_STATE(1208)] = 58229, - [SMALL_STATE(1209)] = 58239, - [SMALL_STATE(1210)] = 58247, - [SMALL_STATE(1211)] = 58257, - [SMALL_STATE(1212)] = 58265, - [SMALL_STATE(1213)] = 58275, - [SMALL_STATE(1214)] = 58285, - [SMALL_STATE(1215)] = 58295, - [SMALL_STATE(1216)] = 58305, - [SMALL_STATE(1217)] = 58315, - [SMALL_STATE(1218)] = 58323, - [SMALL_STATE(1219)] = 58333, - [SMALL_STATE(1220)] = 58343, - [SMALL_STATE(1221)] = 58353, - [SMALL_STATE(1222)] = 58363, - [SMALL_STATE(1223)] = 58373, - [SMALL_STATE(1224)] = 58383, - [SMALL_STATE(1225)] = 58393, - [SMALL_STATE(1226)] = 58403, - [SMALL_STATE(1227)] = 58411, - [SMALL_STATE(1228)] = 58421, - [SMALL_STATE(1229)] = 58431, - [SMALL_STATE(1230)] = 58441, - [SMALL_STATE(1231)] = 58451, - [SMALL_STATE(1232)] = 58461, - [SMALL_STATE(1233)] = 58471, - [SMALL_STATE(1234)] = 58481, - [SMALL_STATE(1235)] = 58491, - [SMALL_STATE(1236)] = 58501, - [SMALL_STATE(1237)] = 58511, - [SMALL_STATE(1238)] = 58521, - [SMALL_STATE(1239)] = 58531, - [SMALL_STATE(1240)] = 58541, - [SMALL_STATE(1241)] = 58549, - [SMALL_STATE(1242)] = 58559, - [SMALL_STATE(1243)] = 58567, - [SMALL_STATE(1244)] = 58577, - [SMALL_STATE(1245)] = 58587, - [SMALL_STATE(1246)] = 58597, - [SMALL_STATE(1247)] = 58605, - [SMALL_STATE(1248)] = 58615, - [SMALL_STATE(1249)] = 58625, - [SMALL_STATE(1250)] = 58635, - [SMALL_STATE(1251)] = 58645, - [SMALL_STATE(1252)] = 58655, - [SMALL_STATE(1253)] = 58665, - [SMALL_STATE(1254)] = 58673, - [SMALL_STATE(1255)] = 58683, - [SMALL_STATE(1256)] = 58693, - [SMALL_STATE(1257)] = 58703, - [SMALL_STATE(1258)] = 58713, - [SMALL_STATE(1259)] = 58723, - [SMALL_STATE(1260)] = 58733, - [SMALL_STATE(1261)] = 58743, - [SMALL_STATE(1262)] = 58753, - [SMALL_STATE(1263)] = 58763, - [SMALL_STATE(1264)] = 58773, - [SMALL_STATE(1265)] = 58783, - [SMALL_STATE(1266)] = 58793, - [SMALL_STATE(1267)] = 58803, - [SMALL_STATE(1268)] = 58813, - [SMALL_STATE(1269)] = 58823, - [SMALL_STATE(1270)] = 58833, - [SMALL_STATE(1271)] = 58841, - [SMALL_STATE(1272)] = 58851, - [SMALL_STATE(1273)] = 58861, - [SMALL_STATE(1274)] = 58871, - [SMALL_STATE(1275)] = 58881, - [SMALL_STATE(1276)] = 58891, - [SMALL_STATE(1277)] = 58901, - [SMALL_STATE(1278)] = 58911, - [SMALL_STATE(1279)] = 58919, - [SMALL_STATE(1280)] = 58929, - [SMALL_STATE(1281)] = 58939, - [SMALL_STATE(1282)] = 58949, - [SMALL_STATE(1283)] = 58957, - [SMALL_STATE(1284)] = 58967, - [SMALL_STATE(1285)] = 58975, - [SMALL_STATE(1286)] = 58985, - [SMALL_STATE(1287)] = 58993, - [SMALL_STATE(1288)] = 59003, - [SMALL_STATE(1289)] = 59013, - [SMALL_STATE(1290)] = 59023, - [SMALL_STATE(1291)] = 59033, - [SMALL_STATE(1292)] = 59043, - [SMALL_STATE(1293)] = 59051, - [SMALL_STATE(1294)] = 59061, - [SMALL_STATE(1295)] = 59069, - [SMALL_STATE(1296)] = 59076, - [SMALL_STATE(1297)] = 59083, - [SMALL_STATE(1298)] = 59090, - [SMALL_STATE(1299)] = 59097, - [SMALL_STATE(1300)] = 59104, - [SMALL_STATE(1301)] = 59111, - [SMALL_STATE(1302)] = 59118, - [SMALL_STATE(1303)] = 59125, - [SMALL_STATE(1304)] = 59132, - [SMALL_STATE(1305)] = 59139, - [SMALL_STATE(1306)] = 59146, - [SMALL_STATE(1307)] = 59153, - [SMALL_STATE(1308)] = 59160, - [SMALL_STATE(1309)] = 59167, - [SMALL_STATE(1310)] = 59174, - [SMALL_STATE(1311)] = 59181, - [SMALL_STATE(1312)] = 59188, - [SMALL_STATE(1313)] = 59195, - [SMALL_STATE(1314)] = 59202, - [SMALL_STATE(1315)] = 59209, - [SMALL_STATE(1316)] = 59216, - [SMALL_STATE(1317)] = 59223, - [SMALL_STATE(1318)] = 59230, - [SMALL_STATE(1319)] = 59237, - [SMALL_STATE(1320)] = 59244, - [SMALL_STATE(1321)] = 59251, - [SMALL_STATE(1322)] = 59258, - [SMALL_STATE(1323)] = 59265, - [SMALL_STATE(1324)] = 59272, - [SMALL_STATE(1325)] = 59279, - [SMALL_STATE(1326)] = 59286, - [SMALL_STATE(1327)] = 59293, - [SMALL_STATE(1328)] = 59300, - [SMALL_STATE(1329)] = 59307, - [SMALL_STATE(1330)] = 59314, - [SMALL_STATE(1331)] = 59321, - [SMALL_STATE(1332)] = 59328, - [SMALL_STATE(1333)] = 59335, - [SMALL_STATE(1334)] = 59342, - [SMALL_STATE(1335)] = 59349, - [SMALL_STATE(1336)] = 59356, - [SMALL_STATE(1337)] = 59363, - [SMALL_STATE(1338)] = 59370, - [SMALL_STATE(1339)] = 59377, - [SMALL_STATE(1340)] = 59384, - [SMALL_STATE(1341)] = 59391, - [SMALL_STATE(1342)] = 59398, - [SMALL_STATE(1343)] = 59405, - [SMALL_STATE(1344)] = 59412, - [SMALL_STATE(1345)] = 59419, - [SMALL_STATE(1346)] = 59426, - [SMALL_STATE(1347)] = 59433, - [SMALL_STATE(1348)] = 59440, - [SMALL_STATE(1349)] = 59447, - [SMALL_STATE(1350)] = 59454, - [SMALL_STATE(1351)] = 59461, - [SMALL_STATE(1352)] = 59468, - [SMALL_STATE(1353)] = 59475, - [SMALL_STATE(1354)] = 59482, - [SMALL_STATE(1355)] = 59489, - [SMALL_STATE(1356)] = 59496, - [SMALL_STATE(1357)] = 59503, - [SMALL_STATE(1358)] = 59510, - [SMALL_STATE(1359)] = 59517, - [SMALL_STATE(1360)] = 59524, - [SMALL_STATE(1361)] = 59531, - [SMALL_STATE(1362)] = 59538, - [SMALL_STATE(1363)] = 59545, - [SMALL_STATE(1364)] = 59552, - [SMALL_STATE(1365)] = 59559, - [SMALL_STATE(1366)] = 59566, - [SMALL_STATE(1367)] = 59573, + [SMALL_STATE(1084)] = 56743, + [SMALL_STATE(1085)] = 56759, + [SMALL_STATE(1086)] = 56775, + [SMALL_STATE(1087)] = 56791, + [SMALL_STATE(1088)] = 56807, + [SMALL_STATE(1089)] = 56823, + [SMALL_STATE(1090)] = 56837, + [SMALL_STATE(1091)] = 56853, + [SMALL_STATE(1092)] = 56869, + [SMALL_STATE(1093)] = 56885, + [SMALL_STATE(1094)] = 56899, + [SMALL_STATE(1095)] = 56913, + [SMALL_STATE(1096)] = 56929, + [SMALL_STATE(1097)] = 56945, + [SMALL_STATE(1098)] = 56959, + [SMALL_STATE(1099)] = 56975, + [SMALL_STATE(1100)] = 56989, + [SMALL_STATE(1101)] = 57000, + [SMALL_STATE(1102)] = 57013, + [SMALL_STATE(1103)] = 57024, + [SMALL_STATE(1104)] = 57037, + [SMALL_STATE(1105)] = 57046, + [SMALL_STATE(1106)] = 57059, + [SMALL_STATE(1107)] = 57072, + [SMALL_STATE(1108)] = 57085, + [SMALL_STATE(1109)] = 57094, + [SMALL_STATE(1110)] = 57107, + [SMALL_STATE(1111)] = 57120, + [SMALL_STATE(1112)] = 57131, + [SMALL_STATE(1113)] = 57144, + [SMALL_STATE(1114)] = 57157, + [SMALL_STATE(1115)] = 57168, + [SMALL_STATE(1116)] = 57181, + [SMALL_STATE(1117)] = 57194, + [SMALL_STATE(1118)] = 57205, + [SMALL_STATE(1119)] = 57216, + [SMALL_STATE(1120)] = 57227, + [SMALL_STATE(1121)] = 57240, + [SMALL_STATE(1122)] = 57253, + [SMALL_STATE(1123)] = 57266, + [SMALL_STATE(1124)] = 57279, + [SMALL_STATE(1125)] = 57292, + [SMALL_STATE(1126)] = 57305, + [SMALL_STATE(1127)] = 57316, + [SMALL_STATE(1128)] = 57327, + [SMALL_STATE(1129)] = 57340, + [SMALL_STATE(1130)] = 57353, + [SMALL_STATE(1131)] = 57364, + [SMALL_STATE(1132)] = 57375, + [SMALL_STATE(1133)] = 57386, + [SMALL_STATE(1134)] = 57397, + [SMALL_STATE(1135)] = 57408, + [SMALL_STATE(1136)] = 57419, + [SMALL_STATE(1137)] = 57430, + [SMALL_STATE(1138)] = 57439, + [SMALL_STATE(1139)] = 57450, + [SMALL_STATE(1140)] = 57461, + [SMALL_STATE(1141)] = 57474, + [SMALL_STATE(1142)] = 57483, + [SMALL_STATE(1143)] = 57494, + [SMALL_STATE(1144)] = 57505, + [SMALL_STATE(1145)] = 57516, + [SMALL_STATE(1146)] = 57527, + [SMALL_STATE(1147)] = 57540, + [SMALL_STATE(1148)] = 57553, + [SMALL_STATE(1149)] = 57564, + [SMALL_STATE(1150)] = 57575, + [SMALL_STATE(1151)] = 57584, + [SMALL_STATE(1152)] = 57597, + [SMALL_STATE(1153)] = 57610, + [SMALL_STATE(1154)] = 57623, + [SMALL_STATE(1155)] = 57636, + [SMALL_STATE(1156)] = 57649, + [SMALL_STATE(1157)] = 57662, + [SMALL_STATE(1158)] = 57675, + [SMALL_STATE(1159)] = 57688, + [SMALL_STATE(1160)] = 57701, + [SMALL_STATE(1161)] = 57714, + [SMALL_STATE(1162)] = 57725, + [SMALL_STATE(1163)] = 57734, + [SMALL_STATE(1164)] = 57747, + [SMALL_STATE(1165)] = 57758, + [SMALL_STATE(1166)] = 57771, + [SMALL_STATE(1167)] = 57784, + [SMALL_STATE(1168)] = 57797, + [SMALL_STATE(1169)] = 57808, + [SMALL_STATE(1170)] = 57821, + [SMALL_STATE(1171)] = 57832, + [SMALL_STATE(1172)] = 57845, + [SMALL_STATE(1173)] = 57854, + [SMALL_STATE(1174)] = 57867, + [SMALL_STATE(1175)] = 57880, + [SMALL_STATE(1176)] = 57893, + [SMALL_STATE(1177)] = 57906, + [SMALL_STATE(1178)] = 57917, + [SMALL_STATE(1179)] = 57930, + [SMALL_STATE(1180)] = 57943, + [SMALL_STATE(1181)] = 57954, + [SMALL_STATE(1182)] = 57967, + [SMALL_STATE(1183)] = 57980, + [SMALL_STATE(1184)] = 57989, + [SMALL_STATE(1185)] = 58002, + [SMALL_STATE(1186)] = 58015, + [SMALL_STATE(1187)] = 58028, + [SMALL_STATE(1188)] = 58041, + [SMALL_STATE(1189)] = 58054, + [SMALL_STATE(1190)] = 58067, + [SMALL_STATE(1191)] = 58078, + [SMALL_STATE(1192)] = 58089, + [SMALL_STATE(1193)] = 58102, + [SMALL_STATE(1194)] = 58115, + [SMALL_STATE(1195)] = 58128, + [SMALL_STATE(1196)] = 58141, + [SMALL_STATE(1197)] = 58152, + [SMALL_STATE(1198)] = 58163, + [SMALL_STATE(1199)] = 58176, + [SMALL_STATE(1200)] = 58189, + [SMALL_STATE(1201)] = 58202, + [SMALL_STATE(1202)] = 58213, + [SMALL_STATE(1203)] = 58224, + [SMALL_STATE(1204)] = 58235, + [SMALL_STATE(1205)] = 58248, + [SMALL_STATE(1206)] = 58259, + [SMALL_STATE(1207)] = 58272, + [SMALL_STATE(1208)] = 58280, + [SMALL_STATE(1209)] = 58290, + [SMALL_STATE(1210)] = 58300, + [SMALL_STATE(1211)] = 58310, + [SMALL_STATE(1212)] = 58320, + [SMALL_STATE(1213)] = 58330, + [SMALL_STATE(1214)] = 58340, + [SMALL_STATE(1215)] = 58350, + [SMALL_STATE(1216)] = 58360, + [SMALL_STATE(1217)] = 58370, + [SMALL_STATE(1218)] = 58378, + [SMALL_STATE(1219)] = 58386, + [SMALL_STATE(1220)] = 58396, + [SMALL_STATE(1221)] = 58404, + [SMALL_STATE(1222)] = 58414, + [SMALL_STATE(1223)] = 58422, + [SMALL_STATE(1224)] = 58432, + [SMALL_STATE(1225)] = 58442, + [SMALL_STATE(1226)] = 58452, + [SMALL_STATE(1227)] = 58462, + [SMALL_STATE(1228)] = 58472, + [SMALL_STATE(1229)] = 58482, + [SMALL_STATE(1230)] = 58492, + [SMALL_STATE(1231)] = 58502, + [SMALL_STATE(1232)] = 58510, + [SMALL_STATE(1233)] = 58520, + [SMALL_STATE(1234)] = 58530, + [SMALL_STATE(1235)] = 58540, + [SMALL_STATE(1236)] = 58550, + [SMALL_STATE(1237)] = 58560, + [SMALL_STATE(1238)] = 58570, + [SMALL_STATE(1239)] = 58580, + [SMALL_STATE(1240)] = 58588, + [SMALL_STATE(1241)] = 58598, + [SMALL_STATE(1242)] = 58608, + [SMALL_STATE(1243)] = 58618, + [SMALL_STATE(1244)] = 58628, + [SMALL_STATE(1245)] = 58638, + [SMALL_STATE(1246)] = 58648, + [SMALL_STATE(1247)] = 58658, + [SMALL_STATE(1248)] = 58668, + [SMALL_STATE(1249)] = 58678, + [SMALL_STATE(1250)] = 58688, + [SMALL_STATE(1251)] = 58698, + [SMALL_STATE(1252)] = 58708, + [SMALL_STATE(1253)] = 58718, + [SMALL_STATE(1254)] = 58728, + [SMALL_STATE(1255)] = 58738, + [SMALL_STATE(1256)] = 58748, + [SMALL_STATE(1257)] = 58758, + [SMALL_STATE(1258)] = 58768, + [SMALL_STATE(1259)] = 58776, + [SMALL_STATE(1260)] = 58786, + [SMALL_STATE(1261)] = 58796, + [SMALL_STATE(1262)] = 58806, + [SMALL_STATE(1263)] = 58816, + [SMALL_STATE(1264)] = 58826, + [SMALL_STATE(1265)] = 58836, + [SMALL_STATE(1266)] = 58846, + [SMALL_STATE(1267)] = 58856, + [SMALL_STATE(1268)] = 58866, + [SMALL_STATE(1269)] = 58876, + [SMALL_STATE(1270)] = 58886, + [SMALL_STATE(1271)] = 58896, + [SMALL_STATE(1272)] = 58906, + [SMALL_STATE(1273)] = 58916, + [SMALL_STATE(1274)] = 58924, + [SMALL_STATE(1275)] = 58934, + [SMALL_STATE(1276)] = 58942, + [SMALL_STATE(1277)] = 58952, + [SMALL_STATE(1278)] = 58962, + [SMALL_STATE(1279)] = 58970, + [SMALL_STATE(1280)] = 58980, + [SMALL_STATE(1281)] = 58990, + [SMALL_STATE(1282)] = 59000, + [SMALL_STATE(1283)] = 59010, + [SMALL_STATE(1284)] = 59020, + [SMALL_STATE(1285)] = 59028, + [SMALL_STATE(1286)] = 59038, + [SMALL_STATE(1287)] = 59048, + [SMALL_STATE(1288)] = 59058, + [SMALL_STATE(1289)] = 59068, + [SMALL_STATE(1290)] = 59078, + [SMALL_STATE(1291)] = 59088, + [SMALL_STATE(1292)] = 59098, + [SMALL_STATE(1293)] = 59106, + [SMALL_STATE(1294)] = 59114, + [SMALL_STATE(1295)] = 59124, + [SMALL_STATE(1296)] = 59134, + [SMALL_STATE(1297)] = 59144, + [SMALL_STATE(1298)] = 59154, + [SMALL_STATE(1299)] = 59164, + [SMALL_STATE(1300)] = 59174, + [SMALL_STATE(1301)] = 59182, + [SMALL_STATE(1302)] = 59190, + [SMALL_STATE(1303)] = 59200, + [SMALL_STATE(1304)] = 59207, + [SMALL_STATE(1305)] = 59214, + [SMALL_STATE(1306)] = 59221, + [SMALL_STATE(1307)] = 59228, + [SMALL_STATE(1308)] = 59235, + [SMALL_STATE(1309)] = 59242, + [SMALL_STATE(1310)] = 59249, + [SMALL_STATE(1311)] = 59256, + [SMALL_STATE(1312)] = 59263, + [SMALL_STATE(1313)] = 59270, + [SMALL_STATE(1314)] = 59277, + [SMALL_STATE(1315)] = 59284, + [SMALL_STATE(1316)] = 59291, + [SMALL_STATE(1317)] = 59298, + [SMALL_STATE(1318)] = 59305, + [SMALL_STATE(1319)] = 59312, + [SMALL_STATE(1320)] = 59319, + [SMALL_STATE(1321)] = 59326, + [SMALL_STATE(1322)] = 59333, + [SMALL_STATE(1323)] = 59340, + [SMALL_STATE(1324)] = 59347, + [SMALL_STATE(1325)] = 59354, + [SMALL_STATE(1326)] = 59361, + [SMALL_STATE(1327)] = 59368, + [SMALL_STATE(1328)] = 59375, + [SMALL_STATE(1329)] = 59382, + [SMALL_STATE(1330)] = 59389, + [SMALL_STATE(1331)] = 59396, + [SMALL_STATE(1332)] = 59403, + [SMALL_STATE(1333)] = 59410, + [SMALL_STATE(1334)] = 59417, + [SMALL_STATE(1335)] = 59424, + [SMALL_STATE(1336)] = 59431, + [SMALL_STATE(1337)] = 59438, + [SMALL_STATE(1338)] = 59445, + [SMALL_STATE(1339)] = 59452, + [SMALL_STATE(1340)] = 59459, + [SMALL_STATE(1341)] = 59466, + [SMALL_STATE(1342)] = 59473, + [SMALL_STATE(1343)] = 59480, + [SMALL_STATE(1344)] = 59487, + [SMALL_STATE(1345)] = 59494, + [SMALL_STATE(1346)] = 59501, + [SMALL_STATE(1347)] = 59508, + [SMALL_STATE(1348)] = 59515, + [SMALL_STATE(1349)] = 59522, + [SMALL_STATE(1350)] = 59529, + [SMALL_STATE(1351)] = 59536, + [SMALL_STATE(1352)] = 59543, + [SMALL_STATE(1353)] = 59550, + [SMALL_STATE(1354)] = 59557, + [SMALL_STATE(1355)] = 59564, + [SMALL_STATE(1356)] = 59571, + [SMALL_STATE(1357)] = 59578, + [SMALL_STATE(1358)] = 59585, + [SMALL_STATE(1359)] = 59592, + [SMALL_STATE(1360)] = 59599, + [SMALL_STATE(1361)] = 59606, + [SMALL_STATE(1362)] = 59613, + [SMALL_STATE(1363)] = 59620, + [SMALL_STATE(1364)] = 59627, + [SMALL_STATE(1365)] = 59634, + [SMALL_STATE(1366)] = 59641, + [SMALL_STATE(1367)] = 59648, + [SMALL_STATE(1368)] = 59655, + [SMALL_STATE(1369)] = 59662, + [SMALL_STATE(1370)] = 59669, + [SMALL_STATE(1371)] = 59676, + [SMALL_STATE(1372)] = 59683, + [SMALL_STATE(1373)] = 59690, + [SMALL_STATE(1374)] = 59697, + [SMALL_STATE(1375)] = 59704, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -60360,1402 +60477,1411 @@ static const TSParseActionEntry ts_parse_actions[] = { [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [75] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(236), - [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(988), - [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1319), - [88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(824), - [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(163), - [94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1096), - [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1097), - [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1132), - [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(55), - [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1010), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(189), - [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1219), - [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(640), - [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(11), - [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1351), - [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1350), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(641), - [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(207), - [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(987), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(909), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(904), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1345), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(29), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(162), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(201), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(27), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(21), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(22), - [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1344), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(249), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(144), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(258), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1012), - [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(258), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [75] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [77] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(236), + [80] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(988), + [83] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1341), + [86] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(819), + [89] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(183), + [92] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1199), + [95] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1198), + [98] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1140), + [101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(50), + [104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1016), + [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(193), + [110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1232), + [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(667), + [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(16), + [119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1358), + [122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1357), + [125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(701), + [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(202), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(968), + [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(935), + [137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(941), + [140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1352), + [143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(31), + [146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(155), + [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(153), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(27), + [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(21), + [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(22), + [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1351), + [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(251), + [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(146), + [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(255), + [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1018), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(255), + [179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, .production_id = 101), [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 4, .production_id = 101), - [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 3, .production_id = 88), - [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_communication_case, 3, .production_id = 88), - [193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 3, .production_id = 7), - [195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_case, 3, .production_id = 7), - [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 2), - [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_case, 2), - [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, .production_id = 40), - [203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, .production_id = 40), - [205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), - [207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 3), - [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), - [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 2, .production_id = 26), - [219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_labeled_statement, 2, .production_id = 26), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, .production_id = 40), + [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, .production_id = 40), + [193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 2), + [195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_case, 2), + [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 3, .production_id = 88), + [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_communication_case, 3, .production_id = 88), + [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 3, .production_id = 7), + [203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_case, 3, .production_id = 7), + [205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), + [207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), + [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), + [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 3), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 2, .production_id = 26), + [227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_labeled_statement, 2, .production_id = 26), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 57), + [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 56), - [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 86), - [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 57), + [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 86), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), + [303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(1309), - [566] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(672), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(1300), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), - [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(84), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(1328), + [566] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), REDUCE(sym__expression, 1), SHIFT(636), + [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(1340), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(92), [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), REDUCE(sym__expression, 1), - [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(720), + [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(736), [584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), REDUCE(sym__expression, 1), - [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), [589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1309), - [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(736), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1328), + [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(693), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17), [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statement, 1), [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statement, 1), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), [617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 33), [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 33), [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 6), [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 6), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5), - [685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5), - [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 37), - [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 37), - [691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 3), - [693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 3), - [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, .production_id = 99), - [697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, .production_id = 99), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 4, .production_id = 45), - [705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 4, .production_id = 45), - [707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .production_id = 35), - [709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .production_id = 35), - [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 4), - [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 4), - [723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 5), - [725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 5), + [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), + [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), + [691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 4), + [693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 4), + [695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, .production_id = 12), + [697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, .production_id = 12), + [699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, .production_id = 13), + [701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, .production_id = 13), + [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .production_id = 35), + [705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .production_id = 35), + [707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 4, .dynamic_precedence = -1, .production_id = 60), + [713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 4, .dynamic_precedence = -1, .production_id = 60), + [715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, .production_id = 99), + [717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, .production_id = 99), + [719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 8, .production_id = 105), + [725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 8, .production_id = 105), [727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3), [729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3), - [731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 3, .production_id = 22), - [733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 3, .production_id = 22), - [735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), - [739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, .production_id = 12), - [741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, .production_id = 12), - [743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), - [745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), + [731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 5), + [733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 5), + [735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 7, .production_id = 102), + [741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 7, .production_id = 102), + [743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 2), + [745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 2), [747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, .production_id = 91), [749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, .production_id = 91), - [751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 8, .production_id = 105), - [753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 8, .production_id = 105), - [755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 2), - [757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 2), - [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .production_id = 62), - [761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .production_id = 62), - [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 7, .production_id = 102), - [765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 7, .production_id = 102), - [767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, .production_id = 90), - [769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, .production_id = 90), - [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion_expression, 5, .production_id = 89), - [777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion_expression, 5, .production_id = 89), - [779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 5, .dynamic_precedence = -1, .production_id = 60), - [781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 5, .dynamic_precedence = -1, .production_id = 60), - [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, .production_id = 13), - [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, .production_id = 13), - [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 4), - [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 4), - [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 61), - [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 61), - [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 4, .dynamic_precedence = -1, .production_id = 60), - [805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 4, .dynamic_precedence = -1, .production_id = 60), - [807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), - [809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(736), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), - [838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .production_id = 62), + [753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .production_id = 62), + [755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 37), + [757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 37), + [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 10), + [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 4, .production_id = 45), + [765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 4, .production_id = 45), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5), + [777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5), + [779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 3, .production_id = 22), + [781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 3, .production_id = 22), + [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 3), + [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 3), + [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 4), + [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 4), + [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 5, .dynamic_precedence = -1, .production_id = 60), + [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 5, .dynamic_precedence = -1, .production_id = 60), + [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion_expression, 5, .production_id = 89), + [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion_expression, 5, .production_id = 89), + [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 61), + [801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 61), + [803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, .production_id = 90), + [809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, .production_id = 90), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(693), + [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), + [832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2), + [834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, .production_id = 5), [848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, .production_id = 5), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, .production_id = 25), - [886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, .production_id = 25), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, .production_id = 25), + [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, .production_id = 25), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 1, .production_id = 4), - [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 1, .production_id = 4), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 2, .production_id = 17), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 2, .production_id = 17), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 1, .production_id = 4), + [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 1, .production_id = 4), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 2, .production_id = 17), + [934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 2, .production_id = 17), + [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), - [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 20), - [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 20), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, .production_id = 44), - [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 4, .production_id = 44), - [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 41), - [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 41), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_statement, 1, .production_id = 59), - [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 36), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 36), - [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [1150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 20), + [988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 20), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), + [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 41), + [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 41), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, .production_id = 44), + [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 4, .production_id = 44), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [1090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_statement, 1, .production_id = 59), + [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [1132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_spec, 2, .production_id = 54), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_spec, 2, .production_id = 54), + [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), + [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_statement, 2), [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_statement, 2), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), - [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_spec, 2, .production_id = 54), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_spec, 2, .production_id = 54), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [1212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_element, 1), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 2, .production_id = 30), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [1458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 4, .production_id = 84), - [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [1492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_statement, 3, .production_id = 34), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 36), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 36), + [1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [1228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [1254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [1258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [1260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [1266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [1276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [1278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_element, 1), + [1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [1294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [1338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 4, .production_id = 84), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 2, .production_id = 30), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_statement, 3, .production_id = 34), + [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2), [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_spec_repeat1, 2), - [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2), SHIFT_REPEAT(1330), - [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(146), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2), SHIFT_REPEAT(1349), + [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(136), [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), - [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_spec_repeat1, 2), SHIFT_REPEAT(1310), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), - [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), SHIFT_REPEAT(1329), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), - [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), SHIFT_REPEAT(1300), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(665), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 76), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 76), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1), - [1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1), SHIFT(665), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 65), - [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 65), - [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), - [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), - [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), - [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 14), - [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 14), - [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, .production_id = 23), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, .production_id = 23), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [1617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(736), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, .dynamic_precedence = 2), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, .dynamic_precedence = 2), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 6), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 6), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2, .production_id = 7), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2, .production_id = 7), - [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, .dynamic_precedence = 2), - [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, .dynamic_precedence = 2), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_spec_repeat1, 2), SHIFT_REPEAT(1360), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 68), SHIFT_REPEAT(1340), + [1558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(743), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), + [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), + [1571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 68), SHIFT_REPEAT(1311), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1), + [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 76), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 76), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 65), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_declaration_repeat1, 2, .production_id = 65), + [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1), SHIFT(743), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 14), + [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 14), + [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2), + [1605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2), + [1607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), + [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), + [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), + [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 5), + [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, .production_id = 80), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, .production_id = 80), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 5), + [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 5), + [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4), + [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5), + [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(693), + [1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 32), + [1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 32), [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 3, .production_id = 28), [1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 3, .production_id = 28), [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 3), [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 3), - [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_type, 2), - [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_type, 2), - [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, .production_id = 80), - [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, .production_id = 80), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 5), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 5), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4), - [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4), - [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 32), - [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 32), - [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 11), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 11), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 3), - [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 3), - [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 5), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5), - [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, .dynamic_precedence = 2), - [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, .dynamic_precedence = 2), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 4), - [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 4), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 21), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 21), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, .production_id = 47), - [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, .production_id = 47), - [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [1714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1), SHIFT(736), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [1725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 50), - [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 50), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(1115), - [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(1242), - [1743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(1124), - [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), - [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(1277), - [1751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(1012), - [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 40), - [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 40), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, .production_id = 19), - [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, .production_id = 19), - [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(651), - [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(179), - [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 52), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 52), - [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 78), - [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 78), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, .production_id = 39), - [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, .production_id = 39), - [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [1816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1), SHIFT(651), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, .production_id = 18), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 2, .production_id = 18), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), - [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 3, .production_id = 49), - [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 3, .production_id = 49), - [1833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(20), - [1836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(20), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), - [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), - [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), SHIFT_REPEAT(74), - [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), SHIFT_REPEAT(1360), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), SHIFT_REPEAT(49), - [1886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), SHIFT_REPEAT(1360), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 69), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 69), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), - [1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, .production_id = 72), - [1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, .production_id = 72), - [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 2, .production_id = 24), - [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 2, .production_id = 24), - [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [1917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(130), - [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 3, .production_id = 48), - [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 3, .production_id = 48), - [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 29), - [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 29), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 81), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 81), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 42), - [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 42), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), - [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), SHIFT_REPEAT(725), - [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), SHIFT_REPEAT(1360), - [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 100), - [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 100), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_var_declaration, 3, .production_id = 34), - [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_var_declaration, 3, .production_id = 34), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 7), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 7), - [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 33), - [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 33), - [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), - [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 87), - [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 87), - [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), - [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), - [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 3, .production_id = 38), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 3, .production_id = 38), - [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 4), - [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 4), - [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, .production_id = 38), - [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, .production_id = 38), - [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2), - [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2), - [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 3), - [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 3), + [1652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 6), + [1654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 6), + [1656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, .dynamic_precedence = 2), + [1658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, .dynamic_precedence = 2), + [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), + [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, .production_id = 23), + [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, .production_id = 23), + [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 4), + [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 4), + [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, .dynamic_precedence = 2), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, .dynamic_precedence = 2), + [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, .production_id = 21), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, .production_id = 21), + [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, .production_id = 47), + [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, .production_id = 47), + [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, .production_id = 11), + [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, .production_id = 11), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), + [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2, .production_id = 7), + [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2, .production_id = 7), + [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_type, 2), + [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_type, 2), + [1708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, .dynamic_precedence = 2), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, .dynamic_precedence = 2), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 50), + [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 50), + [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1), SHIFT(693), + [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, .production_id = 19), + [1747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, .production_id = 19), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 40), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 40), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [1771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, .dynamic_precedence = -1, .production_id = 1), SHIFT(671), + [1774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(152), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, .production_id = 39), + [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, .production_id = 39), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1), SHIFT(671), + [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 52), + [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 52), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 78), + [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 78), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, .production_id = 18), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 2, .production_id = 18), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), + [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), SHIFT_REPEAT(84), + [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2), SHIFT_REPEAT(1366), + [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [1834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), + [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), SHIFT_REPEAT(48), + [1841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2), SHIFT_REPEAT(1366), + [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 69), + [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 69), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, .production_id = 72), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, .production_id = 72), + [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(19), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(19), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 2, .production_id = 24), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 2, .production_id = 24), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [1882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(216), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 29), + [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 29), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), + [1903] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), SHIFT_REPEAT(722), + [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2), SHIFT_REPEAT(1366), + [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 3, .production_id = 49), + [1911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 3, .production_id = 49), + [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 3, .production_id = 48), + [1915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 3, .production_id = 48), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), + [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), + [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 42), + [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 42), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), + [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), + [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 81), + [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 81), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2), + [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3), + [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3), + [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), + [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 3, .production_id = 38), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 3, .production_id = 38), + [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 4), + [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 4), + [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, .production_id = 38), + [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, .production_id = 38), + [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 82), + [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 82), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 87), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 87), + [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_var_declaration, 3, .production_id = 34), + [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_var_declaration, 3, .production_id = 34), + [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4), + [1993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2), SHIFT_REPEAT(547), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 33), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 33), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 5, .production_id = 58), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 5, .production_id = 58), + [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 26), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 7), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, .production_id = 7), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 3), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 3), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 3), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 3), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 31), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 31), [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 5, .production_id = 92), [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 5, .production_id = 92), - [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, .production_id = 92), - [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 5, .production_id = 92), - [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 82), - [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 82), - [2038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2), SHIFT_REPEAT(534), - [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 3), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 3), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 31), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 31), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_elem, 1), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_elem, 1), - [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_elem_repeat1, 2), - [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_struct_elem_repeat1, 2), - [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_struct_elem_repeat1, 2), SHIFT_REPEAT(944), - [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 87), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 87), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), - [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 97), - [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 97), - [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_elem, 2), - [2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_elem, 2), - [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3), - [2094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 3), - [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 7, .production_id = 97), - [2098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 7, .production_id = 97), - [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3), - [2102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3), - [2104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), - [2106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), - [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 4), - [2110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 4), - [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 5, .production_id = 58), - [2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 5, .production_id = 58), - [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_statement, 2), - [2118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_statement, 2), - [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_statement, 2), - [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_statement, 2), - [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fallthrough_statement, 1), - [2126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fallthrough_statement, 1), - [2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), - [2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), - [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, .production_id = 7), - [2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, .production_id = 7), - [2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 9), - [2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 9), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 4, .production_id = 58), - [2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 4, .production_id = 58), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, .production_id = 8), - [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, .production_id = 8), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, .production_id = 8), - [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, .production_id = 8), - [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, .production_id = 8), - [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, .production_id = 8), - [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 2), - [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 2), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4), - [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4), - [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_term, 2), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_term, 2), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 64), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, .production_id = 64), - [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 63), - [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, .production_id = 63), - [2180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, .production_id = 64), - [2182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, .production_id = 64), - [2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, .production_id = 63), - [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, .production_id = 63), - [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4), - [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4), - [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 19), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [2200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2), SHIFT_REPEAT(477), - [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2), SHIFT_REPEAT(477), - [2206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_spec, 3, .production_id = 79), - [2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_spec, 3, .production_id = 79), - [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), SHIFT_REPEAT(604), - [2229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), SHIFT_REPEAT(604), - [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [2284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 67), - [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 1, .production_id = 27), - [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 1, .production_id = 27), - [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_term, 1), - [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_term, 1), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(735), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2), - [2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2), SHIFT_REPEAT(1067), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(376), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_declaration_repeat1, 2), SHIFT_REPEAT(496), - [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_declaration_repeat1, 2), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 18), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 95), - [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 95), - [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 53), - [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 53), - [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 51), - [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 51), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, .production_id = 2), - [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_clause, 2, .production_id = 2), - [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, .production_id = 3), - [2478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, .production_id = 3), - [2480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2), - [2482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 43), - [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 43), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(199), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 40), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 4, .production_id = 88), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 77), - [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 77), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 75), - [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 75), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 71), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 71), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 3), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 3), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), - [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, .production_id = 15), - [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, .production_id = 15), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 74), - [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 74), - [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 2), - [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 2), - [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, .production_id = 16), - [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, .production_id = 16), - [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 5, .production_id = 101), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, .production_id = 73), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, .production_id = 73), - [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, .production_id = 40), - [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(136), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 70), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 70), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 4, .production_id = 7), - [2616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2), SHIFT_REPEAT(47), - [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(490), - [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(109), - [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [2631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(629), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), - [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 93), - [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 93), - [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 6, .production_id = 94), - [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 6, .production_id = 94), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 3, .production_id = 66), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 1), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyed_element, 3), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit_length_array_type, 4, .production_id = 46), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 85), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 83), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 55), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 9, .production_id = 106), - [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, .production_id = 104), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, .production_id = 103), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2842] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 5, .production_id = 98), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 96), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fallthrough_statement, 1), + [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fallthrough_statement, 1), + [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, .production_id = 92), + [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 5, .production_id = 92), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_elem, 1), + [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_elem, 1), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 97), + [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 97), + [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_elem_repeat1, 2), + [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_struct_elem_repeat1, 2), + [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_struct_elem_repeat1, 2), SHIFT_REPEAT(982), + [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3), + [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 3), + [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, .production_id = 7), + [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, .production_id = 7), + [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 100), + [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 100), + [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_term, 2), + [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_term, 2), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 7, .production_id = 97), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 7, .production_id = 97), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_elem, 2), + [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_elem, 2), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_statement, 2), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_statement, 2), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_statement, 2), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_statement, 2), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1), + [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 9), + [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 9), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 4, .production_id = 58), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 4, .production_id = 58), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, .production_id = 8), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, .production_id = 8), + [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 64), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, .production_id = 64), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, .production_id = 8), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, .production_id = 8), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, .production_id = 8), + [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, .production_id = 8), + [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, .production_id = 63), + [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, .production_id = 63), + [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 87), + [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, .production_id = 87), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 2), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 2), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, .production_id = 64), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, .production_id = 64), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 4), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 4), + [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, .production_id = 63), + [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, .production_id = 63), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2), + [2181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2), SHIFT_REPEAT(1009), + [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 1, .production_id = 27), + [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 1, .production_id = 27), + [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_term, 1), + [2194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_term, 1), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [2218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 67), + [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(746), + [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(863), + [2274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), SHIFT_REPEAT(863), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 19), + [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_spec, 3, .production_id = 79), + [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_spec, 3, .production_id = 79), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(378), + [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [2368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2), SHIFT_REPEAT(474), + [2371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2), SHIFT_REPEAT(474), + [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2), + [2376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_declaration_repeat1, 2), SHIFT_REPEAT(520), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_declaration_repeat1, 2), + [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 18), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), SHIFT_REPEAT(596), + [2414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), SHIFT_REPEAT(596), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, .production_id = 3), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, .production_id = 3), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [2457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(494), + [2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 5, .production_id = 101), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 51), + [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 51), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 53), + [2498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 53), + [2500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 77), + [2502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 77), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 40), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, .production_id = 15), + [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, .production_id = 15), + [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2), + [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 75), + [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 75), + [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 74), + [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 74), + [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, .production_id = 16), + [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, .production_id = 16), + [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, .production_id = 40), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, .production_id = 73), + [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, .production_id = 73), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 3), + [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 3), + [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 71), + [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 71), + [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 70), + [2552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 70), + [2554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(234), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2), + [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 43), + [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 43), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, .production_id = 2), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_clause, 2, .production_id = 2), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 4), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 4), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 4, .production_id = 88), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2), SHIFT_REPEAT(196), + [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 3, .production_id = 66), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 4, .production_id = 7), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2), SHIFT_REPEAT(47), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(124), + [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 5), + [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 5), + [2646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(630), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 95), + [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 95), + [2657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 93), + [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 93), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 6, .production_id = 94), + [2669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 6, .production_id = 94), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyed_element, 3), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit_length_array_type, 4, .production_id = 46), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 1), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 55), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 9, .production_id = 106), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, .production_id = 104), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, .production_id = 103), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 83), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 85), + [2861] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 5, .production_id = 98), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 96), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), }; #ifdef __cplusplus