diff --git a/src/grammar.json b/src/grammar.json index 5ec080d0..f3d58ac7 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -4121,16 +4121,24 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "literal_element" + "type": "FIELD", + "name": "key", + "content": { + "type": "SYMBOL", + "name": "literal_element" + } }, { "type": "STRING", "value": ":" }, { - "type": "SYMBOL", - "name": "literal_element" + "type": "FIELD", + "name": "value", + "content": { + "type": "SYMBOL", + "name": "literal_element" + } } ] }, diff --git a/src/node-types.json b/src/node-types.json index 76e2e50f..66d3f452 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1453,16 +1453,27 @@ { "type": "keyed_element", "named": true, - "fields": {}, - "children": { - "multiple": true, - "required": true, - "types": [ - { - "type": "literal_element", - "named": true - } - ] + "fields": { + "key": { + "multiple": false, + "required": true, + "types": [ + { + "type": "literal_element", + "named": true + } + ] + }, + "value": { + "multiple": false, + "required": true, + "types": [ + { + "type": "literal_element", + "named": true + } + ] + } } }, { diff --git a/src/parser.c b/src/parser.c index 96e693cf..bb116d1d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,7 +13,7 @@ #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 35 #define MAX_ALIAS_SEQUENCE_LENGTH 9 -#define PRODUCTION_ID_COUNT 109 +#define PRODUCTION_ID_COUNT 110 enum ts_symbol_identifiers { sym_identifier = 1, @@ -1715,23 +1715,24 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [89] = {.index = 150, .length = 2}, [90] = {.index = 152, .length = 2}, [91] = {.index = 154, .length = 2}, - [92] = {.index = 156, .length = 4}, - [93] = {.index = 160, .length = 4}, - [94] = {.index = 50, .length = 3}, - [95] = {.index = 164, .length = 5}, - [96] = {.index = 169, .length = 5}, - [97] = {.index = 174, .length = 4}, - [98] = {.index = 178, .length = 3}, - [99] = {.index = 181, .length = 2}, - [100] = {.index = 183, .length = 1}, - [101] = {.index = 184, .length = 3}, - [102] = {.index = 187, .length = 4}, - [103] = {.index = 191, .length = 2}, - [104] = {.index = 193, .length = 3}, - [105] = {.index = 196, .length = 2}, + [92] = {.index = 156, .length = 2}, + [93] = {.index = 158, .length = 4}, + [94] = {.index = 162, .length = 4}, + [95] = {.index = 50, .length = 3}, + [96] = {.index = 166, .length = 5}, + [97] = {.index = 171, .length = 5}, + [98] = {.index = 176, .length = 4}, + [99] = {.index = 180, .length = 3}, + [100] = {.index = 183, .length = 2}, + [101] = {.index = 185, .length = 1}, + [102] = {.index = 186, .length = 3}, + [103] = {.index = 189, .length = 4}, + [104] = {.index = 193, .length = 2}, + [105] = {.index = 195, .length = 3}, [106] = {.index = 198, .length = 2}, - [107] = {.index = 200, .length = 4}, - [108] = {.index = 204, .length = 3}, + [107] = {.index = 200, .length = 2}, + [108] = {.index = 202, .length = 4}, + [109] = {.index = 206, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -1958,78 +1959,81 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [149] = {field_communication, 1}, [150] = + {field_key, 0}, + {field_value, 2}, + [152] = {field_operand, 0}, {field_type, 3}, - [152] = + [154] = {field_end, 3}, {field_operand, 0}, - [154] = + [156] = {field_operand, 0}, {field_start, 2}, - [156] = + [158] = {field_name, 0}, {field_name, 1}, {field_type, 2}, {field_value, 4}, - [160] = + [162] = {field_name, 0}, {field_name, 1, .inherited = true}, {field_type, 2}, {field_value, 4}, - [164] = + [166] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_result, 4}, {field_type_parameters, 2}, - [169] = + [171] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, {field_receiver, 1}, {field_result, 4}, - [174] = + [176] = {field_name, 0}, {field_name, 1, .inherited = true}, {field_tag, 3}, {field_type, 2}, - [178] = + [180] = {field_condition, 2}, {field_initializer, 0}, {field_update, 4}, - [181] = + [183] = {field_initializer, 1}, {field_value, 3}, - [183] = + [185] = {field_value, 0}, - [184] = + [186] = {field_end, 4}, {field_operand, 0}, {field_start, 2}, - [187] = + [189] = {field_alternative, 6}, {field_condition, 3}, {field_consequence, 4}, {field_initializer, 1}, - [191] = + [193] = {field_type, 1}, {field_type, 2}, - [193] = + [195] = {field_capacity, 5}, {field_end, 3}, {field_operand, 0}, - [196] = + [198] = {field_alias, 0}, {field_value, 2}, - [198] = + [200] = {field_initializer, 0}, {field_value, 2}, - [200] = + [202] = {field_capacity, 6}, {field_end, 4}, {field_operand, 0}, {field_start, 2}, - [204] = + [206] = {field_alias, 2}, {field_initializer, 0}, {field_value, 4}, @@ -2116,13 +2120,13 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [79] = { [0] = alias_sym_field_identifier, }, - [94] = { + [95] = { [2] = alias_sym_type_constraint, }, - [96] = { + [97] = { [2] = alias_sym_field_identifier, }, - [97] = { + [98] = { [0] = alias_sym_field_identifier, }, }; @@ -2147,13 +2151,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [9] = 9, [10] = 10, [11] = 11, - [12] = 12, - [13] = 12, - [14] = 12, - [15] = 12, - [16] = 12, - [17] = 12, - [18] = 12, + [12] = 11, + [13] = 13, + [14] = 11, + [15] = 11, + [16] = 11, + [17] = 11, + [18] = 11, [19] = 19, [20] = 20, [21] = 21, @@ -2172,100 +2176,100 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [34] = 29, [35] = 35, [36] = 36, - [37] = 36, + [37] = 35, [38] = 35, - [39] = 36, - [40] = 35, - [41] = 35, - [42] = 36, + [39] = 35, + [40] = 36, + [41] = 36, + [42] = 35, [43] = 36, [44] = 36, - [45] = 35, + [45] = 36, [46] = 35, [47] = 47, [48] = 48, [49] = 49, [50] = 50, [51] = 51, - [52] = 52, + [52] = 50, [53] = 53, - [54] = 54, - [55] = 54, + [54] = 53, + [55] = 55, [56] = 56, - [57] = 57, - [58] = 52, - [59] = 54, - [60] = 56, - [61] = 57, - [62] = 51, - [63] = 52, - [64] = 64, - [65] = 57, - [66] = 52, - [67] = 67, - [68] = 57, - [69] = 54, - [70] = 57, - [71] = 52, - [72] = 54, - [73] = 57, - [74] = 52, - [75] = 75, - [76] = 51, - [77] = 51, - [78] = 51, - [79] = 51, - [80] = 54, + [57] = 51, + [58] = 51, + [59] = 50, + [60] = 53, + [61] = 61, + [62] = 53, + [63] = 61, + [64] = 50, + [65] = 61, + [66] = 61, + [67] = 51, + [68] = 68, + [69] = 51, + [70] = 53, + [71] = 56, + [72] = 53, + [73] = 50, + [74] = 74, + [75] = 61, + [76] = 76, + [77] = 61, + [78] = 50, + [79] = 79, + [80] = 51, [81] = 81, [82] = 82, [83] = 83, [84] = 84, [85] = 81, - [86] = 86, + [86] = 81, [87] = 87, - [88] = 82, + [88] = 81, [89] = 89, [90] = 90, - [91] = 81, - [92] = 92, + [91] = 87, + [92] = 83, [93] = 93, [94] = 94, - [95] = 83, - [96] = 84, - [97] = 92, - [98] = 81, - [99] = 99, - [100] = 82, - [101] = 82, - [102] = 92, - [103] = 103, - [104] = 84, - [105] = 105, - [106] = 83, - [107] = 107, - [108] = 83, - [109] = 84, - [110] = 110, - [111] = 83, - [112] = 112, - [113] = 82, - [114] = 114, - [115] = 84, - [116] = 81, - [117] = 92, - [118] = 86, - [119] = 119, - [120] = 83, - [121] = 84, - [122] = 90, - [123] = 86, + [95] = 95, + [96] = 94, + [97] = 97, + [98] = 83, + [99] = 84, + [100] = 84, + [101] = 101, + [102] = 83, + [103] = 95, + [104] = 104, + [105] = 83, + [106] = 95, + [107] = 95, + [108] = 108, + [109] = 94, + [110] = 81, + [111] = 94, + [112] = 84, + [113] = 83, + [114] = 84, + [115] = 95, + [116] = 116, + [117] = 94, + [118] = 118, + [119] = 94, + [120] = 81, + [121] = 95, + [122] = 122, + [123] = 123, [124] = 124, - [125] = 82, - [126] = 126, - [127] = 90, - [128] = 81, - [129] = 92, - [130] = 92, + [125] = 125, + [126] = 90, + [127] = 84, + [128] = 90, + [129] = 87, + [130] = 130, [131] = 131, [132] = 132, [133] = 133, @@ -2274,103 +2278,103 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [136] = 136, [137] = 137, [138] = 138, - [139] = 132, + [139] = 139, [140] = 140, - [141] = 133, + [141] = 132, [142] = 142, [143] = 140, - [144] = 134, - [145] = 131, - [146] = 146, - [147] = 137, - [148] = 136, - [149] = 149, - [150] = 150, - [151] = 138, - [152] = 132, - [153] = 133, - [154] = 134, - [155] = 131, - [156] = 136, - [157] = 157, - [158] = 137, - [159] = 159, - [160] = 150, - [161] = 142, - [162] = 162, - [163] = 163, - [164] = 164, - [165] = 165, - [166] = 136, - [167] = 137, - [168] = 168, + [144] = 139, + [145] = 142, + [146] = 138, + [147] = 134, + [148] = 133, + [149] = 132, + [150] = 132, + [151] = 136, + [152] = 152, + [153] = 153, + [154] = 136, + [155] = 133, + [156] = 131, + [157] = 135, + [158] = 158, + [159] = 152, + [160] = 160, + [161] = 135, + [162] = 158, + [163] = 131, + [164] = 133, + [165] = 134, + [166] = 138, + [167] = 140, + [168] = 134, [169] = 142, [170] = 142, - [171] = 171, - [172] = 150, - [173] = 142, - [174] = 136, - [175] = 138, - [176] = 137, - [177] = 132, - [178] = 138, - [179] = 133, - [180] = 134, - [181] = 131, - [182] = 150, - [183] = 138, - [184] = 132, - [185] = 133, - [186] = 134, - [187] = 131, - [188] = 150, - [189] = 136, - [190] = 138, - [191] = 137, - [192] = 132, - [193] = 133, - [194] = 134, - [195] = 131, - [196] = 150, - [197] = 138, - [198] = 132, - [199] = 133, + [171] = 131, + [172] = 140, + [173] = 135, + [174] = 138, + [175] = 134, + [176] = 133, + [177] = 158, + [178] = 136, + [179] = 131, + [180] = 180, + [181] = 135, + [182] = 131, + [183] = 132, + [184] = 184, + [185] = 184, + [186] = 186, + [187] = 137, + [188] = 188, + [189] = 137, + [190] = 184, + [191] = 139, + [192] = 138, + [193] = 142, + [194] = 136, + [195] = 140, + [196] = 140, + [197] = 142, + [198] = 138, + [199] = 136, [200] = 134, - [201] = 131, - [202] = 150, - [203] = 136, - [204] = 138, - [205] = 137, - [206] = 136, - [207] = 137, - [208] = 136, - [209] = 136, - [210] = 135, - [211] = 164, - [212] = 132, - [213] = 168, - [214] = 171, - [215] = 135, - [216] = 164, - [217] = 133, - [218] = 168, - [219] = 171, + [201] = 133, + [202] = 136, + [203] = 158, + [204] = 152, + [205] = 142, + [206] = 184, + [207] = 135, + [208] = 152, + [209] = 137, + [210] = 184, + [211] = 152, + [212] = 158, + [213] = 131, + [214] = 137, + [215] = 215, + [216] = 184, + [217] = 137, + [218] = 133, + [219] = 134, [220] = 135, - [221] = 164, - [222] = 134, - [223] = 168, - [224] = 171, - [225] = 135, - [226] = 164, - [227] = 131, - [228] = 168, - [229] = 171, - [230] = 135, - [231] = 164, - [232] = 150, - [233] = 168, - [234] = 171, - [235] = 140, + [221] = 152, + [222] = 135, + [223] = 138, + [224] = 140, + [225] = 136, + [226] = 142, + [227] = 140, + [228] = 135, + [229] = 138, + [230] = 134, + [231] = 133, + [232] = 131, + [233] = 158, + [234] = 234, + [235] = 135, [236] = 236, [237] = 237, [238] = 238, @@ -2425,520 +2429,520 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [287] = 287, [288] = 288, [289] = 289, - [290] = 243, - [291] = 239, + [290] = 244, + [291] = 246, [292] = 242, - [293] = 247, - [294] = 241, - [295] = 244, + [293] = 239, + [294] = 245, + [295] = 247, [296] = 240, - [297] = 246, - [298] = 251, - [299] = 264, + [297] = 241, + [298] = 250, + [299] = 267, [300] = 249, - [301] = 285, - [302] = 286, - [303] = 265, - [304] = 253, - [305] = 254, - [306] = 266, - [307] = 252, - [308] = 279, - [309] = 268, - [310] = 248, - [311] = 267, - [312] = 288, - [313] = 269, - [314] = 282, - [315] = 283, - [316] = 287, - [317] = 257, - [318] = 256, - [319] = 258, - [320] = 260, - [321] = 261, - [322] = 262, - [323] = 263, - [324] = 250, - [325] = 271, - [326] = 272, - [327] = 273, - [328] = 274, - [329] = 275, - [330] = 276, - [331] = 277, - [332] = 278, - [333] = 284, + [301] = 255, + [302] = 260, + [303] = 281, + [304] = 261, + [305] = 268, + [306] = 286, + [307] = 277, + [308] = 273, + [309] = 270, + [310] = 269, + [311] = 266, + [312] = 263, + [313] = 259, + [314] = 257, + [315] = 258, + [316] = 248, + [317] = 265, + [318] = 271, + [319] = 253, + [320] = 275, + [321] = 264, + [322] = 256, + [323] = 276, + [324] = 282, + [325] = 254, + [326] = 285, + [327] = 279, + [328] = 287, + [329] = 284, + [330] = 272, + [331] = 283, + [332] = 251, + [333] = 262, [334] = 280, - [335] = 281, - [336] = 270, - [337] = 240, - [338] = 243, - [339] = 246, - [340] = 247, - [341] = 241, - [342] = 244, + [335] = 252, + [336] = 288, + [337] = 239, + [338] = 246, + [339] = 247, + [340] = 245, + [341] = 244, + [342] = 241, [343] = 242, [344] = 344, - [345] = 251, - [346] = 262, - [347] = 277, - [348] = 278, - [349] = 280, - [350] = 281, - [351] = 282, - [352] = 283, - [353] = 284, - [354] = 285, - [355] = 286, - [356] = 252, - [357] = 250, - [358] = 264, - [359] = 271, - [360] = 272, - [361] = 273, + [345] = 250, + [346] = 267, + [347] = 261, + [348] = 257, + [349] = 259, + [350] = 263, + [351] = 265, + [352] = 255, + [353] = 256, + [354] = 268, + [355] = 288, + [356] = 262, + [357] = 248, + [358] = 252, + [359] = 264, + [360] = 280, + [361] = 251, [362] = 266, - [363] = 274, - [364] = 249, - [365] = 265, - [366] = 263, - [367] = 254, - [368] = 279, - [369] = 275, - [370] = 268, - [371] = 248, - [372] = 267, - [373] = 288, - [374] = 269, - [375] = 270, - [376] = 276, - [377] = 287, - [378] = 257, - [379] = 256, - [380] = 258, - [381] = 260, - [382] = 261, - [383] = 253, + [363] = 271, + [364] = 283, + [365] = 253, + [366] = 286, + [367] = 277, + [368] = 273, + [369] = 258, + [370] = 270, + [371] = 272, + [372] = 284, + [373] = 287, + [374] = 260, + [375] = 279, + [376] = 254, + [377] = 249, + [378] = 285, + [379] = 269, + [380] = 282, + [381] = 276, + [382] = 275, + [383] = 281, [384] = 384, [385] = 385, [386] = 384, - [387] = 242, - [388] = 246, - [389] = 251, - [390] = 240, - [391] = 391, + [387] = 241, + [388] = 242, + [389] = 239, + [390] = 390, + [391] = 250, [392] = 392, - [393] = 256, - [394] = 266, - [395] = 395, - [396] = 249, - [397] = 265, - [398] = 253, + [393] = 248, + [394] = 283, + [395] = 284, + [396] = 256, + [397] = 261, + [398] = 260, [399] = 254, - [400] = 279, + [400] = 288, [401] = 268, - [402] = 248, - [403] = 267, - [404] = 288, - [405] = 269, - [406] = 270, - [407] = 287, - [408] = 257, - [409] = 250, - [410] = 258, - [411] = 260, - [412] = 261, - [413] = 262, - [414] = 263, - [415] = 264, + [402] = 264, + [403] = 249, + [404] = 262, + [405] = 280, + [406] = 272, + [407] = 251, + [408] = 287, + [409] = 279, + [410] = 285, + [411] = 282, + [412] = 276, + [413] = 275, + [414] = 253, + [415] = 277, [416] = 271, - [417] = 272, - [418] = 273, - [419] = 274, - [420] = 275, - [421] = 276, - [422] = 277, - [423] = 278, - [424] = 280, - [425] = 281, - [426] = 282, - [427] = 283, - [428] = 284, - [429] = 285, - [430] = 286, - [431] = 240, - [432] = 252, - [433] = 242, - [434] = 241, - [435] = 384, - [436] = 246, - [437] = 247, - [438] = 243, - [439] = 344, - [440] = 247, - [441] = 244, - [442] = 243, + [417] = 267, + [418] = 286, + [419] = 265, + [420] = 258, + [421] = 255, + [422] = 257, + [423] = 259, + [424] = 263, + [425] = 266, + [426] = 426, + [427] = 269, + [428] = 252, + [429] = 281, + [430] = 270, + [431] = 239, + [432] = 273, + [433] = 247, + [434] = 384, + [435] = 344, + [436] = 247, + [437] = 384, + [438] = 246, + [439] = 244, + [440] = 245, + [441] = 246, + [442] = 245, [443] = 244, - [444] = 241, - [445] = 384, + [444] = 242, + [445] = 241, [446] = 446, - [447] = 447, + [447] = 250, [448] = 448, [449] = 449, [450] = 450, [451] = 451, - [452] = 240, - [453] = 251, + [452] = 452, + [453] = 239, [454] = 454, [455] = 455, [456] = 456, - [457] = 271, - [458] = 269, - [459] = 248, - [460] = 247, - [461] = 243, + [457] = 384, + [458] = 266, + [459] = 252, + [460] = 244, + [461] = 247, [462] = 241, - [463] = 244, - [464] = 270, - [465] = 287, - [466] = 252, - [467] = 467, - [468] = 257, - [469] = 256, - [470] = 258, - [471] = 260, - [472] = 261, - [473] = 262, - [474] = 263, - [475] = 264, - [476] = 272, - [477] = 273, - [478] = 467, - [479] = 250, - [480] = 274, - [481] = 268, - [482] = 344, - [483] = 276, - [484] = 277, - [485] = 278, - [486] = 280, - [487] = 242, - [488] = 467, - [489] = 281, - [490] = 282, - [491] = 384, - [492] = 384, - [493] = 455, - [494] = 283, - [495] = 246, - [496] = 284, - [497] = 285, - [498] = 286, - [499] = 456, - [500] = 454, - [501] = 279, - [502] = 266, - [503] = 267, - [504] = 265, - [505] = 253, - [506] = 249, - [507] = 254, - [508] = 288, - [509] = 275, + [463] = 283, + [464] = 272, + [465] = 284, + [466] = 287, + [467] = 251, + [468] = 468, + [469] = 281, + [470] = 285, + [471] = 282, + [472] = 276, + [473] = 384, + [474] = 275, + [475] = 253, + [476] = 271, + [477] = 245, + [478] = 267, + [479] = 454, + [480] = 248, + [481] = 265, + [482] = 258, + [483] = 257, + [484] = 254, + [485] = 260, + [486] = 246, + [487] = 259, + [488] = 468, + [489] = 263, + [490] = 344, + [491] = 468, + [492] = 279, + [493] = 269, + [494] = 270, + [495] = 273, + [496] = 277, + [497] = 286, + [498] = 268, + [499] = 261, + [500] = 255, + [501] = 256, + [502] = 450, + [503] = 288, + [504] = 262, + [505] = 249, + [506] = 264, + [507] = 280, + [508] = 455, + [509] = 242, [510] = 510, - [511] = 511, - [512] = 511, - [513] = 513, - [514] = 240, - [515] = 251, - [516] = 511, + [511] = 426, + [512] = 512, + [513] = 512, + [514] = 239, + [515] = 512, + [516] = 516, [517] = 517, - [518] = 517, - [519] = 517, - [520] = 240, - [521] = 511, - [522] = 395, - [523] = 510, - [524] = 524, - [525] = 511, - [526] = 510, - [527] = 511, - [528] = 281, - [529] = 250, - [530] = 530, - [531] = 530, + [518] = 510, + [519] = 510, + [520] = 516, + [521] = 512, + [522] = 516, + [523] = 239, + [524] = 512, + [525] = 512, + [526] = 526, + [527] = 250, + [528] = 528, + [529] = 284, + [530] = 247, + [531] = 287, [532] = 532, - [533] = 533, - [534] = 266, - [535] = 240, - [536] = 536, - [537] = 249, - [538] = 265, - [539] = 253, - [540] = 540, + [533] = 246, + [534] = 279, + [535] = 535, + [536] = 249, + [537] = 532, + [538] = 254, + [539] = 260, + [540] = 272, [541] = 541, - [542] = 542, - [543] = 254, - [544] = 540, - [545] = 279, - [546] = 247, - [547] = 547, - [548] = 268, - [549] = 243, - [550] = 241, - [551] = 244, - [552] = 248, - [553] = 267, - [554] = 288, - [555] = 269, - [556] = 556, - [557] = 557, - [558] = 247, - [559] = 243, - [560] = 241, - [561] = 244, - [562] = 530, - [563] = 556, - [564] = 540, - [565] = 565, - [566] = 287, - [567] = 257, - [568] = 256, - [569] = 258, - [570] = 260, - [571] = 261, - [572] = 262, - [573] = 263, - [574] = 264, - [575] = 271, - [576] = 272, - [577] = 273, - [578] = 274, - [579] = 275, - [580] = 276, - [581] = 277, - [582] = 278, - [583] = 280, - [584] = 282, - [585] = 283, - [586] = 284, - [587] = 285, - [588] = 286, - [589] = 556, - [590] = 395, - [591] = 252, - [592] = 270, + [542] = 245, + [543] = 261, + [544] = 544, + [545] = 285, + [546] = 546, + [547] = 282, + [548] = 276, + [549] = 275, + [550] = 280, + [551] = 264, + [552] = 528, + [553] = 244, + [554] = 253, + [555] = 271, + [556] = 248, + [557] = 262, + [558] = 288, + [559] = 256, + [560] = 560, + [561] = 426, + [562] = 255, + [563] = 283, + [564] = 267, + [565] = 268, + [566] = 528, + [567] = 286, + [568] = 277, + [569] = 273, + [570] = 270, + [571] = 571, + [572] = 265, + [573] = 246, + [574] = 258, + [575] = 245, + [576] = 576, + [577] = 252, + [578] = 257, + [579] = 579, + [580] = 532, + [581] = 247, + [582] = 239, + [583] = 583, + [584] = 244, + [585] = 281, + [586] = 535, + [587] = 259, + [588] = 269, + [589] = 266, + [590] = 251, + [591] = 535, + [592] = 263, [593] = 593, [594] = 594, [595] = 595, [596] = 596, - [597] = 344, + [597] = 597, [598] = 598, - [599] = 598, - [600] = 596, - [601] = 448, + [599] = 599, + [600] = 456, + [601] = 601, [602] = 602, - [603] = 603, - [604] = 448, - [605] = 602, - [606] = 603, - [607] = 602, - [608] = 594, - [609] = 594, - [610] = 610, - [611] = 344, - [612] = 603, - [613] = 448, - [614] = 593, - [615] = 610, - [616] = 603, - [617] = 598, - [618] = 603, - [619] = 610, - [620] = 620, - [621] = 594, - [622] = 447, - [623] = 594, - [624] = 624, - [625] = 596, - [626] = 603, - [627] = 448, - [628] = 448, + [603] = 593, + [604] = 604, + [605] = 605, + [606] = 598, + [607] = 456, + [608] = 456, + [609] = 598, + [610] = 599, + [611] = 598, + [612] = 604, + [613] = 613, + [614] = 599, + [615] = 594, + [616] = 604, + [617] = 594, + [618] = 344, + [619] = 594, + [620] = 594, + [621] = 344, + [622] = 604, + [623] = 456, + [624] = 598, + [625] = 448, + [626] = 599, + [627] = 613, + [628] = 593, [629] = 602, - [630] = 630, - [631] = 598, - [632] = 594, - [633] = 602, - [634] = 602, - [635] = 635, - [636] = 598, - [637] = 598, + [630] = 599, + [631] = 604, + [632] = 598, + [633] = 456, + [634] = 604, + [635] = 613, + [636] = 599, + [637] = 594, [638] = 638, - [639] = 447, + [639] = 639, [640] = 640, [641] = 641, [642] = 642, - [643] = 643, + [643] = 639, [644] = 644, [645] = 645, [646] = 646, - [647] = 646, - [648] = 648, - [649] = 638, - [650] = 640, - [651] = 644, - [652] = 648, + [647] = 647, + [648] = 640, + [649] = 641, + [650] = 641, + [651] = 651, + [652] = 651, [653] = 653, - [654] = 654, - [655] = 655, - [656] = 656, - [657] = 646, - [658] = 638, + [654] = 448, + [655] = 639, + [656] = 646, + [657] = 642, + [658] = 645, [659] = 640, - [660] = 660, - [661] = 661, - [662] = 662, - [663] = 644, - [664] = 648, - [665] = 653, - [666] = 654, - [667] = 654, - [668] = 668, - [669] = 646, - [670] = 638, - [671] = 640, - [672] = 644, - [673] = 648, - [674] = 653, - [675] = 654, + [660] = 644, + [661] = 642, + [662] = 639, + [663] = 663, + [664] = 640, + [665] = 646, + [666] = 639, + [667] = 651, + [668] = 644, + [669] = 642, + [670] = 640, + [671] = 644, + [672] = 651, + [673] = 646, + [674] = 645, + [675] = 645, [676] = 646, [677] = 640, - [678] = 644, - [679] = 648, - [680] = 653, - [681] = 654, - [682] = 646, - [683] = 638, - [684] = 640, - [685] = 644, - [686] = 648, - [687] = 653, - [688] = 654, - [689] = 638, - [690] = 642, - [691] = 642, + [678] = 645, + [679] = 645, + [680] = 644, + [681] = 642, + [682] = 682, + [683] = 651, + [684] = 644, + [685] = 685, + [686] = 651, + [687] = 687, + [688] = 688, + [689] = 646, + [690] = 690, + [691] = 639, [692] = 692, - [693] = 653, + [693] = 642, [694] = 694, [695] = 695, [696] = 696, [697] = 697, - [698] = 696, + [698] = 695, [699] = 699, [700] = 700, [701] = 701, - [702] = 702, + [702] = 694, [703] = 703, - [704] = 704, + [704] = 699, [705] = 705, - [706] = 696, - [707] = 699, - [708] = 700, - [709] = 702, - [710] = 703, - [711] = 696, + [706] = 706, + [707] = 706, + [708] = 703, + [709] = 709, + [710] = 706, + [711] = 711, [712] = 712, - [713] = 704, - [714] = 714, - [715] = 715, - [716] = 714, - [717] = 694, + [713] = 697, + [714] = 696, + [715] = 696, + [716] = 716, + [717] = 700, [718] = 697, - [719] = 696, + [719] = 703, [720] = 720, - [721] = 712, - [722] = 704, - [723] = 723, - [724] = 715, - [725] = 699, - [726] = 714, - [727] = 694, - [728] = 700, - [729] = 729, - [730] = 695, - [731] = 702, + [721] = 695, + [722] = 699, + [723] = 716, + [724] = 695, + [725] = 694, + [726] = 700, + [727] = 727, + [728] = 694, + [729] = 695, + [730] = 730, + [731] = 731, [732] = 703, - [733] = 733, - [734] = 703, - [735] = 699, - [736] = 715, - [737] = 700, - [738] = 694, - [739] = 702, - [740] = 712, - [741] = 741, - [742] = 704, - [743] = 702, - [744] = 696, - [745] = 715, - [746] = 699, - [747] = 694, - [748] = 700, - [749] = 749, - [750] = 750, - [751] = 704, - [752] = 715, - [753] = 694, - [754] = 715, - [755] = 702, + [733] = 706, + [734] = 706, + [735] = 730, + [736] = 703, + [737] = 699, + [738] = 716, + [739] = 712, + [740] = 730, + [741] = 697, + [742] = 727, + [743] = 743, + [744] = 744, + [745] = 711, + [746] = 731, + [747] = 697, + [748] = 696, + [749] = 716, + [750] = 699, + [751] = 700, + [752] = 752, + [753] = 700, + [754] = 696, + [755] = 731, [756] = 756, - [757] = 703, - [758] = 703, - [759] = 733, - [760] = 699, - [761] = 705, - [762] = 695, - [763] = 733, - [764] = 700, - [765] = 705, - [766] = 695, - [767] = 733, - [768] = 705, - [769] = 695, - [770] = 733, - [771] = 705, - [772] = 695, - [773] = 733, - [774] = 705, - [775] = 704, + [757] = 695, + [758] = 730, + [759] = 696, + [760] = 730, + [761] = 700, + [762] = 727, + [763] = 694, + [764] = 703, + [765] = 706, + [766] = 731, + [767] = 699, + [768] = 716, + [769] = 730, + [770] = 694, + [771] = 712, + [772] = 697, + [773] = 731, + [774] = 716, + [775] = 731, [776] = 776, [777] = 777, [778] = 778, [779] = 779, [780] = 780, [781] = 781, - [782] = 776, + [782] = 778, [783] = 779, - [784] = 778, + [784] = 776, [785] = 777, - [786] = 778, - [787] = 779, + [786] = 779, + [787] = 778, [788] = 776, [789] = 777, [790] = 790, [791] = 791, [792] = 792, - [793] = 792, - [794] = 794, + [793] = 793, + [794] = 792, [795] = 795, [796] = 796, - [797] = 797, + [797] = 796, [798] = 798, - [799] = 796, - [800] = 795, + [799] = 795, + [800] = 796, [801] = 801, [802] = 802, - [803] = 795, + [803] = 803, [804] = 804, [805] = 805, [806] = 806, @@ -2967,75 +2971,75 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [829] = 829, [830] = 830, [831] = 831, - [832] = 792, - [833] = 833, + [832] = 832, + [833] = 792, [834] = 834, [835] = 835, - [836] = 796, + [836] = 836, [837] = 837, - [838] = 837, - [839] = 839, - [840] = 840, + [838] = 838, + [839] = 836, + [840] = 795, [841] = 792, - [842] = 827, - [843] = 816, - [844] = 806, - [845] = 845, - [846] = 821, - [847] = 804, - [848] = 796, + [842] = 813, + [843] = 843, + [844] = 844, + [845] = 818, + [846] = 828, + [847] = 810, + [848] = 814, [849] = 849, - [850] = 811, - [851] = 818, - [852] = 810, - [853] = 830, - [854] = 813, - [855] = 855, - [856] = 826, - [857] = 815, - [858] = 807, - [859] = 812, - [860] = 823, - [861] = 845, - [862] = 814, - [863] = 849, - [864] = 864, - [865] = 824, - [866] = 825, - [867] = 817, - [868] = 868, - [869] = 869, - [870] = 808, - [871] = 828, - [872] = 864, - [873] = 809, - [874] = 829, - [875] = 822, - [876] = 831, - [877] = 820, - [878] = 819, - [879] = 879, + [850] = 826, + [851] = 819, + [852] = 811, + [853] = 853, + [854] = 854, + [855] = 821, + [856] = 815, + [857] = 820, + [858] = 823, + [859] = 853, + [860] = 824, + [861] = 808, + [862] = 844, + [863] = 817, + [864] = 809, + [865] = 804, + [866] = 866, + [867] = 795, + [868] = 829, + [869] = 807, + [870] = 822, + [871] = 830, + [872] = 831, + [873] = 827, + [874] = 843, + [875] = 805, + [876] = 806, + [877] = 825, + [878] = 812, + [879] = 792, [880] = 880, [881] = 790, [882] = 882, - [883] = 879, - [884] = 879, - [885] = 885, - [886] = 886, - [887] = 792, - [888] = 791, - [889] = 885, - [890] = 885, - [891] = 792, - [892] = 886, - [893] = 886, + [883] = 883, + [884] = 792, + [885] = 883, + [886] = 880, + [887] = 887, + [888] = 882, + [889] = 883, + [890] = 880, + [891] = 791, + [892] = 892, + [893] = 882, [894] = 894, - [895] = 796, + [895] = 895, [896] = 896, [897] = 897, [898] = 898, [899] = 899, - [900] = 900, + [900] = 795, [901] = 901, [902] = 902, [903] = 903, @@ -3045,105 +3049,105 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [907] = 907, [908] = 908, [909] = 909, - [910] = 796, - [911] = 911, + [910] = 910, + [911] = 795, [912] = 912, [913] = 913, [914] = 914, - [915] = 915, - [916] = 916, - [917] = 828, - [918] = 829, - [919] = 830, - [920] = 831, - [921] = 827, + [915] = 820, + [916] = 818, + [917] = 917, + [918] = 791, + [919] = 810, + [920] = 809, + [921] = 921, [922] = 922, [923] = 923, - [924] = 804, - [925] = 925, + [924] = 924, + [925] = 822, [926] = 926, [927] = 927, [928] = 928, - [929] = 929, + [929] = 830, [930] = 930, - [931] = 931, + [931] = 805, [932] = 932, [933] = 933, [934] = 934, [935] = 935, - [936] = 818, - [937] = 806, - [938] = 810, - [939] = 812, + [936] = 790, + [937] = 937, + [938] = 819, + [939] = 939, [940] = 940, [941] = 941, - [942] = 815, + [942] = 823, [943] = 943, - [944] = 819, + [944] = 831, [945] = 945, - [946] = 822, - [947] = 947, + [946] = 946, + [947] = 827, [948] = 948, - [949] = 949, - [950] = 807, + [949] = 806, + [950] = 950, [951] = 951, [952] = 952, - [953] = 808, - [954] = 809, + [953] = 953, + [954] = 808, [955] = 955, - [956] = 956, + [956] = 814, [957] = 957, [958] = 958, [959] = 959, [960] = 960, - [961] = 811, + [961] = 961, [962] = 962, [963] = 963, - [964] = 964, + [964] = 815, [965] = 965, [966] = 966, [967] = 967, - [968] = 813, + [968] = 968, [969] = 969, [970] = 970, [971] = 971, - [972] = 791, - [973] = 814, + [972] = 972, + [973] = 973, [974] = 974, [975] = 975, - [976] = 945, + [976] = 976, [977] = 977, [978] = 978, - [979] = 790, - [980] = 816, + [979] = 979, + [980] = 980, [981] = 981, [982] = 982, - [983] = 817, - [984] = 984, - [985] = 985, + [983] = 983, + [984] = 813, + [985] = 826, [986] = 986, - [987] = 987, + [987] = 817, [988] = 988, - [989] = 820, + [989] = 989, [990] = 990, - [991] = 991, - [992] = 821, - [993] = 993, + [991] = 821, + [992] = 804, + [993] = 828, [994] = 994, - [995] = 995, - [996] = 996, - [997] = 997, - [998] = 998, - [999] = 823, - [1000] = 824, - [1001] = 825, - [1002] = 826, + [995] = 829, + [996] = 825, + [997] = 824, + [998] = 807, + [999] = 999, + [1000] = 812, + [1001] = 1001, + [1002] = 1002, [1003] = 1003, - [1004] = 1004, + [1004] = 811, [1005] = 1005, [1006] = 1006, [1007] = 1007, - [1008] = 1008, + [1008] = 982, [1009] = 1009, [1010] = 1010, [1011] = 1011, @@ -3153,135 +3157,135 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1015] = 1015, [1016] = 1016, [1017] = 1017, - [1018] = 855, + [1018] = 854, [1019] = 1019, [1020] = 1020, [1021] = 1021, - [1022] = 855, - [1023] = 1021, - [1024] = 1024, - [1025] = 1021, - [1026] = 1024, - [1027] = 1020, - [1028] = 1028, - [1029] = 1029, - [1030] = 1030, - [1031] = 855, - [1032] = 855, - [1033] = 1029, - [1034] = 1034, - [1035] = 1020, - [1036] = 1036, + [1022] = 1022, + [1023] = 854, + [1024] = 917, + [1025] = 1025, + [1026] = 1026, + [1027] = 1019, + [1028] = 1022, + [1029] = 924, + [1030] = 1020, + [1031] = 1031, + [1032] = 1031, + [1033] = 854, + [1034] = 1022, + [1035] = 854, + [1036] = 975, [1037] = 1037, - [1038] = 1024, - [1039] = 1039, - [1040] = 1030, - [1041] = 855, + [1038] = 1038, + [1039] = 1019, + [1040] = 1040, + [1041] = 1041, [1042] = 1042, - [1043] = 1039, - [1044] = 959, - [1045] = 1045, - [1046] = 1046, - [1047] = 1030, - [1048] = 915, - [1049] = 914, + [1043] = 1042, + [1044] = 1044, + [1045] = 1026, + [1046] = 854, + [1047] = 1031, + [1048] = 1048, + [1049] = 1026, [1050] = 1050, [1051] = 1051, [1052] = 1052, [1053] = 1053, [1054] = 1054, - [1055] = 1055, + [1055] = 248, [1056] = 1056, [1057] = 1057, [1058] = 1058, [1059] = 1059, [1060] = 1060, [1061] = 1061, - [1062] = 1062, - [1063] = 249, + [1062] = 894, + [1063] = 1063, [1064] = 1064, - [1065] = 1065, + [1065] = 892, [1066] = 1066, - [1067] = 1051, - [1068] = 894, + [1067] = 1067, + [1068] = 1068, [1069] = 1069, [1070] = 1070, - [1071] = 1050, - [1072] = 880, - [1073] = 1052, + [1071] = 1071, + [1072] = 1072, + [1073] = 1073, [1074] = 1074, [1075] = 1075, [1076] = 1076, [1077] = 1077, - [1078] = 1051, + [1078] = 1078, [1079] = 1079, [1080] = 1080, - [1081] = 1081, + [1081] = 894, [1082] = 1082, - [1083] = 1051, - [1084] = 894, + [1083] = 1083, + [1084] = 945, [1085] = 1085, - [1086] = 880, - [1087] = 1052, + [1086] = 1086, + [1087] = 1087, [1088] = 1088, [1089] = 1089, - [1090] = 880, - [1091] = 1091, + [1090] = 1090, + [1091] = 977, [1092] = 1092, - [1093] = 1093, - [1094] = 1094, - [1095] = 1051, - [1096] = 894, - [1097] = 1050, - [1098] = 1050, - [1099] = 880, - [1100] = 1052, - [1101] = 1101, - [1102] = 252, - [1103] = 1088, - [1104] = 894, - [1105] = 1105, - [1106] = 1106, - [1107] = 1051, - [1108] = 894, - [1109] = 248, - [1110] = 1060, - [1111] = 1050, + [1093] = 1064, + [1094] = 894, + [1095] = 1069, + [1096] = 892, + [1097] = 1097, + [1098] = 1098, + [1099] = 1053, + [1100] = 1089, + [1101] = 252, + [1102] = 1064, + [1103] = 1064, + [1104] = 251, + [1105] = 1064, + [1106] = 1069, + [1107] = 1058, + [1108] = 935, + [1109] = 894, + [1110] = 1110, + [1111] = 892, [1112] = 1069, - [1113] = 880, - [1114] = 1052, + [1113] = 1054, + [1114] = 1053, [1115] = 1115, - [1116] = 1050, - [1117] = 1007, - [1118] = 1051, - [1119] = 1050, - [1120] = 1052, - [1121] = 250, - [1122] = 1122, - [1123] = 1123, + [1116] = 1116, + [1117] = 1117, + [1118] = 1053, + [1119] = 1069, + [1120] = 1069, + [1121] = 249, + [1122] = 894, + [1123] = 1053, [1124] = 1124, - [1125] = 1125, - [1126] = 1126, - [1127] = 923, - [1128] = 1128, - [1129] = 1091, - [1130] = 1130, - [1131] = 1131, - [1132] = 977, + [1125] = 892, + [1126] = 1053, + [1127] = 1069, + [1128] = 1124, + [1129] = 1064, + [1130] = 892, + [1131] = 1053, + [1132] = 1132, [1133] = 1133, [1134] = 1134, [1135] = 1135, [1136] = 1136, - [1137] = 1124, - [1138] = 1136, + [1137] = 1066, + [1138] = 1138, [1139] = 1139, [1140] = 1140, - [1141] = 1140, - [1142] = 1142, + [1141] = 1059, + [1142] = 1056, [1143] = 1143, [1144] = 1144, - [1145] = 1145, - [1146] = 1145, + [1145] = 1051, + [1146] = 1146, [1147] = 1147, [1148] = 1148, [1149] = 1149, @@ -3289,256 +3293,256 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1151] = 1151, [1152] = 1152, [1153] = 1153, - [1154] = 1154, + [1154] = 1134, [1155] = 1155, [1156] = 1156, [1157] = 1157, [1158] = 1158, [1159] = 1159, [1160] = 1160, - [1161] = 1161, - [1162] = 1152, - [1163] = 1135, - [1164] = 1164, - [1165] = 1140, - [1166] = 1144, - [1167] = 1167, - [1168] = 1145, - [1169] = 1123, + [1161] = 1151, + [1162] = 790, + [1163] = 1147, + [1164] = 1148, + [1165] = 791, + [1166] = 1166, + [1167] = 1146, + [1168] = 1168, + [1169] = 1067, [1170] = 1170, - [1171] = 1076, - [1172] = 1142, - [1173] = 1144, - [1174] = 1135, - [1175] = 1175, - [1176] = 1176, - [1177] = 1160, - [1178] = 1161, - [1179] = 1152, - [1180] = 1135, - [1181] = 1140, - [1182] = 1144, + [1171] = 1168, + [1172] = 1172, + [1173] = 1078, + [1174] = 1174, + [1175] = 1156, + [1176] = 1156, + [1177] = 1061, + [1178] = 1092, + [1179] = 1086, + [1180] = 1156, + [1181] = 1153, + [1182] = 1153, [1183] = 1183, - [1184] = 1167, - [1185] = 1145, - [1186] = 1186, - [1187] = 1187, - [1188] = 790, - [1189] = 1143, - [1190] = 1190, - [1191] = 1064, - [1192] = 1161, - [1193] = 1160, - [1194] = 1194, - [1195] = 1161, - [1196] = 1152, - [1197] = 1197, - [1198] = 1135, - [1199] = 1140, - [1200] = 1140, - [1201] = 1144, - [1202] = 1167, - [1203] = 1126, - [1204] = 1145, - [1205] = 1142, - [1206] = 1160, - [1207] = 1207, - [1208] = 1150, + [1184] = 1152, + [1185] = 1166, + [1186] = 1079, + [1187] = 1134, + [1188] = 1152, + [1189] = 1189, + [1190] = 1152, + [1191] = 1136, + [1192] = 1136, + [1193] = 1151, + [1194] = 1156, + [1195] = 1144, + [1196] = 1136, + [1197] = 1152, + [1198] = 1138, + [1199] = 1136, + [1200] = 1148, + [1201] = 1138, + [1202] = 1138, + [1203] = 1040, + [1204] = 1138, + [1205] = 1144, + [1206] = 1206, + [1207] = 1148, + [1208] = 1075, [1209] = 1144, - [1210] = 1081, - [1211] = 1053, - [1212] = 1054, - [1213] = 1143, - [1214] = 1167, - [1215] = 1215, + [1210] = 1151, + [1211] = 1211, + [1212] = 1212, + [1213] = 1134, + [1214] = 1214, + [1215] = 1156, [1216] = 1216, - [1217] = 1161, - [1218] = 1145, - [1219] = 1219, - [1220] = 791, - [1221] = 1160, - [1222] = 1150, - [1223] = 1152, - [1224] = 1160, - [1225] = 1135, - [1226] = 791, - [1227] = 1149, - [1228] = 1167, - [1229] = 1216, + [1217] = 1217, + [1218] = 1218, + [1219] = 790, + [1220] = 1148, + [1221] = 1221, + [1222] = 1222, + [1223] = 1139, + [1224] = 1144, + [1225] = 1168, + [1226] = 1110, + [1227] = 1151, + [1228] = 1134, + [1229] = 1140, [1230] = 1230, - [1231] = 1151, - [1232] = 1122, - [1233] = 1161, - [1234] = 1128, - [1235] = 1066, - [1236] = 1136, - [1237] = 1237, - [1238] = 1152, - [1239] = 1239, - [1240] = 1045, - [1241] = 1065, - [1242] = 1167, + [1231] = 1134, + [1232] = 1151, + [1233] = 1148, + [1234] = 1152, + [1235] = 1146, + [1236] = 1236, + [1237] = 1136, + [1238] = 1238, + [1239] = 1140, + [1240] = 1138, + [1241] = 1241, + [1242] = 1144, [1243] = 1243, [1244] = 1244, [1245] = 1245, - [1246] = 1246, - [1247] = 1244, + [1246] = 1245, + [1247] = 1247, [1248] = 1248, - [1249] = 1243, + [1249] = 1245, [1250] = 1250, - [1251] = 1248, - [1252] = 1252, - [1253] = 1015, - [1254] = 1016, - [1255] = 1255, - [1256] = 1255, + [1251] = 1251, + [1252] = 1245, + [1253] = 1245, + [1254] = 1006, + [1255] = 1010, + [1256] = 1256, [1257] = 1257, [1258] = 1258, - [1259] = 1255, - [1260] = 1252, + [1259] = 1259, + [1260] = 1251, [1261] = 1261, - [1262] = 1244, - [1263] = 1263, + [1262] = 1262, + [1263] = 1250, [1264] = 1264, - [1265] = 1248, - [1266] = 1255, - [1267] = 1248, - [1268] = 1258, - [1269] = 1269, + [1265] = 1265, + [1266] = 1262, + [1267] = 1257, + [1268] = 1256, + [1269] = 951, [1270] = 1270, - [1271] = 1243, - [1272] = 1258, - [1273] = 1273, + [1271] = 950, + [1272] = 1272, + [1273] = 1251, [1274] = 1274, - [1275] = 1255, - [1276] = 1003, - [1277] = 1277, + [1275] = 1262, + [1276] = 1276, + [1277] = 1265, [1278] = 1278, - [1279] = 1279, + [1279] = 1250, [1280] = 1280, - [1281] = 970, - [1282] = 1282, - [1283] = 1283, - [1284] = 1017, - [1285] = 1248, - [1286] = 1286, + [1281] = 1281, + [1282] = 1014, + [1283] = 1250, + [1284] = 1262, + [1285] = 1245, + [1286] = 1257, [1287] = 1287, - [1288] = 1288, + [1288] = 1251, [1289] = 1289, - [1290] = 1280, - [1291] = 1291, - [1292] = 1258, - [1293] = 1258, - [1294] = 1280, - [1295] = 1258, - [1296] = 1296, - [1297] = 1297, - [1298] = 1298, - [1299] = 1299, - [1300] = 1280, - [1301] = 1301, - [1302] = 1244, - [1303] = 1280, + [1290] = 1251, + [1291] = 1262, + [1292] = 1256, + [1293] = 1293, + [1294] = 1250, + [1295] = 1295, + [1296] = 1256, + [1297] = 1257, + [1298] = 1257, + [1299] = 1256, + [1300] = 1256, + [1301] = 1257, + [1302] = 1302, + [1303] = 1303, [1304] = 1304, - [1305] = 1280, - [1306] = 1283, - [1307] = 1244, - [1308] = 1308, - [1309] = 1248, + [1305] = 1251, + [1306] = 1306, + [1307] = 1307, + [1308] = 1250, + [1309] = 1309, [1310] = 1310, - [1311] = 1283, - [1312] = 1283, - [1313] = 1255, - [1314] = 1283, - [1315] = 1283, - [1316] = 1244, + [1311] = 1265, + [1312] = 1312, + [1313] = 1313, + [1314] = 1314, + [1315] = 1302, + [1316] = 1262, [1317] = 1317, - [1318] = 1318, + [1318] = 1317, [1319] = 1319, [1320] = 1320, [1321] = 1321, [1322] = 1322, - [1323] = 1323, + [1323] = 1317, [1324] = 1324, - [1325] = 1325, - [1326] = 1318, - [1327] = 1325, - [1328] = 1324, - [1329] = 1318, + [1325] = 1320, + [1326] = 1320, + [1327] = 1327, + [1328] = 1328, + [1329] = 1329, [1330] = 1330, [1331] = 1331, [1332] = 1332, [1333] = 1333, - [1334] = 1319, - [1335] = 1318, + [1334] = 1334, + [1335] = 1335, [1336] = 1333, - [1337] = 1337, - [1338] = 1318, - [1339] = 1319, - [1340] = 1333, - [1341] = 1341, - [1342] = 1342, - [1343] = 1321, + [1337] = 1322, + [1338] = 1335, + [1339] = 1334, + [1340] = 1340, + [1341] = 1322, + [1342] = 1334, + [1343] = 1343, [1344] = 1344, - [1345] = 1345, - [1346] = 1319, - [1347] = 1324, - [1348] = 1324, + [1345] = 1335, + [1346] = 1340, + [1347] = 1335, + [1348] = 1332, [1349] = 1349, - [1350] = 1331, - [1351] = 1351, + [1350] = 1332, + [1351] = 1333, [1352] = 1352, - [1353] = 1318, + [1353] = 1353, [1354] = 1354, - [1355] = 1321, - [1356] = 1342, - [1357] = 1319, + [1355] = 1317, + [1356] = 1320, + [1357] = 1343, [1358] = 1358, - [1359] = 1321, + [1359] = 1320, [1360] = 1360, - [1361] = 1342, - [1362] = 1325, - [1363] = 1317, - [1364] = 1352, + [1361] = 1361, + [1362] = 1340, + [1363] = 1363, + [1364] = 1364, [1365] = 1365, - [1366] = 1322, + [1366] = 1366, [1367] = 1367, [1368] = 1368, - [1369] = 1319, + [1369] = 1334, [1370] = 1370, - [1371] = 1352, + [1371] = 1371, [1372] = 1372, [1373] = 1373, - [1374] = 1374, - [1375] = 1352, + [1374] = 1332, + [1375] = 1335, [1376] = 1376, - [1377] = 1325, - [1378] = 1325, - [1379] = 1352, - [1380] = 1365, - [1381] = 1321, - [1382] = 1319, - [1383] = 1321, + [1377] = 1377, + [1378] = 1378, + [1379] = 1343, + [1380] = 1333, + [1381] = 1349, + [1382] = 1382, + [1383] = 1334, [1384] = 1384, - [1385] = 1385, - [1386] = 1386, - [1387] = 1324, - [1388] = 1352, - [1389] = 1322, - [1390] = 1390, - [1391] = 1391, - [1392] = 1392, - [1393] = 1317, - [1394] = 1394, - [1395] = 1317, - [1396] = 1396, - [1397] = 1397, - [1398] = 1324, - [1399] = 1317, - [1400] = 1325, - [1401] = 1317, - [1402] = 1402, - [1403] = 1365, + [1385] = 1317, + [1386] = 1333, + [1387] = 1387, + [1388] = 1320, + [1389] = 1389, + [1390] = 1333, + [1391] = 1334, + [1392] = 1332, + [1393] = 1365, + [1394] = 1376, + [1395] = 1335, + [1396] = 1376, + [1397] = 1332, + [1398] = 1376, + [1399] = 1349, + [1400] = 1376, + [1401] = 1335, + [1402] = 1376, + [1403] = 1317, }; static TSCharacterRange sym_identifier_character_set_1[] = { @@ -5400,9 +5404,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [240] = {.lex_state = 57}, [241] = {.lex_state = 57}, [242] = {.lex_state = 57}, - [243] = {.lex_state = 57}, + [243] = {.lex_state = 59}, [244] = {.lex_state = 57}, - [245] = {.lex_state = 59}, + [245] = {.lex_state = 57}, [246] = {.lex_state = 57}, [247] = {.lex_state = 57}, [248] = {.lex_state = 57}, @@ -5412,11 +5416,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [252] = {.lex_state = 57}, [253] = {.lex_state = 57}, [254] = {.lex_state = 57}, - [255] = {.lex_state = 4}, + [255] = {.lex_state = 57}, [256] = {.lex_state = 57}, [257] = {.lex_state = 57}, [258] = {.lex_state = 57}, - [259] = {.lex_state = 4}, + [259] = {.lex_state = 57}, [260] = {.lex_state = 57}, [261] = {.lex_state = 57}, [262] = {.lex_state = 57}, @@ -5431,11 +5435,11 @@ 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}, - [278] = {.lex_state = 57}, + [278] = {.lex_state = 4}, [279] = {.lex_state = 57}, [280] = {.lex_state = 57}, [281] = {.lex_state = 57}, @@ -5547,12 +5551,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [387] = {.lex_state = 6}, [388] = {.lex_state = 6}, [389] = {.lex_state = 6}, - [390] = {.lex_state = 6}, - [391] = {.lex_state = 56}, + [390] = {.lex_state = 56}, + [391] = {.lex_state = 6}, [392] = {.lex_state = 56}, [393] = {.lex_state = 6}, [394] = {.lex_state = 6}, - [395] = {.lex_state = 1}, + [395] = {.lex_state = 6}, [396] = {.lex_state = 6}, [397] = {.lex_state = 6}, [398] = {.lex_state = 6}, @@ -5583,7 +5587,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [423] = {.lex_state = 6}, [424] = {.lex_state = 6}, [425] = {.lex_state = 6}, - [426] = {.lex_state = 6}, + [426] = {.lex_state = 1}, [427] = {.lex_state = 6}, [428] = {.lex_state = 6}, [429] = {.lex_state = 6}, @@ -5591,164 +5595,164 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [431] = {.lex_state = 1}, [432] = {.lex_state = 6}, [433] = {.lex_state = 1}, - [434] = {.lex_state = 1}, - [435] = {.lex_state = 0}, - [436] = {.lex_state = 1}, - [437] = {.lex_state = 6}, - [438] = {.lex_state = 1}, + [434] = {.lex_state = 0}, + [435] = {.lex_state = 1}, + [436] = {.lex_state = 6}, + [437] = {.lex_state = 0}, + [438] = {.lex_state = 6}, [439] = {.lex_state = 1}, [440] = {.lex_state = 1}, [441] = {.lex_state = 1}, [442] = {.lex_state = 6}, [443] = {.lex_state = 6}, - [444] = {.lex_state = 6}, - [445] = {.lex_state = 0}, + [444] = {.lex_state = 1}, + [445] = {.lex_state = 1}, [446] = {.lex_state = 1}, [447] = {.lex_state = 1}, - [448] = {.lex_state = 0}, - [449] = {.lex_state = 3}, - [450] = {.lex_state = 3}, - [451] = {.lex_state = 1}, + [448] = {.lex_state = 1}, + [449] = {.lex_state = 1}, + [450] = {.lex_state = 56}, + [451] = {.lex_state = 3}, [452] = {.lex_state = 3}, - [453] = {.lex_state = 1}, + [453] = {.lex_state = 3}, [454] = {.lex_state = 56}, [455] = {.lex_state = 56}, - [456] = {.lex_state = 56}, - [457] = {.lex_state = 1}, + [456] = {.lex_state = 0}, + [457] = {.lex_state = 56}, [458] = {.lex_state = 1}, [459] = {.lex_state = 1}, [460] = {.lex_state = 3}, [461] = {.lex_state = 3}, [462] = {.lex_state = 3}, - [463] = {.lex_state = 3}, + [463] = {.lex_state = 1}, [464] = {.lex_state = 1}, [465] = {.lex_state = 1}, [466] = {.lex_state = 1}, - [467] = {.lex_state = 0}, - [468] = {.lex_state = 1}, + [467] = {.lex_state = 1}, + [468] = {.lex_state = 0}, [469] = {.lex_state = 1}, [470] = {.lex_state = 1}, [471] = {.lex_state = 1}, [472] = {.lex_state = 1}, - [473] = {.lex_state = 1}, + [473] = {.lex_state = 56}, [474] = {.lex_state = 1}, [475] = {.lex_state = 1}, [476] = {.lex_state = 1}, - [477] = {.lex_state = 1}, - [478] = {.lex_state = 0}, - [479] = {.lex_state = 1}, + [477] = {.lex_state = 3}, + [478] = {.lex_state = 1}, + [479] = {.lex_state = 56}, [480] = {.lex_state = 1}, [481] = {.lex_state = 1}, - [482] = {.lex_state = 6}, + [482] = {.lex_state = 1}, [483] = {.lex_state = 1}, [484] = {.lex_state = 1}, [485] = {.lex_state = 1}, - [486] = {.lex_state = 1}, - [487] = {.lex_state = 3}, + [486] = {.lex_state = 3}, + [487] = {.lex_state = 1}, [488] = {.lex_state = 0}, [489] = {.lex_state = 1}, - [490] = {.lex_state = 1}, - [491] = {.lex_state = 56}, - [492] = {.lex_state = 56}, - [493] = {.lex_state = 56}, + [490] = {.lex_state = 6}, + [491] = {.lex_state = 0}, + [492] = {.lex_state = 1}, + [493] = {.lex_state = 1}, [494] = {.lex_state = 1}, - [495] = {.lex_state = 3}, + [495] = {.lex_state = 1}, [496] = {.lex_state = 1}, [497] = {.lex_state = 1}, [498] = {.lex_state = 1}, - [499] = {.lex_state = 56}, - [500] = {.lex_state = 56}, + [499] = {.lex_state = 1}, + [500] = {.lex_state = 1}, [501] = {.lex_state = 1}, - [502] = {.lex_state = 1}, + [502] = {.lex_state = 56}, [503] = {.lex_state = 1}, [504] = {.lex_state = 1}, [505] = {.lex_state = 1}, [506] = {.lex_state = 1}, [507] = {.lex_state = 1}, - [508] = {.lex_state = 1}, - [509] = {.lex_state = 1}, + [508] = {.lex_state = 56}, + [509] = {.lex_state = 3}, [510] = {.lex_state = 0}, [511] = {.lex_state = 6}, [512] = {.lex_state = 6}, [513] = {.lex_state = 6}, [514] = {.lex_state = 6}, - [515] = {.lex_state = 3}, - [516] = {.lex_state = 6}, - [517] = {.lex_state = 0}, + [515] = {.lex_state = 6}, + [516] = {.lex_state = 0}, + [517] = {.lex_state = 6}, [518] = {.lex_state = 0}, [519] = {.lex_state = 0}, - [520] = {.lex_state = 6}, + [520] = {.lex_state = 0}, [521] = {.lex_state = 6}, - [522] = {.lex_state = 6}, - [523] = {.lex_state = 0}, - [524] = {.lex_state = 56}, + [522] = {.lex_state = 0}, + [523] = {.lex_state = 6}, + [524] = {.lex_state = 6}, [525] = {.lex_state = 6}, - [526] = {.lex_state = 0}, - [527] = {.lex_state = 6}, - [528] = {.lex_state = 3}, + [526] = {.lex_state = 56}, + [527] = {.lex_state = 3}, + [528] = {.lex_state = 0}, [529] = {.lex_state = 3}, - [530] = {.lex_state = 0}, - [531] = {.lex_state = 0}, + [530] = {.lex_state = 6}, + [531] = {.lex_state = 3}, [532] = {.lex_state = 0}, - [533] = {.lex_state = 0}, + [533] = {.lex_state = 6}, [534] = {.lex_state = 3}, - [535] = {.lex_state = 6}, - [536] = {.lex_state = 0}, - [537] = {.lex_state = 3}, + [535] = {.lex_state = 0}, + [536] = {.lex_state = 3}, + [537] = {.lex_state = 0}, [538] = {.lex_state = 3}, [539] = {.lex_state = 3}, - [540] = {.lex_state = 0}, - [541] = {.lex_state = 6}, + [540] = {.lex_state = 3}, + [541] = {.lex_state = 0}, [542] = {.lex_state = 6}, [543] = {.lex_state = 3}, - [544] = {.lex_state = 0}, + [544] = {.lex_state = 6}, [545] = {.lex_state = 3}, [546] = {.lex_state = 6}, - [547] = {.lex_state = 0}, + [547] = {.lex_state = 3}, [548] = {.lex_state = 3}, - [549] = {.lex_state = 6}, - [550] = {.lex_state = 6}, - [551] = {.lex_state = 6}, - [552] = {.lex_state = 3}, - [553] = {.lex_state = 3}, + [549] = {.lex_state = 3}, + [550] = {.lex_state = 3}, + [551] = {.lex_state = 3}, + [552] = {.lex_state = 0}, + [553] = {.lex_state = 6}, [554] = {.lex_state = 3}, [555] = {.lex_state = 3}, - [556] = {.lex_state = 0}, - [557] = {.lex_state = 0}, - [558] = {.lex_state = 6}, - [559] = {.lex_state = 6}, - [560] = {.lex_state = 6}, + [556] = {.lex_state = 3}, + [557] = {.lex_state = 3}, + [558] = {.lex_state = 3}, + [559] = {.lex_state = 3}, + [560] = {.lex_state = 0}, [561] = {.lex_state = 6}, - [562] = {.lex_state = 0}, - [563] = {.lex_state = 0}, - [564] = {.lex_state = 0}, - [565] = {.lex_state = 6}, - [566] = {.lex_state = 3}, + [562] = {.lex_state = 3}, + [563] = {.lex_state = 3}, + [564] = {.lex_state = 3}, + [565] = {.lex_state = 3}, + [566] = {.lex_state = 0}, [567] = {.lex_state = 3}, [568] = {.lex_state = 3}, [569] = {.lex_state = 3}, [570] = {.lex_state = 3}, - [571] = {.lex_state = 3}, + [571] = {.lex_state = 0}, [572] = {.lex_state = 3}, - [573] = {.lex_state = 3}, + [573] = {.lex_state = 6}, [574] = {.lex_state = 3}, - [575] = {.lex_state = 3}, - [576] = {.lex_state = 3}, + [575] = {.lex_state = 6}, + [576] = {.lex_state = 0}, [577] = {.lex_state = 3}, [578] = {.lex_state = 3}, - [579] = {.lex_state = 3}, - [580] = {.lex_state = 3}, - [581] = {.lex_state = 3}, - [582] = {.lex_state = 3}, - [583] = {.lex_state = 3}, - [584] = {.lex_state = 3}, + [579] = {.lex_state = 0}, + [580] = {.lex_state = 0}, + [581] = {.lex_state = 6}, + [582] = {.lex_state = 6}, + [583] = {.lex_state = 6}, + [584] = {.lex_state = 6}, [585] = {.lex_state = 3}, - [586] = {.lex_state = 3}, + [586] = {.lex_state = 0}, [587] = {.lex_state = 3}, [588] = {.lex_state = 3}, - [589] = {.lex_state = 0}, - [590] = {.lex_state = 6}, - [591] = {.lex_state = 3}, + [589] = {.lex_state = 3}, + [590] = {.lex_state = 3}, + [591] = {.lex_state = 0}, [592] = {.lex_state = 3}, [593] = {.lex_state = 0}, [594] = {.lex_state = 6}, @@ -5759,38 +5763,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [599] = {.lex_state = 6}, [600] = {.lex_state = 0}, [601] = {.lex_state = 0}, - [602] = {.lex_state = 6}, - [603] = {.lex_state = 6}, - [604] = {.lex_state = 0}, - [605] = {.lex_state = 6}, + [602] = {.lex_state = 0}, + [603] = {.lex_state = 0}, + [604] = {.lex_state = 6}, + [605] = {.lex_state = 0}, [606] = {.lex_state = 6}, - [607] = {.lex_state = 6}, - [608] = {.lex_state = 6}, + [607] = {.lex_state = 0}, + [608] = {.lex_state = 0}, [609] = {.lex_state = 6}, - [610] = {.lex_state = 0}, + [610] = {.lex_state = 6}, [611] = {.lex_state = 6}, [612] = {.lex_state = 6}, [613] = {.lex_state = 0}, - [614] = {.lex_state = 0}, - [615] = {.lex_state = 0}, + [614] = {.lex_state = 6}, + [615] = {.lex_state = 6}, [616] = {.lex_state = 6}, [617] = {.lex_state = 6}, [618] = {.lex_state = 6}, - [619] = {.lex_state = 0}, - [620] = {.lex_state = 0}, + [619] = {.lex_state = 6}, + [620] = {.lex_state = 6}, [621] = {.lex_state = 6}, [622] = {.lex_state = 6}, - [623] = {.lex_state = 6}, - [624] = {.lex_state = 0}, - [625] = {.lex_state = 0}, + [623] = {.lex_state = 0}, + [624] = {.lex_state = 6}, + [625] = {.lex_state = 6}, [626] = {.lex_state = 6}, [627] = {.lex_state = 0}, [628] = {.lex_state = 0}, - [629] = {.lex_state = 6}, + [629] = {.lex_state = 0}, [630] = {.lex_state = 6}, [631] = {.lex_state = 6}, [632] = {.lex_state = 6}, - [633] = {.lex_state = 6}, + [633] = {.lex_state = 0}, [634] = {.lex_state = 6}, [635] = {.lex_state = 0}, [636] = {.lex_state = 6}, @@ -5798,57 +5802,57 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [638] = {.lex_state = 6}, [639] = {.lex_state = 6}, [640] = {.lex_state = 0}, - [641] = {.lex_state = 6}, - [642] = {.lex_state = 0}, - [643] = {.lex_state = 0}, - [644] = {.lex_state = 0}, + [641] = {.lex_state = 0}, + [642] = {.lex_state = 6}, + [643] = {.lex_state = 6}, + [644] = {.lex_state = 6}, [645] = {.lex_state = 6}, - [646] = {.lex_state = 6}, + [646] = {.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}, - [653] = {.lex_state = 6}, + [653] = {.lex_state = 0}, [654] = {.lex_state = 6}, - [655] = {.lex_state = 0}, + [655] = {.lex_state = 6}, [656] = {.lex_state = 0}, [657] = {.lex_state = 6}, [658] = {.lex_state = 6}, [659] = {.lex_state = 0}, [660] = {.lex_state = 6}, - [661] = {.lex_state = 0}, + [661] = {.lex_state = 6}, [662] = {.lex_state = 6}, [663] = {.lex_state = 0}, [664] = {.lex_state = 0}, - [665] = {.lex_state = 6}, + [665] = {.lex_state = 0}, [666] = {.lex_state = 6}, - [667] = {.lex_state = 6}, - [668] = {.lex_state = 0}, + [667] = {.lex_state = 0}, + [668] = {.lex_state = 6}, [669] = {.lex_state = 6}, - [670] = {.lex_state = 6}, - [671] = {.lex_state = 0}, + [670] = {.lex_state = 0}, + [671] = {.lex_state = 6}, [672] = {.lex_state = 0}, [673] = {.lex_state = 0}, [674] = {.lex_state = 6}, [675] = {.lex_state = 6}, - [676] = {.lex_state = 6}, + [676] = {.lex_state = 0}, [677] = {.lex_state = 0}, - [678] = {.lex_state = 0}, - [679] = {.lex_state = 0}, + [678] = {.lex_state = 6}, + [679] = {.lex_state = 6}, [680] = {.lex_state = 6}, [681] = {.lex_state = 6}, - [682] = {.lex_state = 6}, - [683] = {.lex_state = 6}, - [684] = {.lex_state = 0}, - [685] = {.lex_state = 0}, + [682] = {.lex_state = 0}, + [683] = {.lex_state = 0}, + [684] = {.lex_state = 6}, + [685] = {.lex_state = 6}, [686] = {.lex_state = 0}, - [687] = {.lex_state = 6}, + [687] = {.lex_state = 0}, [688] = {.lex_state = 6}, - [689] = {.lex_state = 6}, + [689] = {.lex_state = 0}, [690] = {.lex_state = 0}, - [691] = {.lex_state = 0}, + [691] = {.lex_state = 6}, [692] = {.lex_state = 6}, [693] = {.lex_state = 6}, [694] = {.lex_state = 0}, @@ -5866,7 +5870,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [706] = {.lex_state = 0}, [707] = {.lex_state = 0}, [708] = {.lex_state = 0}, - [709] = {.lex_state = 0}, + [709] = {.lex_state = 6}, [710] = {.lex_state = 0}, [711] = {.lex_state = 0}, [712] = {.lex_state = 0}, @@ -5877,7 +5881,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [717] = {.lex_state = 0}, [718] = {.lex_state = 0}, [719] = {.lex_state = 0}, - [720] = {.lex_state = 6}, + [720] = {.lex_state = 0}, [721] = {.lex_state = 0}, [722] = {.lex_state = 0}, [723] = {.lex_state = 0}, @@ -5950,10 +5954,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [790] = {.lex_state = 0}, [791] = {.lex_state = 0}, [792] = {.lex_state = 57}, - [793] = {.lex_state = 57}, - [794] = {.lex_state = 0}, - [795] = {.lex_state = 0}, - [796] = {.lex_state = 56}, + [793] = {.lex_state = 0}, + [794] = {.lex_state = 57}, + [795] = {.lex_state = 56}, + [796] = {.lex_state = 0}, [797] = {.lex_state = 0}, [798] = {.lex_state = 0}, [799] = {.lex_state = 56}, @@ -5962,7 +5966,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [802] = {.lex_state = 0}, [803] = {.lex_state = 0}, [804] = {.lex_state = 56}, - [805] = {.lex_state = 0}, + [805] = {.lex_state = 56}, [806] = {.lex_state = 56}, [807] = {.lex_state = 56}, [808] = {.lex_state = 56}, @@ -5973,7 +5977,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [813] = {.lex_state = 56}, [814] = {.lex_state = 56}, [815] = {.lex_state = 56}, - [816] = {.lex_state = 56}, + [816] = {.lex_state = 0}, [817] = {.lex_state = 56}, [818] = {.lex_state = 56}, [819] = {.lex_state = 56}, @@ -5989,77 +5993,77 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [829] = {.lex_state = 56}, [830] = {.lex_state = 56}, [831] = {.lex_state = 56}, - [832] = {.lex_state = 3}, - [833] = {.lex_state = 0}, + [832] = {.lex_state = 0}, + [833] = {.lex_state = 3}, [834] = {.lex_state = 0}, [835] = {.lex_state = 0}, - [836] = {.lex_state = 0}, - [837] = {.lex_state = 3}, - [838] = {.lex_state = 3}, - [839] = {.lex_state = 57}, - [840] = {.lex_state = 57}, + [836] = {.lex_state = 3}, + [837] = {.lex_state = 57}, + [838] = {.lex_state = 57}, + [839] = {.lex_state = 3}, + [840] = {.lex_state = 0}, [841] = {.lex_state = 3}, [842] = {.lex_state = 0}, - [843] = {.lex_state = 0}, - [844] = {.lex_state = 0}, - [845] = {.lex_state = 3}, + [843] = {.lex_state = 3}, + [844] = {.lex_state = 3}, + [845] = {.lex_state = 0}, [846] = {.lex_state = 0}, [847] = {.lex_state = 0}, [848] = {.lex_state = 0}, - [849] = {.lex_state = 3}, + [849] = {.lex_state = 56}, [850] = {.lex_state = 0}, [851] = {.lex_state = 0}, [852] = {.lex_state = 0}, - [853] = {.lex_state = 0}, + [853] = {.lex_state = 3}, [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 = 3}, [860] = {.lex_state = 0}, - [861] = {.lex_state = 3}, - [862] = {.lex_state = 0}, - [863] = {.lex_state = 3}, - [864] = {.lex_state = 3}, + [861] = {.lex_state = 0}, + [862] = {.lex_state = 3}, + [863] = {.lex_state = 0}, + [864] = {.lex_state = 0}, [865] = {.lex_state = 0}, - [866] = {.lex_state = 0}, + [866] = {.lex_state = 56}, [867] = {.lex_state = 0}, - [868] = {.lex_state = 56}, - [869] = {.lex_state = 56}, + [868] = {.lex_state = 0}, + [869] = {.lex_state = 0}, [870] = {.lex_state = 0}, [871] = {.lex_state = 0}, - [872] = {.lex_state = 3}, + [872] = {.lex_state = 0}, [873] = {.lex_state = 0}, - [874] = {.lex_state = 0}, + [874] = {.lex_state = 3}, [875] = {.lex_state = 0}, [876] = {.lex_state = 0}, [877] = {.lex_state = 0}, [878] = {.lex_state = 0}, - [879] = {.lex_state = 0}, + [879] = {.lex_state = 57}, [880] = {.lex_state = 0}, [881] = {.lex_state = 56}, - [882] = {.lex_state = 3}, + [882] = {.lex_state = 0}, [883] = {.lex_state = 0}, - [884] = {.lex_state = 0}, + [884] = {.lex_state = 57}, [885] = {.lex_state = 0}, [886] = {.lex_state = 0}, - [887] = {.lex_state = 57}, - [888] = {.lex_state = 56}, + [887] = {.lex_state = 3}, + [888] = {.lex_state = 0}, [889] = {.lex_state = 0}, [890] = {.lex_state = 0}, - [891] = {.lex_state = 57}, + [891] = {.lex_state = 56}, [892] = {.lex_state = 0}, [893] = {.lex_state = 0}, [894] = {.lex_state = 0}, [895] = {.lex_state = 56}, [896] = {.lex_state = 56}, [897] = {.lex_state = 56}, - [898] = {.lex_state = 56}, + [898] = {.lex_state = 0}, [899] = {.lex_state = 56}, [900] = {.lex_state = 56}, [901] = {.lex_state = 56}, - [902] = {.lex_state = 0}, + [902] = {.lex_state = 56}, [903] = {.lex_state = 56}, [904] = {.lex_state = 56}, [905] = {.lex_state = 56}, @@ -6071,11 +6075,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [911] = {.lex_state = 56}, [912] = {.lex_state = 56}, [913] = {.lex_state = 56}, - [914] = {.lex_state = 56}, + [914] = {.lex_state = 0}, [915] = {.lex_state = 56}, - [916] = {.lex_state = 0}, + [916] = {.lex_state = 56}, [917] = {.lex_state = 56}, - [918] = {.lex_state = 56}, + [918] = {.lex_state = 0}, [919] = {.lex_state = 56}, [920] = {.lex_state = 56}, [921] = {.lex_state = 56}, @@ -6085,15 +6089,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [925] = {.lex_state = 56}, [926] = {.lex_state = 56}, [927] = {.lex_state = 56}, - [928] = {.lex_state = 0}, - [929] = {.lex_state = 0}, + [928] = {.lex_state = 56}, + [929] = {.lex_state = 56}, [930] = {.lex_state = 56}, - [931] = {.lex_state = 0}, - [932] = {.lex_state = 56}, + [931] = {.lex_state = 56}, + [932] = {.lex_state = 0}, [933] = {.lex_state = 56}, [934] = {.lex_state = 56}, [935] = {.lex_state = 56}, - [936] = {.lex_state = 56}, + [936] = {.lex_state = 0}, [937] = {.lex_state = 56}, [938] = {.lex_state = 56}, [939] = {.lex_state = 56}, @@ -6102,73 +6106,73 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [942] = {.lex_state = 56}, [943] = {.lex_state = 56}, [944] = {.lex_state = 56}, - [945] = {.lex_state = 3}, + [945] = {.lex_state = 56}, [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 = 0}, + [952] = {.lex_state = 56}, [953] = {.lex_state = 56}, [954] = {.lex_state = 56}, [955] = {.lex_state = 56}, [956] = {.lex_state = 56}, [957] = {.lex_state = 56}, - [958] = {.lex_state = 0}, + [958] = {.lex_state = 56}, [959] = {.lex_state = 56}, [960] = {.lex_state = 56}, - [961] = {.lex_state = 56}, + [961] = {.lex_state = 0}, [962] = {.lex_state = 56}, - [963] = {.lex_state = 56}, - [964] = {.lex_state = 0}, - [965] = {.lex_state = 56}, - [966] = {.lex_state = 56}, - [967] = {.lex_state = 0}, + [963] = {.lex_state = 0}, + [964] = {.lex_state = 56}, + [965] = {.lex_state = 0}, + [966] = {.lex_state = 0}, + [967] = {.lex_state = 56}, [968] = {.lex_state = 56}, [969] = {.lex_state = 56}, [970] = {.lex_state = 56}, [971] = {.lex_state = 56}, [972] = {.lex_state = 0}, - [973] = {.lex_state = 56}, + [973] = {.lex_state = 0}, [974] = {.lex_state = 56}, [975] = {.lex_state = 56}, - [976] = {.lex_state = 3}, + [976] = {.lex_state = 56}, [977] = {.lex_state = 56}, [978] = {.lex_state = 56}, [979] = {.lex_state = 0}, - [980] = {.lex_state = 56}, - [981] = {.lex_state = 0}, - [982] = {.lex_state = 0}, - [983] = {.lex_state = 56}, + [980] = {.lex_state = 0}, + [981] = {.lex_state = 56}, + [982] = {.lex_state = 3}, + [983] = {.lex_state = 0}, [984] = {.lex_state = 56}, - [985] = {.lex_state = 0}, - [986] = {.lex_state = 0}, + [985] = {.lex_state = 56}, + [986] = {.lex_state = 56}, [987] = {.lex_state = 56}, [988] = {.lex_state = 0}, [989] = {.lex_state = 56}, [990] = {.lex_state = 56}, [991] = {.lex_state = 56}, [992] = {.lex_state = 56}, - [993] = {.lex_state = 0}, - [994] = {.lex_state = 56}, + [993] = {.lex_state = 56}, + [994] = {.lex_state = 0}, [995] = {.lex_state = 56}, - [996] = {.lex_state = 0}, + [996] = {.lex_state = 56}, [997] = {.lex_state = 56}, - [998] = {.lex_state = 0}, - [999] = {.lex_state = 56}, + [998] = {.lex_state = 56}, + [999] = {.lex_state = 0}, [1000] = {.lex_state = 56}, [1001] = {.lex_state = 56}, - [1002] = {.lex_state = 56}, - [1003] = {.lex_state = 56}, - [1004] = {.lex_state = 0}, + [1002] = {.lex_state = 0}, + [1003] = {.lex_state = 0}, + [1004] = {.lex_state = 56}, [1005] = {.lex_state = 56}, [1006] = {.lex_state = 56}, [1007] = {.lex_state = 56}, - [1008] = {.lex_state = 56}, + [1008] = {.lex_state = 3}, [1009] = {.lex_state = 56}, [1010] = {.lex_state = 56}, - [1011] = {.lex_state = 56}, + [1011] = {.lex_state = 0}, [1012] = {.lex_state = 56}, [1013] = {.lex_state = 56}, [1014] = {.lex_state = 56}, @@ -6176,11 +6180,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1016] = {.lex_state = 56}, [1017] = {.lex_state = 56}, [1018] = {.lex_state = 0}, - [1019] = {.lex_state = 0}, + [1019] = {.lex_state = 56}, [1020] = {.lex_state = 56}, - [1021] = {.lex_state = 56}, - [1022] = {.lex_state = 0}, - [1023] = {.lex_state = 56}, + [1021] = {.lex_state = 0}, + [1022] = {.lex_state = 56}, + [1023] = {.lex_state = 0}, [1024] = {.lex_state = 56}, [1025] = {.lex_state = 56}, [1026] = {.lex_state = 56}, @@ -6188,109 +6192,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1028] = {.lex_state = 56}, [1029] = {.lex_state = 56}, [1030] = {.lex_state = 56}, - [1031] = {.lex_state = 0}, - [1032] = {.lex_state = 0}, - [1033] = {.lex_state = 56}, - [1034] = {.lex_state = 0}, - [1035] = {.lex_state = 56}, + [1031] = {.lex_state = 56}, + [1032] = {.lex_state = 56}, + [1033] = {.lex_state = 0}, + [1034] = {.lex_state = 56}, + [1035] = {.lex_state = 0}, [1036] = {.lex_state = 56}, [1037] = {.lex_state = 56}, - [1038] = {.lex_state = 56}, + [1038] = {.lex_state = 0}, [1039] = {.lex_state = 56}, [1040] = {.lex_state = 56}, - [1041] = {.lex_state = 0}, - [1042] = {.lex_state = 0}, + [1041] = {.lex_state = 56}, + [1042] = {.lex_state = 56}, [1043] = {.lex_state = 56}, - [1044] = {.lex_state = 56}, + [1044] = {.lex_state = 0}, [1045] = {.lex_state = 56}, [1046] = {.lex_state = 0}, [1047] = {.lex_state = 56}, - [1048] = {.lex_state = 56}, + [1048] = {.lex_state = 0}, [1049] = {.lex_state = 56}, - [1050] = {.lex_state = 2}, - [1051] = {.lex_state = 2}, + [1050] = {.lex_state = 0}, + [1051] = {.lex_state = 56}, [1052] = {.lex_state = 0}, - [1053] = {.lex_state = 56}, + [1053] = {.lex_state = 2}, [1054] = {.lex_state = 56}, [1055] = {.lex_state = 56}, [1056] = {.lex_state = 56}, [1057] = {.lex_state = 56}, [1058] = {.lex_state = 56}, [1059] = {.lex_state = 56}, - [1060] = {.lex_state = 56}, - [1061] = {.lex_state = 0}, + [1060] = {.lex_state = 0}, + [1061] = {.lex_state = 56}, [1062] = {.lex_state = 0}, - [1063] = {.lex_state = 56}, - [1064] = {.lex_state = 56}, - [1065] = {.lex_state = 56}, + [1063] = {.lex_state = 0}, + [1064] = {.lex_state = 0}, + [1065] = {.lex_state = 0}, [1066] = {.lex_state = 56}, - [1067] = {.lex_state = 2}, - [1068] = {.lex_state = 0}, - [1069] = {.lex_state = 56}, + [1067] = {.lex_state = 56}, + [1068] = {.lex_state = 56}, + [1069] = {.lex_state = 2}, [1070] = {.lex_state = 56}, - [1071] = {.lex_state = 2}, - [1072] = {.lex_state = 0}, - [1073] = {.lex_state = 0}, + [1071] = {.lex_state = 56}, + [1072] = {.lex_state = 56}, + [1073] = {.lex_state = 56}, [1074] = {.lex_state = 56}, - [1075] = {.lex_state = 0}, + [1075] = {.lex_state = 56}, [1076] = {.lex_state = 56}, [1077] = {.lex_state = 56}, - [1078] = {.lex_state = 2}, + [1078] = {.lex_state = 56}, [1079] = {.lex_state = 56}, - [1080] = {.lex_state = 2}, - [1081] = {.lex_state = 56}, - [1082] = {.lex_state = 56}, - [1083] = {.lex_state = 2}, + [1080] = {.lex_state = 0}, + [1081] = {.lex_state = 0}, + [1082] = {.lex_state = 0}, + [1083] = {.lex_state = 0}, [1084] = {.lex_state = 0}, [1085] = {.lex_state = 56}, - [1086] = {.lex_state = 0}, + [1086] = {.lex_state = 56}, [1087] = {.lex_state = 0}, - [1088] = {.lex_state = 0}, - [1089] = {.lex_state = 0}, + [1088] = {.lex_state = 56}, + [1089] = {.lex_state = 56}, [1090] = {.lex_state = 0}, - [1091] = {.lex_state = 56}, - [1092] = {.lex_state = 0}, + [1091] = {.lex_state = 0}, + [1092] = {.lex_state = 56}, [1093] = {.lex_state = 0}, - [1094] = {.lex_state = 56}, + [1094] = {.lex_state = 0}, [1095] = {.lex_state = 2}, [1096] = {.lex_state = 0}, - [1097] = {.lex_state = 2}, + [1097] = {.lex_state = 0}, [1098] = {.lex_state = 2}, - [1099] = {.lex_state = 0}, - [1100] = {.lex_state = 0}, - [1101] = {.lex_state = 0}, - [1102] = {.lex_state = 56}, + [1099] = {.lex_state = 2}, + [1100] = {.lex_state = 56}, + [1101] = {.lex_state = 56}, + [1102] = {.lex_state = 0}, [1103] = {.lex_state = 0}, - [1104] = {.lex_state = 0}, + [1104] = {.lex_state = 56}, [1105] = {.lex_state = 0}, - [1106] = {.lex_state = 0}, - [1107] = {.lex_state = 2}, + [1106] = {.lex_state = 2}, + [1107] = {.lex_state = 56}, [1108] = {.lex_state = 0}, - [1109] = {.lex_state = 56}, + [1109] = {.lex_state = 0}, [1110] = {.lex_state = 56}, - [1111] = {.lex_state = 2}, - [1112] = {.lex_state = 56}, - [1113] = {.lex_state = 0}, - [1114] = {.lex_state = 0}, - [1115] = {.lex_state = 56}, - [1116] = {.lex_state = 2}, - [1117] = {.lex_state = 0}, + [1111] = {.lex_state = 0}, + [1112] = {.lex_state = 2}, + [1113] = {.lex_state = 56}, + [1114] = {.lex_state = 2}, + [1115] = {.lex_state = 0}, + [1116] = {.lex_state = 56}, + [1117] = {.lex_state = 56}, [1118] = {.lex_state = 2}, [1119] = {.lex_state = 2}, - [1120] = {.lex_state = 0}, + [1120] = {.lex_state = 2}, [1121] = {.lex_state = 56}, - [1122] = {.lex_state = 56}, - [1123] = {.lex_state = 56}, - [1124] = {.lex_state = 56}, - [1125] = {.lex_state = 56}, - [1126] = {.lex_state = 56}, - [1127] = {.lex_state = 0}, - [1128] = {.lex_state = 56}, - [1129] = {.lex_state = 56}, - [1130] = {.lex_state = 56}, - [1131] = {.lex_state = 0}, - [1132] = {.lex_state = 0}, - [1133] = {.lex_state = 0}, + [1122] = {.lex_state = 0}, + [1123] = {.lex_state = 2}, + [1124] = {.lex_state = 0}, + [1125] = {.lex_state = 0}, + [1126] = {.lex_state = 2}, + [1127] = {.lex_state = 2}, + [1128] = {.lex_state = 0}, + [1129] = {.lex_state = 0}, + [1130] = {.lex_state = 0}, + [1131] = {.lex_state = 2}, + [1132] = {.lex_state = 56}, + [1133] = {.lex_state = 56}, [1134] = {.lex_state = 0}, [1135] = {.lex_state = 0}, [1136] = {.lex_state = 0}, @@ -6298,57 +6302,57 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1138] = {.lex_state = 0}, [1139] = {.lex_state = 0}, [1140] = {.lex_state = 0}, - [1141] = {.lex_state = 0}, - [1142] = {.lex_state = 0}, + [1141] = {.lex_state = 56}, + [1142] = {.lex_state = 56}, [1143] = {.lex_state = 0}, [1144] = {.lex_state = 0}, - [1145] = {.lex_state = 0}, + [1145] = {.lex_state = 56}, [1146] = {.lex_state = 0}, - [1147] = {.lex_state = 0}, + [1147] = {.lex_state = 59}, [1148] = {.lex_state = 0}, - [1149] = {.lex_state = 59}, + [1149] = {.lex_state = 0}, [1150] = {.lex_state = 0}, - [1151] = {.lex_state = 59}, + [1151] = {.lex_state = 0}, [1152] = {.lex_state = 0}, [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 56}, + [1154] = {.lex_state = 0}, [1155] = {.lex_state = 0}, [1156] = {.lex_state = 0}, [1157] = {.lex_state = 0}, [1158] = {.lex_state = 0}, - [1159] = {.lex_state = 0}, + [1159] = {.lex_state = 56}, [1160] = {.lex_state = 0}, [1161] = {.lex_state = 0}, [1162] = {.lex_state = 0}, - [1163] = {.lex_state = 0}, + [1163] = {.lex_state = 59}, [1164] = {.lex_state = 0}, [1165] = {.lex_state = 0}, - [1166] = {.lex_state = 0}, + [1166] = {.lex_state = 59}, [1167] = {.lex_state = 0}, [1168] = {.lex_state = 0}, [1169] = {.lex_state = 56}, [1170] = {.lex_state = 0}, - [1171] = {.lex_state = 56}, + [1171] = {.lex_state = 0}, [1172] = {.lex_state = 0}, - [1173] = {.lex_state = 0}, + [1173] = {.lex_state = 56}, [1174] = {.lex_state = 0}, - [1175] = {.lex_state = 56}, - [1176] = {.lex_state = 56}, - [1177] = {.lex_state = 0}, - [1178] = {.lex_state = 0}, - [1179] = {.lex_state = 0}, + [1175] = {.lex_state = 0}, + [1176] = {.lex_state = 0}, + [1177] = {.lex_state = 56}, + [1178] = {.lex_state = 56}, + [1179] = {.lex_state = 56}, [1180] = {.lex_state = 0}, [1181] = {.lex_state = 0}, [1182] = {.lex_state = 0}, [1183] = {.lex_state = 0}, [1184] = {.lex_state = 0}, - [1185] = {.lex_state = 0}, - [1186] = {.lex_state = 0}, + [1185] = {.lex_state = 59}, + [1186] = {.lex_state = 56}, [1187] = {.lex_state = 0}, [1188] = {.lex_state = 0}, [1189] = {.lex_state = 0}, [1190] = {.lex_state = 0}, - [1191] = {.lex_state = 56}, + [1191] = {.lex_state = 0}, [1192] = {.lex_state = 0}, [1193] = {.lex_state = 0}, [1194] = {.lex_state = 0}, @@ -6360,16 +6364,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1200] = {.lex_state = 0}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 0}, - [1203] = {.lex_state = 56}, + [1203] = {.lex_state = 0}, [1204] = {.lex_state = 0}, [1205] = {.lex_state = 0}, - [1206] = {.lex_state = 0}, - [1207] = {.lex_state = 56}, - [1208] = {.lex_state = 0}, + [1206] = {.lex_state = 56}, + [1207] = {.lex_state = 0}, + [1208] = {.lex_state = 56}, [1209] = {.lex_state = 0}, - [1210] = {.lex_state = 56}, + [1210] = {.lex_state = 0}, [1211] = {.lex_state = 56}, - [1212] = {.lex_state = 56}, + [1212] = {.lex_state = 0}, [1213] = {.lex_state = 0}, [1214] = {.lex_state = 0}, [1215] = {.lex_state = 0}, @@ -6383,16 +6387,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1223] = {.lex_state = 0}, [1224] = {.lex_state = 0}, [1225] = {.lex_state = 0}, - [1226] = {.lex_state = 0}, - [1227] = {.lex_state = 59}, + [1226] = {.lex_state = 56}, + [1227] = {.lex_state = 0}, [1228] = {.lex_state = 0}, [1229] = {.lex_state = 0}, [1230] = {.lex_state = 0}, - [1231] = {.lex_state = 59}, - [1232] = {.lex_state = 56}, + [1231] = {.lex_state = 0}, + [1232] = {.lex_state = 0}, [1233] = {.lex_state = 0}, - [1234] = {.lex_state = 56}, - [1235] = {.lex_state = 56}, + [1234] = {.lex_state = 0}, + [1235] = {.lex_state = 0}, [1236] = {.lex_state = 0}, [1237] = {.lex_state = 0}, [1238] = {.lex_state = 0}, @@ -6444,7 +6448,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1284] = {.lex_state = 0}, [1285] = {.lex_state = 0}, [1286] = {.lex_state = 0}, - [1287] = {.lex_state = 59}, + [1287] = {.lex_state = 0}, [1288] = {.lex_state = 0}, [1289] = {.lex_state = 0}, [1290] = {.lex_state = 0}, @@ -6460,7 +6464,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1300] = {.lex_state = 0}, [1301] = {.lex_state = 0}, [1302] = {.lex_state = 0}, - [1303] = {.lex_state = 0}, + [1303] = {.lex_state = 59}, [1304] = {.lex_state = 0}, [1305] = {.lex_state = 0}, [1306] = {.lex_state = 0}, @@ -6659,67 +6663,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_source_file] = STATE(1384), - [sym_package_clause] = STATE(1070), - [sym_import_declaration] = STATE(1070), - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_function_declaration] = STATE(1070), - [sym_method_declaration] = STATE(1070), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(1207), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym_source_file] = STATE(1363), + [sym_package_clause] = STATE(1117), + [sym_import_declaration] = STATE(1117), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_function_declaration] = STATE(1117), + [sym_method_declaration] = STATE(1117), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(1159), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [aux_sym_source_file_repeat1] = STATE(2), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), @@ -6771,66 +6775,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [sym_package_clause] = STATE(1094), - [sym_import_declaration] = STATE(1094), - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_function_declaration] = STATE(1094), - [sym_method_declaration] = STATE(1094), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(1207), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym_package_clause] = STATE(1116), + [sym_import_declaration] = STATE(1116), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_function_declaration] = STATE(1116), + [sym_method_declaration] = STATE(1116), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(1159), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [aux_sym_source_file_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(75), [sym_identifier] = ACTIONS(7), @@ -6882,66 +6886,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [3] = { - [sym_package_clause] = STATE(1207), - [sym_import_declaration] = STATE(1207), - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_function_declaration] = STATE(1207), - [sym_method_declaration] = STATE(1207), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(1207), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym_package_clause] = STATE(1159), + [sym_import_declaration] = STATE(1159), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_function_declaration] = STATE(1159), + [sym_method_declaration] = STATE(1159), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(1159), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [aux_sym_source_file_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(77), [sym_identifier] = ACTIONS(79), @@ -6993,64 +6997,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1157), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1157), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1150), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1150), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7101,64 +7105,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [5] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1148), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1148), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1218), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1218), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7209,64 +7213,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [6] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1147), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1147), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1189), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1189), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7317,64 +7321,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [7] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1194), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1194), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1214), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1214), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7425,64 +7429,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [8] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1190), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1190), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1135), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1135), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7533,63 +7537,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [9] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(974), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1156), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(921), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1221), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7640,63 +7644,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [10] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(974), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1230), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(921), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1236), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7747,63 +7751,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [11] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(966), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), - [sym_identifier] = ACTIONS(7), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1335), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1335), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), + [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_const] = ACTIONS(17), @@ -7830,8 +7836,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(215), - [anon_sym_default] = ACTIONS(215), [anon_sym_select] = ACTIONS(63), [anon_sym_new] = ACTIONS(65), [anon_sym_make] = ACTIONS(65), @@ -7853,64 +7857,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [12] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1382), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1382), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1401), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1401), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -7923,7 +7927,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(217), + [anon_sym_RBRACE] = ACTIONS(215), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -7959,65 +7963,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [13] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1369), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1369), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), - [sym_identifier] = ACTIONS(181), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(953), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), + [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_const] = ACTIONS(17), @@ -8029,7 +8031,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(219), + [anon_sym_RBRACE] = ACTIONS(217), [anon_sym_interface] = ACTIONS(35), [anon_sym_map] = ACTIONS(37), [anon_sym_chan] = ACTIONS(39), @@ -8044,6 +8046,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(219), + [anon_sym_default] = ACTIONS(219), [anon_sym_select] = ACTIONS(63), [anon_sym_new] = ACTIONS(65), [anon_sym_make] = ACTIONS(65), @@ -8065,64 +8069,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [14] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1346), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1346), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1347), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1347), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8171,64 +8175,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [15] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1319), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1319), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1338), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1338), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8277,64 +8281,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [16] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1339), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1339), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1375), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1375), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8383,64 +8387,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [17] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1357), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1357), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1395), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1395), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8489,64 +8493,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [18] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement_list] = STATE(1334), - [sym__statement] = STATE(898), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_empty_labeled_statement] = STATE(1334), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement_list] = STATE(1345), + [sym__statement] = STATE(896), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_empty_labeled_statement] = STATE(1345), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(181), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8595,62 +8599,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [19] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(966), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(921), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8698,62 +8702,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [20] = { - [sym__declaration] = STATE(978), - [sym_const_declaration] = STATE(978), - [sym_var_declaration] = STATE(978), - [sym_type_declaration] = STATE(978), - [sym_expression_list] = STATE(803), - [sym_parenthesized_type] = STATE(1306), - [sym__simple_type] = STATE(1306), - [sym_generic_type] = STATE(1104), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1104), - [sym_implicit_length_array_type] = STATE(1272), - [sym_slice_type] = STATE(1104), - [sym_struct_type] = STATE(1104), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1104), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(978), - [sym__statement] = STATE(974), - [sym_empty_statement] = STATE(978), - [sym__simple_statement] = STATE(978), - [sym_expression_statement] = STATE(1003), - [sym_send_statement] = STATE(1003), - [sym_inc_statement] = STATE(1003), - [sym_dec_statement] = STATE(1003), - [sym_assignment_statement] = STATE(1003), - [sym_short_var_declaration] = STATE(1003), - [sym_labeled_statement] = STATE(978), - [sym_fallthrough_statement] = STATE(978), - [sym_break_statement] = STATE(978), - [sym_continue_statement] = STATE(978), - [sym_goto_statement] = STATE(978), - [sym_return_statement] = STATE(978), - [sym_go_statement] = STATE(978), - [sym_defer_statement] = STATE(978), - [sym_if_statement] = STATE(978), - [sym_for_statement] = STATE(978), - [sym_expression_switch_statement] = STATE(978), - [sym_type_switch_statement] = STATE(978), - [sym_select_statement] = STATE(978), - [sym__expression] = STATE(239), - [sym_parenthesized_expression] = STATE(266), - [sym_call_expression] = STATE(266), - [sym_selector_expression] = STATE(266), - [sym_index_expression] = STATE(266), - [sym_slice_expression] = STATE(266), - [sym_type_assertion_expression] = STATE(266), - [sym_type_conversion_expression] = STATE(266), - [sym_type_instantiation_expression] = STATE(266), - [sym_composite_literal] = STATE(266), - [sym_func_literal] = STATE(266), - [sym_unary_expression] = STATE(266), - [sym_binary_expression] = STATE(266), - [sym_qualified_type] = STATE(1032), - [sym_interpreted_string_literal] = STATE(266), + [sym__declaration] = STATE(990), + [sym_const_declaration] = STATE(990), + [sym_var_declaration] = STATE(990), + [sym_type_declaration] = STATE(990), + [sym_expression_list] = STATE(800), + [sym_parenthesized_type] = STATE(1285), + [sym__simple_type] = STATE(1285), + [sym_generic_type] = STATE(1125), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1125), + [sym_implicit_length_array_type] = STATE(1294), + [sym_slice_type] = STATE(1125), + [sym_struct_type] = STATE(1125), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1125), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(990), + [sym__statement] = STATE(953), + [sym_empty_statement] = STATE(990), + [sym__simple_statement] = STATE(990), + [sym_expression_statement] = STATE(1014), + [sym_send_statement] = STATE(1014), + [sym_inc_statement] = STATE(1014), + [sym_dec_statement] = STATE(1014), + [sym_assignment_statement] = STATE(1014), + [sym_short_var_declaration] = STATE(1014), + [sym_labeled_statement] = STATE(990), + [sym_fallthrough_statement] = STATE(990), + [sym_break_statement] = STATE(990), + [sym_continue_statement] = STATE(990), + [sym_goto_statement] = STATE(990), + [sym_return_statement] = STATE(990), + [sym_go_statement] = STATE(990), + [sym_defer_statement] = STATE(990), + [sym_if_statement] = STATE(990), + [sym_for_statement] = STATE(990), + [sym_expression_switch_statement] = STATE(990), + [sym_type_switch_statement] = STATE(990), + [sym_select_statement] = STATE(990), + [sym__expression] = STATE(240), + [sym_parenthesized_expression] = STATE(281), + [sym_call_expression] = STATE(281), + [sym_selector_expression] = STATE(281), + [sym_index_expression] = STATE(281), + [sym_slice_expression] = STATE(281), + [sym_type_assertion_expression] = STATE(281), + [sym_type_conversion_expression] = STATE(281), + [sym_type_instantiation_expression] = STATE(281), + [sym_composite_literal] = STATE(281), + [sym_func_literal] = STATE(281), + [sym_unary_expression] = STATE(281), + [sym_binary_expression] = STATE(281), + [sym_qualified_type] = STATE(1018), + [sym_interpreted_string_literal] = STATE(281), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_LPAREN] = ACTIONS(15), @@ -8801,45 +8805,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [21] = { - [sym_expression_list] = STATE(797), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym_block] = STATE(956), - [sym__simple_statement] = STATE(1394), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym_for_clause] = STATE(1308), - [sym_range_clause] = STATE(1308), - [sym__expression] = STATE(259), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(798), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym_block] = STATE(952), + [sym__simple_statement] = STATE(1377), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym_for_clause] = STATE(1272), + [sym_range_clause] = STATE(1272), + [sym__expression] = STATE(278), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_SEMI] = ACTIONS(233), [anon_sym_LPAREN] = ACTIONS(235), @@ -8874,43 +8878,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [22] = { - [sym_expression_list] = STATE(798), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1386), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__type_switch_header] = STATE(1402), + [sym_expression_list] = STATE(802), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1373), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym__type_switch_header] = STATE(1364), [sym__expression] = STATE(289), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -8943,42 +8947,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [23] = { - [sym_expression_list] = STATE(795), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1341), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__expression] = STATE(291), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(796), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1378), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym__expression] = STATE(296), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -9011,42 +9015,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [24] = { - [sym_expression_list] = STATE(795), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1358), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__expression] = STATE(291), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(796), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1389), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym__expression] = STATE(296), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -9079,42 +9083,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [25] = { - [sym_expression_list] = STATE(795), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1373), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__expression] = STATE(291), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(796), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1330), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym__expression] = STATE(296), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -9147,42 +9151,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [26] = { - [sym_expression_list] = STATE(795), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1351), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__expression] = STATE(291), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(796), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1331), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [sym__expression] = STATE(296), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -9215,42 +9219,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [27] = { - [sym_expression_list] = STATE(800), - [sym_parenthesized_type] = STATE(1314), - [sym__simple_type] = STATE(1314), - [sym_generic_type] = STATE(1084), - [sym_pointer_type] = STATE(858), - [sym_array_type] = STATE(1084), - [sym_implicit_length_array_type] = STATE(1293), - [sym_slice_type] = STATE(1084), - [sym_struct_type] = STATE(1084), - [sym_negated_type] = STATE(836), - [sym_interface_type] = STATE(858), - [sym_map_type] = STATE(1084), - [sym_channel_type] = STATE(858), - [sym_function_type] = STATE(858), - [sym__simple_statement] = STATE(1360), - [sym_expression_statement] = STATE(1276), - [sym_send_statement] = STATE(1276), - [sym_inc_statement] = STATE(1276), - [sym_dec_statement] = STATE(1276), - [sym_assignment_statement] = STATE(1276), - [sym_short_var_declaration] = STATE(1276), - [sym__expression] = STATE(255), - [sym_parenthesized_expression] = STATE(306), - [sym_call_expression] = STATE(306), - [sym_selector_expression] = STATE(306), - [sym_index_expression] = STATE(306), - [sym_slice_expression] = STATE(306), - [sym_type_assertion_expression] = STATE(306), - [sym_type_conversion_expression] = STATE(306), - [sym_type_instantiation_expression] = STATE(306), - [sym_composite_literal] = STATE(306), - [sym_func_literal] = STATE(306), - [sym_unary_expression] = STATE(306), - [sym_binary_expression] = STATE(306), - [sym_qualified_type] = STATE(1018), - [sym_interpreted_string_literal] = STATE(306), + [sym_expression_list] = STATE(797), + [sym_parenthesized_type] = STATE(1249), + [sym__simple_type] = STATE(1249), + [sym_generic_type] = STATE(1111), + [sym_pointer_type] = STATE(860), + [sym_array_type] = STATE(1111), + [sym_implicit_length_array_type] = STATE(1263), + [sym_slice_type] = STATE(1111), + [sym_struct_type] = STATE(1111), + [sym_negated_type] = STATE(840), + [sym_interface_type] = STATE(860), + [sym_map_type] = STATE(1111), + [sym_channel_type] = STATE(860), + [sym_function_type] = STATE(860), + [sym__simple_statement] = STATE(1324), + [sym_expression_statement] = STATE(1282), + [sym_send_statement] = STATE(1282), + [sym_inc_statement] = STATE(1282), + [sym_dec_statement] = STATE(1282), + [sym_assignment_statement] = STATE(1282), + [sym_short_var_declaration] = STATE(1282), + [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_type_instantiation_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(1035), + [sym_interpreted_string_literal] = STATE(303), [sym_identifier] = ACTIONS(231), [anon_sym_LPAREN] = ACTIONS(235), [anon_sym_func] = ACTIONS(237), @@ -9313,23 +9317,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(291), 1, sym_comment, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1013), 1, + STATE(943), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9346,7 +9350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9362,7 +9366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9409,31 +9413,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1100), 1, + STATE(1129), 1, sym_literal_element, - STATE(1178), 1, + STATE(1152), 1, sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9444,7 +9448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9457,7 +9461,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9504,31 +9508,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(321), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1073), 1, + STATE(1103), 1, sym_literal_element, - STATE(1233), 1, - sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1188), 1, + sym_keyed_element, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9539,7 +9543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9552,7 +9556,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9599,31 +9603,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(325), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1087), 1, + STATE(1093), 1, sym_literal_element, - STATE(1161), 1, - sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1197), 1, + sym_keyed_element, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9634,7 +9638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9647,7 +9651,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9694,31 +9698,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(329), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1052), 1, + STATE(1102), 1, sym_literal_element, - STATE(1192), 1, - sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1190), 1, + sym_keyed_element, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9729,7 +9733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9742,7 +9746,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9789,31 +9793,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(333), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1114), 1, + STATE(1064), 1, sym_literal_element, - STATE(1195), 1, - sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1234), 1, + sym_keyed_element, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9824,7 +9828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9837,7 +9841,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9884,31 +9888,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(337), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1120), 1, + STATE(1105), 1, sym_literal_element, - STATE(1217), 1, - sym_keyed_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1268), 1, + STATE(1184), 1, + sym_keyed_element, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -9919,7 +9923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -9932,7 +9936,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -9977,31 +9981,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(339), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10012,7 +10016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10025,7 +10029,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10070,31 +10074,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(341), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10105,7 +10109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10118,7 +10122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10163,31 +10167,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(343), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10198,7 +10202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10211,7 +10215,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10256,31 +10260,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(345), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10291,7 +10295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10304,7 +10308,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10349,31 +10353,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(347), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10384,7 +10388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10397,7 +10401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10442,31 +10446,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(349), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10477,7 +10481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10490,7 +10494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10535,31 +10539,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(351), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10570,7 +10574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10583,7 +10587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10628,31 +10632,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(353), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10663,7 +10667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10676,7 +10680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10721,31 +10725,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(355), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10756,7 +10760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10769,7 +10773,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10814,31 +10818,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(357), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10849,7 +10853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10862,7 +10866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -10907,31 +10911,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(359), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -10942,7 +10946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -10955,7 +10959,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11000,31 +11004,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(361), 1, anon_sym_RBRACE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -11035,7 +11039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11048,7 +11052,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11091,31 +11095,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(565), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1187), 1, + STATE(1155), 1, sym_literal_element, - STATE(1237), 1, + STATE(1183), 1, sym_literal_value, - STATE(1263), 1, - sym_keyed_element, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1281), 1, + sym_keyed_element, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -11126,7 +11130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11139,7 +11143,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11153,7 +11157,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2471] = 28, + [2471] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -11168,67 +11172,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(303), 1, - anon_sym_LBRACE, - ACTIONS(307), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(565), 1, + STATE(451), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1237), 1, - sym_literal_value, - STATE(1264), 1, - sym_literal_element, - STATE(1268), 1, + STATE(1278), 1, + sym_expression_list, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + STATE(1361), 2, + sym_send_statement, + sym_receive_statement, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11242,7 +11245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [2588] = 27, + [2586] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -11257,66 +11260,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(303), 1, + anon_sym_LBRACE, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(449), 1, + STATE(546), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(854), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1183), 1, + sym_literal_value, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1261), 1, - sym_expression_list, - ACTIONS(373), 2, + STATE(1280), 1, + sym_literal_element, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - STATE(1349), 2, - sym_send_statement, - sym_receive_statement, - ACTIONS(377), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11345,52 +11349,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, ACTIONS(383), 1, - anon_sym_RBRACK, + sym_identifier, ACTIONS(385), 1, - anon_sym_DOT_DOT_DOT, - STATE(689), 1, + anon_sym_RPAREN, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1276), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11403,7 +11407,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11436,48 +11440,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(391), 1, - anon_sym_COLON, - STATE(594), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(393), 1, + anon_sym_RPAREN, + STATE(524), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, - sym_type_elem, - STATE(1268), 1, + STATE(1204), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11490,7 +11494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11525,46 +11529,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(395), 1, - anon_sym_RPAREN, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(541), 1, + ACTIONS(395), 1, + anon_sym_RPAREN, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11577,7 +11581,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11610,48 +11614,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(397), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(399), 1, anon_sym_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(409), 1, - anon_sym_LT_DASH, - STATE(513), 1, + ACTIONS(401), 1, + anon_sym_COLON, + STATE(610), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1181), 1, + sym_type_elem, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1396), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11664,7 +11668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11697,48 +11701,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, ACTIONS(397), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(413), 1, - anon_sym_RPAREN, - STATE(527), 1, + anon_sym_STAR, + ACTIONS(403), 1, + anon_sym_COLON, + STATE(636), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1174), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1181), 1, + sym_type_elem, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11751,7 +11755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11780,52 +11784,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(415), 1, - anon_sym_RPAREN, - STATE(512), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(405), 1, + anon_sym_RBRACK, + ACTIONS(407), 1, + anon_sym_DOT_DOT_DOT, + STATE(675), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1225), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11838,7 +11842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11875,33 +11879,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(397), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(399), 1, anon_sym_STAR, - ACTIONS(417), 1, + ACTIONS(409), 1, anon_sym_RBRACK, - STATE(658), 1, + STATE(679), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1208), 1, + STATE(1181), 1, sym_type_elem, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -11912,7 +11916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -11925,7 +11929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -11960,46 +11964,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(419), 1, + ACTIONS(411), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(515), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1198), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12012,7 +12016,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12047,46 +12051,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(421), 1, + ACTIONS(413), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(512), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1138), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12099,7 +12103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12134,46 +12138,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(423), 1, + ACTIONS(415), 1, anon_sym_RPAREN, - STATE(525), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1135), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12186,7 +12190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12223,33 +12227,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(397), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(399), 1, anon_sym_STAR, - ACTIONS(425), 1, - anon_sym_RBRACK, - STATE(649), 1, + ACTIONS(417), 1, + anon_sym_COLON, + STATE(630), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, + STATE(1181), 1, sym_type_elem, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12260,7 +12264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12273,7 +12277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12308,46 +12312,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(427), 1, + ACTIONS(419), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12360,7 +12364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12397,33 +12401,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(397), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(399), 1, anon_sym_STAR, - ACTIONS(429), 1, + ACTIONS(421), 1, anon_sym_COLON, - STATE(623), 1, + STATE(614), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, + STATE(1181), 1, sym_type_elem, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -12434,7 +12438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12447,7 +12451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12482,46 +12486,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(431), 1, + ACTIONS(423), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12534,7 +12538,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12563,52 +12567,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(433), 1, - anon_sym_range, - STATE(522), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(425), 1, + anon_sym_RPAREN, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1276), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1284), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12621,7 +12625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12656,46 +12660,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(435), 1, + ACTIONS(427), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12708,7 +12712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12743,46 +12747,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(437), 1, + ACTIONS(429), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12795,7 +12799,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12828,48 +12832,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - anon_sym_RBRACK, - ACTIONS(439), 1, + ACTIONS(383), 1, sym_identifier, - STATE(658), 1, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(431), 1, + anon_sym_RPAREN, + STATE(525), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1159), 1, - sym_type_parameter_declaration, - STATE(1268), 1, + STATE(1201), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12882,7 +12886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -12917,46 +12921,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(437), 1, + anon_sym_LBRACE, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(441), 1, - anon_sym_RPAREN, - STATE(541), 1, + STATE(517), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1370), 1, + sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -12969,7 +12973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13004,46 +13008,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, ACTIONS(443), 1, anon_sym_RPAREN, - STATE(511), 1, + STATE(521), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1180), 1, + STATE(1202), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13056,7 +13060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13089,48 +13093,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, ACTIONS(397), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(399), 1, - anon_sym_LT_DASH, + anon_sym_STAR, ACTIONS(445), 1, - anon_sym_RPAREN, - STATE(541), 1, + anon_sym_COLON, + STATE(599), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1181), 1, + sym_type_elem, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13143,7 +13147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13176,48 +13180,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, ACTIONS(397), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(399), 1, - anon_sym_LT_DASH, + anon_sym_STAR, ACTIONS(447), 1, - anon_sym_RPAREN, - STATE(541), 1, + anon_sym_RBRACK, + STATE(658), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1182), 1, + sym_type_elem, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13230,7 +13234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13263,48 +13267,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, ACTIONS(397), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(399), 1, - anon_sym_LT_DASH, + anon_sym_STAR, ACTIONS(449), 1, - anon_sym_RPAREN, - STATE(516), 1, + anon_sym_COLON, + STATE(626), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1198), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1181), 1, + sym_type_elem, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(932), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13317,7 +13321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13352,46 +13356,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, ACTIONS(451), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13404,7 +13408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13433,52 +13437,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(301), 1, + anon_sym_STAR, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(453), 1, + anon_sym_range, + STATE(511), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(854), 1, + sym_qualified_type, + STATE(1271), 1, + sym_expression_list, + STATE(1279), 1, + sym_implicit_length_array_type, + ACTIONS(309), 2, + anon_sym_new, + anon_sym_make, + STATE(1253), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(313), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 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(892), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(317), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(429), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [5553] = 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(295), 1, + anon_sym_LPAREN, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(453), 1, + ACTIONS(455), 1, anon_sym_RPAREN, - STATE(541), 1, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, + STATE(1276), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13491,7 +13582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13505,7 +13596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5553] = 27, + [5667] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13520,8 +13611,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, @@ -13532,29 +13621,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(433), 1, - anon_sym_range, - STATE(522), 1, + ACTIONS(447), 1, + anon_sym_RBRACK, + ACTIONS(457), 1, + sym_identifier, + STATE(658), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1172), 1, + sym_type_parameter_declaration, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1281), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13565,7 +13656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13578,7 +13669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13592,7 +13683,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5667] = 27, + [5781] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13611,48 +13702,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(455), 1, - anon_sym_COLON, - STATE(621), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(459), 1, + anon_sym_RPAREN, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, - sym_type_elem, - STATE(1268), 1, + STATE(1276), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13665,7 +13756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13679,7 +13770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [5781] = 27, + [5895] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -13698,48 +13789,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(389), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(457), 1, - anon_sym_COLON, - STATE(632), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(461), 1, + anon_sym_RPAREN, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, - sym_type_elem, - STATE(1268), 1, + STATE(1276), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13752,94 +13843,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [5895] = 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(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(307), 1, - anon_sym_LT_DASH, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(387), 1, - sym_identifier, - ACTIONS(389), 1, - anon_sym_STAR, - ACTIONS(459), 1, - anon_sym_COLON, - STATE(609), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(855), 1, - sym_qualified_type, - STATE(1150), 1, - sym_type_elem, - STATE(1268), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(1004), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(313), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 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(894), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(317), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13868,41 +13872,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(301), 1, + anon_sym_STAR, ACTIONS(307), 1, anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, - sym_identifier, - ACTIONS(389), 1, - anon_sym_STAR, - ACTIONS(461), 1, - anon_sym_COLON, - STATE(608), 1, + ACTIONS(453), 1, + anon_sym_range, + STATE(511), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1150), 1, - sym_type_elem, - STATE(1268), 1, + STATE(1269), 1, + sym_expression_list, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1004), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -13913,7 +13917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -13926,7 +13930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -13961,46 +13965,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, ACTIONS(463), 1, anon_sym_RPAREN, - STATE(521), 1, + STATE(513), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1163), 1, + STATE(1240), 1, sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14013,7 +14017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14056,25 +14060,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(465), 1, anon_sym_RBRACK, - STATE(637), 1, + STATE(678), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14085,7 +14089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14098,7 +14102,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14139,27 +14143,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(425), 1, - anon_sym_RBRACK, - STATE(649), 1, + ACTIONS(467), 1, + anon_sym_SEMI, + STATE(688), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14170,7 +14174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14183,7 +14187,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14212,50 +14216,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(467), 1, - anon_sym_RBRACK, - STATE(606), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(469), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14268,7 +14272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14297,50 +14301,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(469), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(471), 1, + anon_sym_RBRACK, + STATE(604), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14353,7 +14357,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14394,27 +14398,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(471), 1, + ACTIONS(409), 1, anon_sym_RBRACK, - STATE(636), 1, + STATE(679), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14425,7 +14429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14438,7 +14442,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14467,50 +14471,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(301), 1, + anon_sym_STAR, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, ACTIONS(405), 1, - anon_sym_STAR, - ACTIONS(409), 1, - anon_sym_LT_DASH, - STATE(590), 1, + anon_sym_RBRACK, + STATE(675), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1281), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14523,7 +14527,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14564,27 +14568,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(473), 1, - anon_sym_SEMI, - STATE(692), 1, + STATE(511), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1271), 1, + sym_expression_list, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14595,7 +14599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14608,7 +14612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14649,27 +14653,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(475), 1, + ACTIONS(473), 1, anon_sym_RBRACK, - STATE(670), 1, + STATE(674), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -14680,7 +14684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14693,7 +14697,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14726,46 +14730,46 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(934), 1, + STATE(974), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14778,7 +14782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14813,44 +14817,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - STATE(590), 1, + STATE(561), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, - sym_implicit_length_array_type, - STATE(1284), 1, + STATE(1269), 1, sym_expression_list, + STATE(1279), 1, + sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14863,7 +14867,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14892,50 +14896,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(489), 1, - anon_sym_RBRACK, - STATE(617), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + STATE(561), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1271), 1, + sym_expression_list, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -14948,7 +14952,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -14983,44 +14987,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(491), 1, + ACTIONS(487), 1, anon_sym_RPAREN, - STATE(597), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15033,7 +15037,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15066,46 +15070,46 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(941), 1, + STATE(970), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15118,7 +15122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15147,50 +15151,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(542), 1, + 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(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1284), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15203,7 +15207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15244,27 +15248,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(493), 1, + ACTIONS(491), 1, anon_sym_RBRACK, - STATE(612), 1, + STATE(617), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -15275,7 +15279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15288,7 +15292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15323,44 +15327,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(495), 1, + ACTIONS(493), 1, anon_sym_RPAREN, - STATE(597), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15373,7 +15377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15402,50 +15406,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(497), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(495), 1, + anon_sym_SEMI, + STATE(647), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15458,7 +15462,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15487,50 +15491,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, - anon_sym_RBRACK, - STATE(631), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(497), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15543,7 +15547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15572,50 +15576,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(541), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(499), 1, + anon_sym_RBRACK, + STATE(622), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1245), 1, - sym_variadic_argument, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15628,7 +15632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15669,27 +15673,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(383), 1, + ACTIONS(501), 1, anon_sym_RBRACK, - STATE(689), 1, + STATE(612), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -15700,7 +15704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15713,7 +15717,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15754,27 +15758,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(501), 1, - anon_sym_RBRACK, - STATE(638), 1, + STATE(511), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, + STATE(1371), 1, + sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -15785,7 +15789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15798,7 +15802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15833,44 +15837,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, ACTIONS(503), 1, anon_sym_RPAREN, - STATE(597), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -15883,7 +15887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15912,63 +15916,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(395), 1, + ACTIONS(505), 1, + anon_sym_RBRACK, + STATE(594), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1008), 1, - sym_expression_list, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -15997,63 +16001,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(273), 1, + anon_sym_func, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(505), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(485), 1, + anon_sym_DQUOTE, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(957), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16082,50 +16086,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(522), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(507), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1372), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16138,7 +16142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16179,27 +16183,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(507), 1, + ACTIONS(509), 1, anon_sym_RBRACK, - STATE(616), 1, + STATE(619), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -16210,7 +16214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16223,7 +16227,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16264,27 +16268,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(509), 1, - anon_sym_SEMI, - STATE(641), 1, + ACTIONS(511), 1, + anon_sym_RBRACK, + STATE(615), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -16295,7 +16299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16308,7 +16312,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16349,27 +16353,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(511), 1, - anon_sym_RBRACK, - STATE(618), 1, + STATE(544), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1271), 1, + sym_expression_list, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -16380,7 +16384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16393,7 +16397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16428,44 +16432,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, ACTIONS(513), 1, anon_sym_RPAREN, - STATE(597), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16478,7 +16482,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16507,63 +16511,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(395), 1, + ACTIONS(515), 1, + anon_sym_RBRACK, + STATE(645), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(948), 1, - sym_expression_list, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16592,50 +16596,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(515), 1, - anon_sym_RBRACK, - STATE(626), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(517), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16648,7 +16652,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16677,63 +16681,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(395), 1, + ACTIONS(519), 1, + anon_sym_RBRACK, + STATE(616), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(949), 1, - sym_expression_list, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16762,50 +16766,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(517), 1, - anon_sym_RBRACK, - STATE(683), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(521), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16818,7 +16822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16847,63 +16851,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(395), 1, + ACTIONS(523), 1, + anon_sym_RBRACK, + STATE(634), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(951), 1, - sym_expression_list, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -16932,50 +16936,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(519), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(525), 1, + anon_sym_RBRACK, + STATE(620), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -16988,7 +16992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17017,63 +17021,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - ACTIONS(521), 1, - anon_sym_RBRACK, - STATE(598), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(927), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17108,44 +17112,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(523), 1, + ACTIONS(527), 1, anon_sym_RPAREN, - STATE(597), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17158,7 +17162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17191,46 +17195,46 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(970), 1, + STATE(934), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17243,7 +17247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17272,63 +17276,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, - anon_sym_DQUOTE, - STATE(395), 1, + ACTIONS(529), 1, + anon_sym_RPAREN, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1009), 1, - sym_expression_list, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17369,27 +17373,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(525), 1, + ACTIONS(447), 1, anon_sym_RBRACK, - STATE(603), 1, + STATE(658), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17400,7 +17404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17413,7 +17417,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17442,50 +17446,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(527), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(531), 1, + anon_sym_RBRACK, + STATE(637), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17498,7 +17502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17527,135 +17531,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, - anon_sym_LPAREN, - ACTIONS(479), 1, - anon_sym_STAR, - ACTIONS(481), 1, - anon_sym_LT_DASH, - ACTIONS(487), 1, - anon_sym_DQUOTE, - STATE(395), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(1017), 1, - sym_expression_list, - STATE(1041), 1, - sym_qualified_type, - STATE(1292), 1, - sym_implicit_length_array_type, - ACTIONS(283), 2, - anon_sym_new, - anon_sym_make, - STATE(1312), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(485), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(483), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1068), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(287), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(502), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [10899] = 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(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(522), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(583), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1276), 1, + sym_variadic_argument, + STATE(1279), 1, sym_implicit_length_array_type, - STATE(1281), 1, - sym_expression_list, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17668,7 +17587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17682,7 +17601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11010] = 26, + [10899] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -17701,46 +17620,46 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1010), 1, + STATE(989), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17753,7 +17672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17767,7 +17686,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11121] = 26, + [11010] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -17782,63 +17701,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - anon_sym_RBRACK, - STATE(658), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1015), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17852,7 +17771,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11232] = 26, + [11121] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -17871,46 +17790,46 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(395), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1011), 1, + STATE(1016), 1, sym_expression_list, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -17923,7 +17842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -17937,7 +17856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11343] = 26, + [11232] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -17964,27 +17883,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(522), 1, + STATE(511), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, - sym_implicit_length_array_type, - STATE(1284), 1, + STATE(1269), 1, sym_expression_list, + STATE(1279), 1, + sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -17995,7 +17914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18008,7 +17927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18022,7 +17941,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11454] = 26, + [11343] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18049,27 +17968,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(529), 1, + ACTIONS(533), 1, anon_sym_RBRACK, - STATE(599), 1, + STATE(631), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -18080,7 +17999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18093,7 +18012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18107,7 +18026,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11565] = 26, + [11454] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18122,148 +18041,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(397), 1, - anon_sym_STAR, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(531), 1, - anon_sym_RPAREN, - STATE(597), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(855), 1, - sym_qualified_type, - STATE(1268), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(1311), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(313), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(401), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(894), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(317), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(394), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [11676] = 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(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(533), 1, - anon_sym_RPAREN, - STATE(597), 1, + ACTIONS(485), 1, + anon_sym_DQUOTE, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(951), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18277,7 +18111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11787] = 25, + [11565] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18292,61 +18126,63 @@ 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, - anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(463), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(950), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18360,7 +18196,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [11895] = 25, + [11676] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18375,61 +18211,63 @@ 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, - anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(460), 1, + STATE(426), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(1005), 1, + sym_expression_list, + STATE(1033), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18443,7 +18281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12003] = 25, + [11787] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18458,61 +18296,61 @@ 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, - anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(461), 1, + STATE(445), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18526,7 +18364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12111] = 25, + [11895] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18541,61 +18379,61 @@ 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, - anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(462), 1, + STATE(435), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18609,7 +18447,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12219] = 25, + [12003] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18624,48 +18462,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - STATE(646), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(584), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18678,7 +18516,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18692,7 +18530,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12327] = 25, + [12111] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18707,48 +18545,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - STATE(387), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(575), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18761,7 +18599,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18775,7 +18613,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12435] = 25, + [12219] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -18788,50 +18626,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, + ACTIONS(39), 1, + anon_sym_chan, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(537), 1, - anon_sym_chan, STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -18844,7 +18682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18858,15 +18696,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12543] = 25, + [12327] = 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, @@ -18875,59 +18709,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, + anon_sym_LPAREN, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, + anon_sym_STAR, + ACTIONS(543), 1, anon_sym_chan, - ACTIONS(41), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, + STATE(342), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(1046), 1, + sym_qualified_type, + STATE(1250), 1, + sym_implicit_length_array_type, + ACTIONS(547), 2, + anon_sym_new, + anon_sym_make, + STATE(1246), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(551), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(549), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1065), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(555), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(383), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [12435] = 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(295), 1, + anon_sym_LPAREN, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(539), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, sym_identifier, - STATE(246), 1, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(598), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(854), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -18941,15 +18862,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12651] = 25, + [12543] = 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, @@ -18960,57 +18877,61 @@ 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(295), 1, + anon_sym_LPAREN, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(539), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, sym_identifier, - STATE(247), 1, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(573), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(854), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19024,7 +18945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12759] = 25, + [12651] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -19039,61 +18960,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(447), 1, + STATE(625), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19107,15 +19028,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12867] = 25, + [12759] = 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, @@ -19126,57 +19043,61 @@ 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(295), 1, + anon_sym_LPAREN, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(539), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, sym_identifier, - STATE(243), 1, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(581), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(854), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19190,7 +19111,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [12975] = 25, + [12867] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -19205,61 +19126,61 @@ 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(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - STATE(439), 1, + STATE(344), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19273,11 +19194,15 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13083] = 25, + [12975] = 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, @@ -19288,61 +19213,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(315), 1, + ACTIONS(41), 1, + anon_sym_LT_DASH, + ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(557), 1, sym_identifier, - ACTIONS(405), 1, - anon_sym_STAR, - ACTIONS(409), 1, - anon_sym_LT_DASH, - STATE(639), 1, + STATE(242), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1018), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1294), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1285), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19356,7 +19277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13191] = 25, + [13083] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -19381,27 +19302,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(183), 1, anon_sym_func, - ACTIONS(539), 1, + ACTIONS(557), 1, sym_identifier, - STATE(241), 1, + STATE(247), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(1018), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1294), 1, sym_implicit_length_array_type, ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1285), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19412,7 +19333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19425,7 +19346,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19439,15 +19360,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13299] = 25, + [13191] = 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, @@ -19458,57 +19375,61 @@ 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(273), 1, + anon_sym_func, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, + anon_sym_STAR, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(71), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(539), 1, - sym_identifier, - STATE(244), 1, + STATE(448), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19522,7 +19443,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13407] = 25, + [13299] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -19543,42 +19464,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(645), 1, + STATE(388), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19591,7 +19512,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19605,7 +19526,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [13515] = 25, + [13407] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -19622,35 +19543,118 @@ static const uint16_t ts_small_parse_table[] = { 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(537), 1, + ACTIONS(557), 1, + sym_identifier, + STATE(246), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(1018), 1, + sym_qualified_type, + STATE(1294), 1, + sym_implicit_length_array_type, + ACTIONS(65), 2, + anon_sym_new, + anon_sym_make, + STATE(1285), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(69), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 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(1125), 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(281), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [13515] = 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(539), 1, + ACTIONS(41), 1, + anon_sym_LT_DASH, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(557), 1, sym_identifier, - STATE(242), 1, + STATE(245), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(1018), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1294), 1, sym_implicit_length_array_type, ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(1285), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19661,7 +19665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19674,7 +19678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19713,27 +19717,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(183), 1, anon_sym_func, - ACTIONS(539), 1, + ACTIONS(557), 1, sym_identifier, - STATE(242), 1, + STATE(244), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(1018), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1294), 1, sym_implicit_length_array_type, ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1285), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -19744,7 +19748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19757,7 +19761,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19792,42 +19796,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(662), 1, + STATE(621), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19840,7 +19844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19869,48 +19873,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(387), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(490), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -19923,7 +19927,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -19938,6 +19942,89 @@ static const uint16_t ts_small_parse_table[] = { sym_binary_expression, sym_interpreted_string_literal, [13947] = 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(543), 1, + anon_sym_chan, + ACTIONS(557), 1, + sym_identifier, + STATE(241), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(1018), 1, + sym_qualified_type, + STATE(1294), 1, + sym_implicit_length_array_type, + ACTIONS(65), 2, + anon_sym_new, + anon_sym_make, + STATE(1285), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(69), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 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(1125), 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(281), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [14055] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -19952,48 +20039,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(388), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(643), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20006,7 +20093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20020,7 +20107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14055] = 25, + [14163] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20035,61 +20122,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(273), 1, + anon_sym_func, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - STATE(546), 1, + ACTIONS(485), 1, + anon_sym_DQUOTE, + STATE(449), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20103,7 +20190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14163] = 25, + [14271] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20116,50 +20203,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(549), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(543), 1, + anon_sym_chan, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20172,7 +20259,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20186,7 +20273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14271] = 25, + [14379] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20201,61 +20288,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, + ACTIONS(535), 1, + sym_identifier, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - STATE(550), 1, + ACTIONS(553), 1, + anon_sym_DQUOTE, + STATE(341), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20269,7 +20356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14379] = 25, + [14487] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20290,42 +20377,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(551), 1, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20338,7 +20425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20352,7 +20439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14487] = 25, + [14595] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20381,23 +20468,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -20408,7 +20495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20421,7 +20508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20435,7 +20522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14595] = 25, + [14703] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20450,61 +20537,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(446), 1, + STATE(657), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20518,7 +20605,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14703] = 25, + [14811] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20531,6 +20618,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(293), 1, sym_identifier, ACTIONS(295), 1, @@ -20543,27 +20632,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(537), 1, - anon_sym_chan, - STATE(387), 1, + STATE(639), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -20574,7 +20661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20587,7 +20674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20601,7 +20688,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14811] = 25, + [14919] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20616,61 +20703,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(405), 1, + ACTIONS(273), 1, + anon_sym_func, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - STATE(630), 1, + ACTIONS(485), 1, + anon_sym_DQUOTE, + STATE(446), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20684,15 +20771,11 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [14919] = 25, + [15027] = 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, @@ -20703,57 +20786,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(41), 1, + 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(71), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - ACTIONS(183), 1, - anon_sym_func, - ACTIONS(539), 1, - sym_identifier, - STATE(242), 1, + STATE(297), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1032), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1272), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(65), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1306), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(69), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(67), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1104), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(73), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(266), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20767,7 +20854,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15027] = 25, + [15135] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20782,48 +20869,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(301), 1, + anon_sym_STAR, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + STATE(642), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(854), 1, + sym_qualified_type, + STATE(1279), 1, + sym_implicit_length_array_type, + ACTIONS(309), 2, + anon_sym_new, + anon_sym_make, + STATE(1253), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(313), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 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(892), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(317), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(429), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [15243] = 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(293), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(295), 1, + anon_sym_LPAREN, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(597), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20836,7 +21006,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20850,7 +21020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15135] = 25, + [15351] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20865,48 +21035,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(720), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + STATE(553), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -20919,7 +21089,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -20933,7 +21103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15243] = 25, + [15459] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -20948,48 +21118,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(660), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + STATE(542), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21002,7 +21172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21016,7 +21186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15351] = 25, + [15567] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21037,42 +21207,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - STATE(634), 1, + STATE(533), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21085,7 +21255,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21099,7 +21269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15459] = 25, + [15675] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21114,61 +21284,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, - anon_sym_DQUOTE, - STATE(451), 1, + STATE(530), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21182,7 +21352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15567] = 25, + [15783] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21197,61 +21367,61 @@ 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(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - STATE(433), 1, + STATE(340), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21265,7 +21435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15675] = 25, + [15891] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21278,63 +21448,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(265), 1, - sym_identifier, - ACTIONS(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(299), 1, + anon_sym_func, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, - anon_sym_DQUOTE, - ACTIONS(537), 1, - anon_sym_chan, - STATE(433), 1, + STATE(388), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(854), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21348,7 +21518,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15783] = 25, + [15999] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21375,25 +21545,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(693), 1, + STATE(388), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -21404,7 +21574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21417,7 +21587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21431,7 +21601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15891] = 25, + [16107] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21446,61 +21616,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, - sym_identifier, - ACTIONS(543), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, - anon_sym_DQUOTE, - STATE(344), 1, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(854), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21514,7 +21684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [15999] = 25, + [16215] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21529,48 +21699,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(611), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(436), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21583,7 +21753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21597,7 +21767,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16107] = 25, + [16323] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21612,61 +21782,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(667), 1, + STATE(445), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21680,7 +21850,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16215] = 25, + [16431] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21695,48 +21865,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(387), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(438), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21749,7 +21919,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21763,7 +21933,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16323] = 25, + [16539] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21790,25 +21960,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(482), 1, + STATE(442), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -21819,7 +21989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21832,7 +22002,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21846,7 +22016,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16431] = 25, + [16647] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21861,61 +22031,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(235), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(292), 1, + STATE(443), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(854), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -21929,7 +22099,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16539] = 25, + [16755] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -21944,48 +22114,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(388), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(681), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -21998,7 +22168,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22012,7 +22182,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16647] = 25, + [16863] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22025,63 +22195,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(231), 1, + ACTIONS(265), 1, sym_identifier, - ACTIONS(235), 1, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - ACTIONS(537), 1, + ACTIONS(543), 1, anon_sym_chan, - STATE(292), 1, + STATE(445), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, + sym_negated_type, + STATE(1033), 1, + sym_qualified_type, + STATE(1308), 1, + sym_implicit_length_array_type, + ACTIONS(283), 2, + anon_sym_new, + anon_sym_make, + STATE(1252), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(483), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(481), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1096), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(287), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(469), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [16971] = 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(557), 1, + sym_identifier, + STATE(241), 1, + sym__expression, + STATE(840), 1, sym_negated_type, STATE(1018), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1294), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1285), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22095,7 +22348,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16755] = 25, + [17079] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22116,42 +22369,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - STATE(558), 1, + STATE(692), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22164,7 +22417,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22178,7 +22431,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16863] = 25, + [17187] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22193,61 +22446,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(535), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - STATE(495), 1, + STATE(342), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22261,7 +22514,90 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [16971] = 25, + [17295] = 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(535), 1, + sym_identifier, + ACTIONS(537), 1, + anon_sym_LPAREN, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, + anon_sym_STAR, + ACTIONS(545), 1, + anon_sym_LT_DASH, + ACTIONS(553), 1, + anon_sym_DQUOTE, + STATE(342), 1, + sym__expression, + STATE(840), 1, + sym_negated_type, + STATE(1046), 1, + sym_qualified_type, + STATE(1250), 1, + sym_implicit_length_array_type, + ACTIONS(547), 2, + anon_sym_new, + anon_sym_make, + STATE(1246), 2, + sym_parenthesized_type, + sym__simple_type, + ACTIONS(551), 3, + sym_raw_string_literal, + sym_imaginary_literal, + sym_rune_literal, + STATE(860), 4, + sym_pointer_type, + sym_interface_type, + sym_channel_type, + sym_function_type, + ACTIONS(549), 5, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + STATE(1065), 5, + sym_generic_type, + sym_array_type, + sym_slice_type, + sym_struct_type, + sym_map_type, + ACTIONS(555), 6, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + STATE(383), 13, + sym_parenthesized_expression, + sym_call_expression, + sym_selector_expression, + sym_index_expression, + sym_slice_expression, + sym_type_assertion_expression, + sym_type_conversion_expression, + sym_type_instantiation_expression, + sym_composite_literal, + sym_func_literal, + sym_unary_expression, + sym_binary_expression, + sym_interpreted_string_literal, + [17403] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22282,42 +22618,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - STATE(559), 1, + STATE(618), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22330,7 +22666,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22344,7 +22680,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17079] = 25, + [17511] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22359,48 +22695,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, - anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(560), 1, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(644), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22413,7 +22749,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22427,7 +22763,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17187] = 25, + [17619] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22442,48 +22778,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, - anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(561), 1, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(668), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22496,7 +22832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22510,7 +22846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17295] = 25, + [17727] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22537,25 +22873,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(387), 1, + STATE(685), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -22566,7 +22902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22579,7 +22915,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22593,7 +22929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17403] = 25, + [17835] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22608,48 +22944,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(388), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(632), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22662,7 +22998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22676,7 +23012,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17511] = 25, + [17943] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22703,25 +23039,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(437), 1, + STATE(709), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -22732,7 +23068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22745,7 +23081,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22759,7 +23095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17619] = 25, + [18051] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22774,48 +23110,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(442), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, + anon_sym_STAR, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(611), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22828,7 +23164,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22842,7 +23178,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17727] = 25, + [18159] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22863,42 +23199,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(444), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(684), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22911,7 +23247,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -22925,7 +23261,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17835] = 25, + [18267] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -22940,48 +23276,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(443), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + STATE(654), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -22994,7 +23330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23008,7 +23344,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [17943] = 25, + [18375] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23023,144 +23359,61 @@ 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(273), 1, - anon_sym_func, - ACTIONS(477), 1, - anon_sym_LPAREN, - ACTIONS(479), 1, - anon_sym_STAR, - ACTIONS(481), 1, - anon_sym_LT_DASH, - ACTIONS(487), 1, - anon_sym_DQUOTE, - STATE(433), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(1041), 1, - sym_qualified_type, - STATE(1292), 1, - sym_implicit_length_array_type, - ACTIONS(283), 2, - anon_sym_new, - anon_sym_make, - STATE(1312), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(485), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(483), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1068), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(287), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(502), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [18051] = 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(295), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(539), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - STATE(387), 1, + ACTIONS(553), 1, + anon_sym_DQUOTE, + STATE(338), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23174,7 +23427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18159] = 25, + [18483] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23193,44 +23446,44 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(436), 1, + STATE(444), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23243,7 +23496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23257,7 +23510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18267] = 25, + [18591] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23270,63 +23523,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(295), 1, + ACTIONS(363), 1, + sym_identifier, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(537), 1, + ACTIONS(379), 1, + anon_sym_DQUOTE, + ACTIONS(543), 1, anon_sym_chan, - STATE(387), 1, + STATE(462), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23340,7 +23593,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18375] = 25, + [18699] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23359,44 +23612,44 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(440), 1, + STATE(433), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23409,7 +23662,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23423,7 +23676,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18483] = 25, + [18807] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23438,61 +23691,61 @@ 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(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - STATE(438), 1, + STATE(339), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23506,7 +23759,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18591] = 25, + [18915] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23521,61 +23774,61 @@ 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(273), 1, - anon_sym_func, - ACTIONS(477), 1, + ACTIONS(537), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(539), 1, + anon_sym_func, + ACTIONS(541), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(545), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(553), 1, anon_sym_DQUOTE, - STATE(434), 1, + STATE(343), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1046), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1250), 1, sym_implicit_length_array_type, - ACTIONS(283), 2, + ACTIONS(547), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1246), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(551), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(549), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1065), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(287), 6, + ACTIONS(555), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(383), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23589,7 +23842,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18699] = 25, + [19023] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23608,44 +23861,44 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(273), 1, anon_sym_func, - ACTIONS(477), 1, + ACTIONS(475), 1, anon_sym_LPAREN, - ACTIONS(479), 1, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(481), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(487), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, STATE(441), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1041), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1292), 1, + STATE(1308), 1, sym_implicit_length_array_type, ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1312), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(485), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(483), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1068), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23658,7 +23911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(502), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23672,7 +23925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18807] = 25, + [19131] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23685,8 +23938,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(231), 1, sym_identifier, ACTIONS(235), 1, @@ -23699,25 +23950,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(292), 1, + ACTIONS(543), 1, + anon_sym_chan, + STATE(297), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1263), 1, sym_implicit_length_array_type, ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -23728,7 +23981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -23741,7 +23994,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23755,7 +24008,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [18915] = 25, + [19239] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23770,61 +24023,61 @@ 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, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(297), 1, + STATE(440), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23838,7 +24091,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19023] = 25, + [19347] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23853,61 +24106,61 @@ 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, - anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(273), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(475), 1, + anon_sym_LPAREN, + ACTIONS(477), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(479), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(485), 1, anon_sym_DQUOTE, - STATE(293), 1, + STATE(439), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(1033), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1308), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(283), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1252), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(483), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(481), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(1096), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(287), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(469), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -23921,7 +24174,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19131] = 25, + [19455] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -23934,63 +24187,63 @@ 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(295), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, - anon_sym_DQUOTE, - STATE(290), 1, + ACTIONS(543), 1, + anon_sym_chan, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(854), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24004,7 +24257,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19239] = 25, + [19563] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24019,61 +24272,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(235), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(294), 1, + STATE(661), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(854), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24087,7 +24340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19347] = 25, + [19671] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24102,61 +24355,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(231), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(235), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(237), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(239), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(241), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(251), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(295), 1, + STATE(662), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1018), 1, + STATE(854), 1, sym_qualified_type, - STATE(1293), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(245), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1314), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(249), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(247), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1084), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(253), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(306), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24170,7 +24423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19455] = 25, + [19779] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24185,61 +24438,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(343), 1, + STATE(509), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24253,7 +24506,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19563] = 25, + [19887] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24268,48 +24521,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(403), 1, - sym_identifier, - ACTIONS(405), 1, - anon_sym_STAR, - ACTIONS(409), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(387), 1, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(671), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(411), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24322,7 +24575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24336,7 +24589,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19671] = 25, + [19995] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24351,61 +24604,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(547), 1, - anon_sym_STAR, - ACTIONS(549), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(339), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(854), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24419,7 +24672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19779] = 25, + [20103] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24432,63 +24685,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(537), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(343), 1, + STATE(655), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(854), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24502,7 +24755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19887] = 25, + [20211] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24517,61 +24770,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, - sym_identifier, - ACTIONS(543), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, - anon_sym_DQUOTE, - STATE(343), 1, + STATE(624), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(854), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24585,7 +24838,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [19995] = 25, + [20319] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24598,63 +24851,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(363), 1, + ACTIONS(39), 1, + anon_sym_chan, + ACTIONS(293), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(369), 1, - anon_sym_STAR, - ACTIONS(371), 1, - anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(537), 1, - anon_sym_chan, - STATE(487), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(660), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(854), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1283), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24668,7 +24921,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20103] = 25, + [20427] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24683,37 +24936,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(301), 1, + anon_sym_STAR, ACTIONS(307), 1, anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(387), 1, - sym_identifier, - ACTIONS(389), 1, - anon_sym_STAR, - STATE(387), 1, + STATE(666), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -24724,7 +24977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24737,7 +24990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24751,7 +25004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20211] = 25, + [20535] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24766,61 +25019,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(363), 1, + ACTIONS(293), 1, sym_identifier, - ACTIONS(365), 1, + ACTIONS(295), 1, anon_sym_LPAREN, - ACTIONS(367), 1, + ACTIONS(299), 1, anon_sym_func, - ACTIONS(369), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(371), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - ACTIONS(379), 1, + ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(487), 1, + STATE(669), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1022), 1, + STATE(854), 1, sym_qualified_type, - STATE(1258), 1, + STATE(1279), 1, sym_implicit_length_array_type, - ACTIONS(373), 2, + ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(952), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(377), 3, + ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(375), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1108), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(381), 6, + ACTIONS(317), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(534), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24834,7 +25087,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20319] = 25, + [20643] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24849,61 +25102,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(239), 1, anon_sym_STAR, - STATE(647), 1, + ACTIONS(241), 1, + anon_sym_LT_DASH, + ACTIONS(251), 1, + anon_sym_DQUOTE, + STATE(297), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -24917,7 +25170,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20427] = 25, + [20751] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -24938,42 +25191,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, + ACTIONS(383), 1, sym_identifier, - ACTIONS(397), 1, + ACTIONS(387), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(389), 1, anon_sym_LT_DASH, - STATE(607), 1, + STATE(609), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -24986,7 +25239,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25000,90 +25253,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20535] = 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(541), 1, - sym_identifier, - ACTIONS(543), 1, - anon_sym_LPAREN, - ACTIONS(545), 1, - anon_sym_func, - ACTIONS(547), 1, - anon_sym_STAR, - ACTIONS(549), 1, - anon_sym_LT_DASH, - ACTIONS(557), 1, - anon_sym_DQUOTE, - STATE(340), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(1031), 1, - sym_qualified_type, - STATE(1295), 1, - sym_implicit_length_array_type, - ACTIONS(551), 2, - anon_sym_new, - anon_sym_make, - STATE(1315), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(555), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(553), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1096), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(559), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(362), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [20643] = 25, + [20859] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25098,48 +25268,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(653), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + STATE(597), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25152,7 +25322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25166,7 +25336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20751] = 25, + [20967] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25187,42 +25357,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(654), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + ACTIONS(559), 1, + anon_sym_STAR, + STATE(680), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1212), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25235,7 +25405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25249,7 +25419,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20859] = 25, + [21075] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25264,48 +25434,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - STATE(657), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(606), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25318,7 +25488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25332,7 +25502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [20967] = 25, + [21183] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25347,61 +25517,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, + ACTIONS(363), 1, + sym_identifier, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - STATE(629), 1, + ACTIONS(379), 1, + anon_sym_DQUOTE, + STATE(460), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25415,7 +25585,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21075] = 25, + [21291] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25430,61 +25600,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(338), 1, + STATE(477), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25498,7 +25668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21183] = 25, + [21399] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25513,61 +25683,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(665), 1, + STATE(462), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25581,7 +25751,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21291] = 25, + [21507] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25608,25 +25778,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(666), 1, + STATE(691), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, @@ -25637,7 +25807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25650,7 +25820,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25664,7 +25834,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21399] = 25, + [21615] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25679,48 +25849,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(383), 1, + sym_identifier, + ACTIONS(387), 1, anon_sym_STAR, - STATE(669), 1, + ACTIONS(389), 1, + anon_sym_LT_DASH, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(391), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25733,7 +25903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25747,7 +25917,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21507] = 25, + [21723] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25762,61 +25932,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(295), 1, + ACTIONS(363), 1, + sym_identifier, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - STATE(602), 1, + ACTIONS(379), 1, + anon_sym_DQUOTE, + STATE(486), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25830,7 +26000,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21615] = 25, + [21831] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25845,61 +26015,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(369), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(371), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(379), 1, anon_sym_DQUOTE, - STATE(341), 1, + STATE(461), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25913,7 +26083,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21723] = 25, + [21939] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -25926,50 +26096,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(674), 1, + ACTIONS(433), 1, + sym_identifier, + ACTIONS(435), 1, + anon_sym_STAR, + ACTIONS(439), 1, + anon_sym_LT_DASH, + ACTIONS(543), 1, + anon_sym_chan, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -25982,7 +26152,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -25996,7 +26166,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21831] = 25, + [22047] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26011,61 +26181,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(675), 1, + STATE(292), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26079,7 +26249,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [21939] = 25, + [22155] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26094,61 +26264,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(239), 1, anon_sym_STAR, - STATE(676), 1, + ACTIONS(241), 1, + anon_sym_LT_DASH, + ACTIONS(251), 1, + anon_sym_DQUOTE, + STATE(295), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26162,7 +26332,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22047] = 25, + [22263] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26181,44 +26351,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, + ACTIONS(307), 1, + anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, ACTIONS(397), 1, - anon_sym_STAR, + sym_identifier, ACTIONS(399), 1, - anon_sym_LT_DASH, - STATE(605), 1, + anon_sym_STAR, + STATE(387), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26231,7 +26401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26245,7 +26415,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22155] = 25, + [22371] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26260,61 +26430,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(541), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(543), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(545), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(547), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(549), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(557), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(342), 1, + STATE(291), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(1031), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1295), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(551), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1315), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(555), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(553), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(1096), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(559), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(362), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26328,7 +26498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22263] = 25, + [22479] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26343,61 +26513,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(680), 1, + STATE(294), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26411,7 +26581,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22371] = 25, + [22587] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26426,61 +26596,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(231), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(235), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(237), 1, anon_sym_func, - ACTIONS(301), 1, + ACTIONS(239), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(241), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(251), 1, anon_sym_DQUOTE, - STATE(681), 1, + STATE(290), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1035), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1263), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(245), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1249), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(249), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(247), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1111), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(253), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(303), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26494,7 +26664,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22479] = 25, + [22695] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26509,61 +26679,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, + ACTIONS(363), 1, sym_identifier, - ACTIONS(295), 1, + ACTIONS(365), 1, anon_sym_LPAREN, - ACTIONS(299), 1, + ACTIONS(367), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(399), 1, - anon_sym_LT_DASH, - ACTIONS(535), 1, + ACTIONS(369), 1, anon_sym_STAR, - STATE(682), 1, + ACTIONS(371), 1, + anon_sym_LT_DASH, + ACTIONS(379), 1, + anon_sym_DQUOTE, + STATE(462), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1023), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1283), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(373), 2, anon_sym_new, anon_sym_make, - STATE(1197), 2, + STATE(1245), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(377), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(375), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1130), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(381), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(585), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26577,7 +26747,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22587] = 25, + [22803] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26592,48 +26762,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, + ACTIONS(293), 1, + sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(315), 1, - anon_sym_DQUOTE, - ACTIONS(393), 1, - sym_identifier, - ACTIONS(397), 1, + ACTIONS(301), 1, anon_sym_STAR, - ACTIONS(399), 1, + ACTIONS(307), 1, anon_sym_LT_DASH, - STATE(633), 1, + ACTIONS(315), 1, + anon_sym_DQUOTE, + STATE(693), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(401), 5, + ACTIONS(311), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26646,7 +26816,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26660,90 +26830,7 @@ static const uint16_t ts_small_parse_table[] = { sym_unary_expression, sym_binary_expression, sym_interpreted_string_literal, - [22695] = 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(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, - anon_sym_LT_DASH, - ACTIONS(379), 1, - anon_sym_DQUOTE, - STATE(487), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(1022), 1, - sym_qualified_type, - STATE(1258), 1, - sym_implicit_length_array_type, - ACTIONS(373), 2, - anon_sym_new, - anon_sym_make, - STATE(1283), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(377), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 4, - sym_pointer_type, - sym_interface_type, - sym_channel_type, - sym_function_type, - ACTIONS(375), 5, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - STATE(1108), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(381), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(534), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [22803] = 25, + [22911] = 25, ACTIONS(3), 1, sym_comment, ACTIONS(23), 1, @@ -26758,131 +26845,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, ACTIONS(295), 1, anon_sym_LPAREN, ACTIONS(299), 1, anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, - anon_sym_LT_DASH, ACTIONS(315), 1, anon_sym_DQUOTE, - STATE(687), 1, - sym__expression, - STATE(836), 1, - sym_negated_type, - STATE(855), 1, - sym_qualified_type, - STATE(1268), 1, - sym_implicit_length_array_type, - ACTIONS(309), 2, - anon_sym_new, - anon_sym_make, - STATE(1311), 2, - sym_parenthesized_type, - sym__simple_type, - ACTIONS(313), 3, - sym_raw_string_literal, - sym_imaginary_literal, - sym_rune_literal, - STATE(858), 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(894), 5, - sym_generic_type, - sym_array_type, - sym_slice_type, - sym_struct_type, - sym_map_type, - ACTIONS(317), 6, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - STATE(394), 13, - sym_parenthesized_expression, - sym_call_expression, - sym_selector_expression, - sym_index_expression, - sym_slice_expression, - sym_type_assertion_expression, - sym_type_conversion_expression, - sym_type_instantiation_expression, - sym_composite_literal, - sym_func_literal, - sym_unary_expression, - sym_binary_expression, - sym_interpreted_string_literal, - [22911] = 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(293), 1, + ACTIONS(433), 1, sym_identifier, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(301), 1, + ACTIONS(435), 1, anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(439), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, - anon_sym_DQUOTE, - STATE(688), 1, + STATE(638), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(854), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1279), 1, sym_implicit_length_array_type, ACTIONS(309), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(1253), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(313), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(441), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(892), 5, sym_generic_type, sym_array_type, sym_slice_type, @@ -26895,7 +26899,7 @@ static const uint16_t ts_small_parse_table[] = { sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(429), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -26912,8 +26916,12 @@ static const uint16_t ts_small_parse_table[] = { [23019] = 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, @@ -26924,61 +26932,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(39), 1, anon_sym_chan, - ACTIONS(293), 1, - sym_identifier, - ACTIONS(295), 1, - anon_sym_LPAREN, - ACTIONS(299), 1, - anon_sym_func, - ACTIONS(301), 1, - anon_sym_STAR, - ACTIONS(307), 1, + ACTIONS(41), 1, anon_sym_LT_DASH, - ACTIONS(315), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - STATE(622), 1, + ACTIONS(183), 1, + anon_sym_func, + ACTIONS(557), 1, + sym_identifier, + STATE(241), 1, sym__expression, - STATE(836), 1, + STATE(840), 1, sym_negated_type, - STATE(855), 1, + STATE(1018), 1, sym_qualified_type, - STATE(1268), 1, + STATE(1294), 1, sym_implicit_length_array_type, - ACTIONS(309), 2, + ACTIONS(65), 2, anon_sym_new, anon_sym_make, - STATE(1311), 2, + STATE(999), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(313), 3, + ACTIONS(69), 3, sym_raw_string_literal, sym_imaginary_literal, sym_rune_literal, - STATE(858), 4, + STATE(860), 4, sym_pointer_type, sym_interface_type, sym_channel_type, sym_function_type, - ACTIONS(311), 5, + ACTIONS(67), 5, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_AMP, - STATE(894), 5, + STATE(1125), 5, sym_generic_type, sym_array_type, sym_slice_type, sym_struct_type, sym_map_type, - ACTIONS(317), 6, + ACTIONS(73), 6, sym_int_literal, sym_float_literal, sym_nil, sym_true, sym_false, sym_iota, - STATE(394), 13, + STATE(281), 13, sym_parenthesized_expression, sym_call_expression, sym_selector_expression, @@ -27025,16 +27029,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_DASH, STATE(398), 1, sym_literal_value, - STATE(533), 1, + STATE(579), 1, aux_sym_var_spec_repeat1, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, - STATE(1310), 1, + STATE(1274), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(583), 5, @@ -27043,7 +27047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -27083,9 +27087,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(603), 1, anon_sym_COLON, - STATE(253), 1, + STATE(260), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, ACTIONS(583), 41, anon_sym_SEMI, @@ -27144,9 +27148,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, ACTIONS(605), 1, anon_sym_COLON, - STATE(253), 1, + STATE(260), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, ACTIONS(583), 41, anon_sym_SEMI, @@ -27190,7 +27194,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23369] = 19, + [23369] = 9, + ACTIONS(291), 1, + sym_comment, + ACTIONS(578), 1, + aux_sym_source_file_token1, + ACTIONS(591), 1, + anon_sym_DOT, + ACTIONS(594), 1, + anon_sym_LPAREN, + ACTIONS(597), 1, + anon_sym_LBRACK, + ACTIONS(601), 1, + anon_sym_LBRACE, + STATE(260), 1, + sym_literal_value, + STATE(848), 1, + sym_type_arguments, + ACTIONS(583), 41, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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_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, + [23437] = 19, ACTIONS(291), 1, sym_comment, ACTIONS(607), 1, @@ -27213,11 +27276,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(635), 1, anon_sym_PIPE_PIPE, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(790), 1, + STATE(791), 1, aux_sym_expression_list_repeat1, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, @@ -27259,24 +27322,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23457] = 9, + [23525] = 8, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, - aux_sym_source_file_token1, - ACTIONS(591), 1, + ACTIONS(611), 1, anon_sym_DOT, - ACTIONS(594), 1, + ACTIONS(613), 1, anon_sym_LPAREN, - ACTIONS(597), 1, + ACTIONS(619), 1, anon_sym_LBRACK, - ACTIONS(601), 1, - anon_sym_LBRACE, - STATE(253), 1, - sym_literal_value, - STATE(854), 1, + ACTIONS(637), 1, + aux_sym_source_file_token1, + STATE(254), 1, + sym_argument_list, + STATE(1286), 1, sym_type_arguments, - ACTIONS(583), 41, + ACTIONS(639), 41, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -27318,67 +27379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23525] = 11, - ACTIONS(291), 1, - sym_comment, - ACTIONS(611), 1, - anon_sym_DOT, - ACTIONS(613), 1, - anon_sym_LPAREN, - ACTIONS(619), 1, - anon_sym_LBRACK, - ACTIONS(637), 1, - aux_sym_source_file_token1, - STATE(265), 1, - sym_argument_list, - STATE(1256), 1, - sym_type_arguments, - ACTIONS(623), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(631), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(621), 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), 24, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_COMMA, - anon_sym_EQ, - 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_case, - anon_sym_default, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [23596] = 8, + [23590] = 8, ACTIONS(291), 1, sym_comment, ACTIONS(611), 1, @@ -27389,9 +27390,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(641), 1, aux_sym_source_file_token1, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, ACTIONS(643), 41, anon_sym_SEMI, @@ -27435,7 +27436,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23661] = 10, + [23655] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(77), 17, + ts_builtin_sym_end, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LBRACE, + anon_sym_LT_DASH, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_AMP, + sym_raw_string_literal, + anon_sym_DQUOTE, + sym_imaginary_literal, + sym_rune_literal, + ACTIONS(645), 30, + anon_sym_package, + anon_sym_import, + anon_sym_const, + anon_sym_var, + anon_sym_func, + anon_sym_type, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + anon_sym_fallthrough, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_return, + anon_sym_go, + anon_sym_defer, + anon_sym_if, + anon_sym_for, + anon_sym_switch, + anon_sym_select, + anon_sym_new, + anon_sym_make, + sym_identifier, + sym_int_literal, + sym_float_literal, + sym_nil, + sym_true, + sym_false, + sym_iota, + [23710] = 12, ACTIONS(291), 1, sym_comment, ACTIONS(611), 1, @@ -27444,17 +27497,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(619), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(633), 1, + anon_sym_AMP_AMP, + ACTIONS(641), 1, aux_sym_source_file_token1, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(631), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, ACTIONS(621), 7, anon_sym_STAR, anon_sym_AMP, @@ -27463,7 +27525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(639), 30, + ACTIONS(643), 23, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -27486,15 +27548,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, 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, - [23730] = 12, + [23783] = 11, ACTIONS(291), 1, sym_comment, ACTIONS(611), 1, @@ -27503,13 +27558,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(619), 1, anon_sym_LBRACK, - ACTIONS(633), 1, - anon_sym_AMP_AMP, - ACTIONS(637), 1, + ACTIONS(641), 1, aux_sym_source_file_token1, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, ACTIONS(623), 4, anon_sym_PIPE, @@ -27531,7 +27584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(639), 23, + ACTIONS(643), 24, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -27554,60 +27607,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_case, anon_sym_default, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [23803] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(77), 17, - ts_builtin_sym_end, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LBRACE, - anon_sym_LT_DASH, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_AMP, - sym_raw_string_literal, - anon_sym_DQUOTE, - sym_imaginary_literal, - sym_rune_literal, - ACTIONS(645), 30, - anon_sym_package, - anon_sym_import, - anon_sym_const, - anon_sym_var, - anon_sym_func, - anon_sym_type, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - anon_sym_fallthrough, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_return, - anon_sym_go, - anon_sym_defer, - anon_sym_if, - anon_sym_for, - anon_sym_switch, - anon_sym_select, - anon_sym_new, - anon_sym_make, - sym_identifier, - sym_int_literal, - sym_float_literal, - sym_nil, - sym_true, - sym_false, - sym_iota, - [23858] = 8, + [23854] = 10, ACTIONS(291), 1, sym_comment, ACTIONS(611), 1, @@ -27616,20 +27618,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(619), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(641), 1, aux_sym_source_file_token1, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, - ACTIONS(639), 41, + ACTIONS(623), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(621), 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(643), 30, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, anon_sym_EQ, - anon_sym_STAR, anon_sym_RBRACE, - anon_sym_PIPE, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, @@ -27647,15 +27660,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -27673,11 +27677,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(619), 1, anon_sym_LBRACK, - ACTIONS(637), 1, + ACTIONS(641), 1, aux_sym_source_file_token1, - STATE(265), 1, + STATE(254), 1, sym_argument_list, - STATE(1256), 1, + STATE(1286), 1, sym_type_arguments, ACTIONS(621), 7, anon_sym_STAR, @@ -27687,7 +27691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(639), 34, + ACTIONS(643), 34, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -27824,17 +27828,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24098] = 3, + [24098] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(655), 1, + ACTIONS(578), 1, aux_sym_source_file_token1, - ACTIONS(657), 45, + ACTIONS(655), 1, + anon_sym_LPAREN, + STATE(254), 1, + sym_special_argument_list, + ACTIONS(583), 43, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, @@ -27875,19 +27881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24152] = 5, + [24156] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, + ACTIONS(657), 1, aux_sym_source_file_token1, - ACTIONS(659), 1, - anon_sym_LPAREN, - STATE(265), 1, - sym_special_argument_list, - ACTIONS(583), 43, + ACTIONS(659), 45, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, anon_sym_LBRACK, @@ -28079,64 +28083,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24370] = 22, - ACTIONS(3), 1, + [24370] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(607), 1, - anon_sym_SEMI, - ACTIONS(617), 1, - anon_sym_EQ, ACTIONS(673), 1, + aux_sym_source_file_token1, + ACTIONS(675), 44, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_DOT, - ACTIONS(675), 1, anon_sym_LPAREN, - ACTIONS(677), 1, anon_sym_COMMA, - ACTIONS(679), 1, + anon_sym_EQ, anon_sym_LBRACK, - ACTIONS(685), 1, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, anon_sym_LT_DASH, - ACTIONS(689), 1, + anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, - ACTIONS(691), 1, anon_sym_DASH_DASH, - ACTIONS(697), 1, - anon_sym_AMP_AMP, - ACTIONS(699), 1, - anon_sym_PIPE_PIPE, - STATE(303), 1, - sym_argument_list, - STATE(790), 1, - aux_sym_expression_list_repeat1, - STATE(901), 1, - sym_block, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(695), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 4, - anon_sym_PIPE, + 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_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(681), 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(687), 12, + 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, + [24423] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(677), 1, + aux_sym_source_file_token1, + ACTIONS(679), 44, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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, @@ -28148,12 +28164,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24461] = 3, + 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, + [24476] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(701), 1, + ACTIONS(681), 1, aux_sym_source_file_token1, - ACTIONS(703), 44, + ACTIONS(683), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28198,12 +28233,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24514] = 3, + [24529] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(705), 1, + ACTIONS(685), 1, aux_sym_source_file_token1, - ACTIONS(707), 44, + ACTIONS(687), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28248,12 +28283,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24567] = 3, + [24582] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(689), 1, aux_sym_source_file_token1, - ACTIONS(711), 44, + ACTIONS(691), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28298,64 +28333,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24620] = 22, - ACTIONS(3), 1, + [24635] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(607), 1, + ACTIONS(693), 1, + aux_sym_source_file_token1, + ACTIONS(695), 44, anon_sym_SEMI, - ACTIONS(617), 1, - anon_sym_EQ, - ACTIONS(673), 1, + anon_sym_NULL, anon_sym_DOT, - ACTIONS(675), 1, anon_sym_LPAREN, - ACTIONS(677), 1, anon_sym_COMMA, - ACTIONS(679), 1, + anon_sym_EQ, anon_sym_LBRACK, - ACTIONS(685), 1, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, anon_sym_LT_DASH, - ACTIONS(689), 1, + anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, - ACTIONS(691), 1, anon_sym_DASH_DASH, - ACTIONS(697), 1, - anon_sym_AMP_AMP, - ACTIONS(699), 1, - anon_sym_PIPE_PIPE, - STATE(303), 1, - sym_argument_list, - STATE(790), 1, - aux_sym_expression_list_repeat1, - STATE(913), 1, - sym_block, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(695), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 4, - anon_sym_PIPE, + 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_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 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(681), 7, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [24688] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(697), 1, + aux_sym_source_file_token1, + ACTIONS(699), 44, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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_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, - ACTIONS(687), 12, + 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, + [24741] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(701), 1, + aux_sym_source_file_token1, + ACTIONS(703), 44, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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, @@ -28367,12 +28464,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24711] = 3, + 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, + [24794] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(705), 1, aux_sym_source_file_token1, - ACTIONS(715), 44, + ACTIONS(707), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28417,12 +28533,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24764] = 3, + [24847] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(717), 1, + ACTIONS(709), 1, aux_sym_source_file_token1, - ACTIONS(719), 44, + ACTIONS(711), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28467,12 +28583,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24817] = 3, + [24900] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(713), 1, aux_sym_source_file_token1, - ACTIONS(723), 44, + ACTIONS(715), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28517,12 +28633,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24870] = 3, + [24953] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(725), 1, + ACTIONS(717), 1, aux_sym_source_file_token1, - ACTIONS(727), 44, + ACTIONS(719), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28567,12 +28683,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24923] = 3, + [25006] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(729), 1, + ACTIONS(721), 1, aux_sym_source_file_token1, - ACTIONS(731), 44, + ACTIONS(723), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28617,12 +28733,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [24976] = 3, + [25059] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(733), 1, + ACTIONS(725), 1, aux_sym_source_file_token1, - ACTIONS(735), 44, + ACTIONS(727), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28667,12 +28783,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25029] = 3, + [25112] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, + ACTIONS(729), 1, aux_sym_source_file_token1, - ACTIONS(583), 44, + ACTIONS(731), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28717,7 +28833,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25082] = 3, + [25165] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(733), 1, + aux_sym_source_file_token1, + ACTIONS(735), 44, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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_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, + [25218] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(737), 1, @@ -28767,7 +28933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25135] = 3, + [25271] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(741), 1, @@ -28817,7 +28983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25188] = 3, + [25324] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(745), 1, @@ -28867,12 +29033,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25241] = 3, - ACTIONS(291), 1, + [25377] = 22, + ACTIONS(3), 1, sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(607), 1, + anon_sym_SEMI, + ACTIONS(617), 1, + anon_sym_EQ, ACTIONS(749), 1, + anon_sym_DOT, + ACTIONS(751), 1, + anon_sym_LPAREN, + ACTIONS(753), 1, + anon_sym_COMMA, + ACTIONS(755), 1, + anon_sym_LBRACK, + ACTIONS(761), 1, + anon_sym_LT_DASH, + ACTIONS(765), 1, + anon_sym_PLUS_PLUS, + ACTIONS(767), 1, + anon_sym_DASH_DASH, + ACTIONS(773), 1, + anon_sym_AMP_AMP, + ACTIONS(775), 1, + anon_sym_PIPE_PIPE, + STATE(325), 1, + sym_argument_list, + STATE(791), 1, + aux_sym_expression_list_repeat1, + STATE(902), 1, + sym_block, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(771), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(759), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(769), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(757), 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(763), 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, + [25468] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(777), 1, aux_sym_source_file_token1, - ACTIONS(751), 44, + ACTIONS(779), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28917,12 +29152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25294] = 3, + [25521] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(753), 1, + ACTIONS(781), 1, aux_sym_source_file_token1, - ACTIONS(755), 44, + ACTIONS(783), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -28967,12 +29202,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25347] = 3, + [25574] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(757), 1, + ACTIONS(785), 1, aux_sym_source_file_token1, - ACTIONS(759), 44, + ACTIONS(787), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29017,12 +29252,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25400] = 3, - ACTIONS(291), 1, + [25627] = 22, + ACTIONS(3), 1, sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(607), 1, + anon_sym_SEMI, + ACTIONS(617), 1, + anon_sym_EQ, + ACTIONS(749), 1, + anon_sym_DOT, + ACTIONS(751), 1, + anon_sym_LPAREN, + ACTIONS(753), 1, + anon_sym_COMMA, + ACTIONS(755), 1, + anon_sym_LBRACK, ACTIONS(761), 1, + anon_sym_LT_DASH, + ACTIONS(765), 1, + anon_sym_PLUS_PLUS, + ACTIONS(767), 1, + anon_sym_DASH_DASH, + ACTIONS(773), 1, + anon_sym_AMP_AMP, + ACTIONS(775), 1, + anon_sym_PIPE_PIPE, + STATE(325), 1, + sym_argument_list, + STATE(791), 1, + aux_sym_expression_list_repeat1, + STATE(969), 1, + sym_block, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(771), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(759), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(769), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(757), 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(763), 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, + [25718] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(789), 1, aux_sym_source_file_token1, - ACTIONS(763), 44, + ACTIONS(791), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29067,12 +29371,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25453] = 3, + [25771] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(765), 1, + ACTIONS(793), 1, aux_sym_source_file_token1, - ACTIONS(767), 44, + ACTIONS(795), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29117,12 +29421,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25506] = 3, + [25824] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(769), 1, + ACTIONS(578), 1, aux_sym_source_file_token1, - ACTIONS(771), 44, + ACTIONS(583), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29167,12 +29471,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25559] = 3, + [25877] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(773), 1, + ACTIONS(797), 1, aux_sym_source_file_token1, - ACTIONS(775), 44, + ACTIONS(799), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29217,12 +29521,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25612] = 3, + [25930] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(777), 1, + ACTIONS(801), 1, aux_sym_source_file_token1, - ACTIONS(779), 44, + ACTIONS(803), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29267,12 +29571,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25665] = 3, + [25983] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(781), 1, + ACTIONS(805), 1, aux_sym_source_file_token1, - ACTIONS(783), 44, + ACTIONS(807), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29317,12 +29621,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25718] = 3, + [26036] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(785), 1, + ACTIONS(809), 1, aux_sym_source_file_token1, - ACTIONS(787), 44, + ACTIONS(811), 44, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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_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, + [26089] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(813), 1, + aux_sym_source_file_token1, + ACTIONS(815), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29367,12 +29721,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25771] = 3, + [26142] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(789), 1, + ACTIONS(817), 1, aux_sym_source_file_token1, - ACTIONS(791), 44, + ACTIONS(819), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29417,12 +29771,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25824] = 3, + [26195] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(793), 1, + ACTIONS(821), 1, aux_sym_source_file_token1, - ACTIONS(795), 44, + ACTIONS(823), 44, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -29467,26 +29821,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [25877] = 3, - ACTIONS(291), 1, + [26248] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(797), 1, - aux_sym_source_file_token1, - ACTIONS(799), 44, + ACTIONS(607), 1, anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, + ACTIONS(617), 1, + anon_sym_EQ, + ACTIONS(751), 1, anon_sym_LPAREN, + ACTIONS(753), 1, anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(755), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, + ACTIONS(761), 1, anon_sym_LT_DASH, - anon_sym_COLON_EQ, + ACTIONS(765), 1, anon_sym_PLUS_PLUS, + ACTIONS(767), 1, anon_sym_DASH_DASH, + ACTIONS(773), 1, + anon_sym_AMP_AMP, + ACTIONS(775), 1, + anon_sym_PIPE_PIPE, + ACTIONS(825), 1, + anon_sym_DOT, + ACTIONS(827), 1, + anon_sym_LBRACE, + STATE(325), 1, + sym_argument_list, + STATE(791), 1, + aux_sym_expression_list_repeat1, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(771), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(759), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(769), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(757), 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(763), 12, + anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -29498,41 +29888,48 @@ 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, + [26336] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(643), 1, + anon_sym_EQ, + ACTIONS(749), 1, + anon_sym_DOT, + ACTIONS(751), 1, + anon_sym_LPAREN, + ACTIONS(755), 1, + anon_sym_LBRACK, + ACTIONS(773), 1, + anon_sym_AMP_AMP, + STATE(325), 1, + sym_argument_list, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(771), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(759), 4, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(769), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(757), 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_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, - [25930] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(801), 1, - aux_sym_source_file_token1, - ACTIONS(803), 44, + ACTIONS(641), 19, anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, + anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, @@ -29548,41 +29945,41 @@ 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_PIPE_PIPE, + [26407] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(749), 1, + anon_sym_DOT, + ACTIONS(751), 1, + anon_sym_LPAREN, + ACTIONS(755), 1, + anon_sym_LBRACK, + STATE(325), 1, + sym_argument_list, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(643), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(759), 4, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(757), 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_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, - [25983] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(805), 1, - aux_sym_source_file_token1, - ACTIONS(807), 44, + ACTIONS(641), 24, anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, + anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, @@ -29598,58 +29995,29 @@ 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, - [26036] = 3, - ACTIONS(291), 1, + [26472] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(809), 1, - aux_sym_source_file_token1, - ACTIONS(811), 44, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(749), 1, anon_sym_DOT, + ACTIONS(751), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(755), 1, anon_sym_LBRACK, + STATE(325), 1, + sym_argument_list, + STATE(1267), 1, + sym_type_arguments, + ACTIONS(643), 14, + anon_sym_EQ, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_PIPE, - 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_case, - anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, @@ -29659,30 +30027,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [26089] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(813), 1, - aux_sym_source_file_token1, - ACTIONS(815), 44, + ACTIONS(641), 24, anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, + anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, @@ -29698,58 +30048,29 @@ 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, - [26142] = 3, - ACTIONS(291), 1, + [26533] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(817), 1, - aux_sym_source_file_token1, - ACTIONS(819), 44, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(563), 1, anon_sym_DOT, + ACTIONS(829), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(832), 1, anon_sym_LBRACK, + STATE(302), 1, + sym_literal_value, + STATE(848), 1, + sym_type_arguments, + ACTIONS(583), 14, + anon_sym_EQ, anon_sym_STAR, - anon_sym_RBRACE, anon_sym_PIPE, - 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_case, - anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, @@ -29759,30 +30080,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [26195] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(821), 1, - aux_sym_source_file_token1, - ACTIONS(823), 44, + ACTIONS(578), 24, anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, + anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS_PLUS, @@ -29798,72 +30101,41 @@ 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, - [26248] = 21, + [26594] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(607), 1, - anon_sym_SEMI, - ACTIONS(617), 1, + ACTIONS(643), 1, anon_sym_EQ, - ACTIONS(675), 1, + ACTIONS(749), 1, + anon_sym_DOT, + ACTIONS(751), 1, anon_sym_LPAREN, - ACTIONS(677), 1, - anon_sym_COMMA, - ACTIONS(679), 1, + ACTIONS(755), 1, anon_sym_LBRACK, - ACTIONS(685), 1, - anon_sym_LT_DASH, - ACTIONS(689), 1, - anon_sym_PLUS_PLUS, - ACTIONS(691), 1, - anon_sym_DASH_DASH, - ACTIONS(697), 1, - anon_sym_AMP_AMP, - ACTIONS(699), 1, - anon_sym_PIPE_PIPE, - ACTIONS(825), 1, - anon_sym_DOT, - ACTIONS(827), 1, - anon_sym_LBRACE, - STATE(303), 1, + STATE(325), 1, sym_argument_list, - STATE(790), 1, - aux_sym_expression_list_repeat1, - STATE(1259), 1, + STATE(1267), 1, sym_type_arguments, - ACTIONS(695), 2, + ACTIONS(771), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 4, + ACTIONS(759), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 4, + ACTIONS(769), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(681), 7, + ACTIONS(757), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -29871,8 +30143,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(687), 12, + ACTIONS(641), 20, + 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, @@ -29884,29 +30162,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26336] = 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [26663] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(673), 1, + ACTIONS(749), 1, anon_sym_DOT, - ACTIONS(675), 1, + ACTIONS(751), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(755), 1, anon_sym_LBRACK, - STATE(303), 1, + STATE(325), 1, sym_argument_list, - STATE(1259), 1, + STATE(1267), 1, sym_type_arguments, - ACTIONS(639), 3, + ACTIONS(643), 7, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(681), 7, + anon_sym_LT, + anon_sym_GT, + ACTIONS(757), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -29914,7 +30193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 24, + ACTIONS(641), 24, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, @@ -29939,51 +30218,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26401] = 20, + [26726] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(607), 1, anon_sym_LBRACE, ACTIONS(617), 1, anon_sym_EQ, - ACTIONS(673), 1, + ACTIONS(749), 1, anon_sym_DOT, - ACTIONS(675), 1, + ACTIONS(751), 1, anon_sym_LPAREN, - ACTIONS(677), 1, + ACTIONS(753), 1, anon_sym_COMMA, - ACTIONS(679), 1, + ACTIONS(755), 1, anon_sym_LBRACK, - ACTIONS(689), 1, + ACTIONS(765), 1, anon_sym_PLUS_PLUS, - ACTIONS(691), 1, + ACTIONS(767), 1, anon_sym_DASH_DASH, - ACTIONS(697), 1, + ACTIONS(773), 1, anon_sym_AMP_AMP, - ACTIONS(699), 1, + ACTIONS(775), 1, anon_sym_PIPE_PIPE, - ACTIONS(829), 1, + ACTIONS(836), 1, anon_sym_LT_DASH, - STATE(303), 1, + STATE(325), 1, sym_argument_list, - STATE(790), 1, + STATE(791), 1, aux_sym_expression_list_repeat1, - STATE(1259), 1, + STATE(1267), 1, sym_type_arguments, - ACTIONS(695), 2, + ACTIONS(771), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(683), 4, + ACTIONS(759), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 4, + ACTIONS(769), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(681), 7, + ACTIONS(757), 7, anon_sym_STAR, anon_sym_AMP, anon_sym_SLASH, @@ -29991,7 +30270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(687), 12, + ACTIONS(763), 12, anon_sym_COLON_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -30004,20 +30283,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26486] = 8, + [26811] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(673), 1, + ACTIONS(749), 1, anon_sym_DOT, - ACTIONS(675), 1, + ACTIONS(751), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(755), 1, anon_sym_LBRACK, - STATE(303), 1, + STATE(325), 1, sym_argument_list, - STATE(1259), 1, + STATE(1267), 1, sym_type_arguments, - ACTIONS(643), 14, + ACTIONS(639), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30032,7 +30311,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, @@ -30057,38 +30336,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26547] = 9, + [26872] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(673), 1, - anon_sym_DOT, - ACTIONS(675), 1, + ACTIONS(838), 1, anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(303), 1, - sym_argument_list, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(639), 7, + STATE(325), 1, + sym_special_argument_list, + ACTIONS(583), 14, 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(681), 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), 24, + anon_sym_LT, + anon_sym_GT, + ACTIONS(578), 26, anon_sym_SEMI, + anon_sym_DOT, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -30111,45 +30385,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26610] = 12, + [26926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, + ACTIONS(723), 14, anon_sym_EQ, - ACTIONS(673), 1, - anon_sym_DOT, - ACTIONS(675), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(303), 1, - sym_argument_list, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(695), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 4, + anon_sym_STAR, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(681), 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), 20, + anon_sym_LT, + anon_sym_GT, + ACTIONS(721), 27, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -30166,49 +30425,36 @@ static const uint16_t ts_small_parse_table[] = { 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, - [26679] = 13, + [26975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, + ACTIONS(653), 14, anon_sym_EQ, - ACTIONS(673), 1, - anon_sym_DOT, - ACTIONS(675), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - ACTIONS(697), 1, - anon_sym_AMP_AMP, - STATE(303), 1, - sym_argument_list, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(695), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(683), 4, + anon_sym_STAR, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(693), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(681), 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_LT, + anon_sym_GT, + ACTIONS(651), 27, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -30225,21 +30471,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - [26750] = 8, + [27024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(831), 1, - anon_sym_LPAREN, - ACTIONS(834), 1, - anon_sym_LBRACK, - STATE(304), 1, - sym_literal_value, - STATE(854), 1, - sym_type_arguments, - ACTIONS(583), 14, + ACTIONS(675), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30254,9 +30495,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 24, + ACTIONS(673), 27, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -30279,20 +30523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26811] = 8, + [27073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(673), 1, - anon_sym_DOT, - ACTIONS(675), 1, - anon_sym_LPAREN, - ACTIONS(679), 1, - anon_sym_LBRACK, - STATE(303), 1, - sym_argument_list, - STATE(1259), 1, - sym_type_arguments, - ACTIONS(639), 14, + ACTIONS(695), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30307,9 +30541,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(637), 24, + ACTIONS(693), 27, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -30332,13 +30569,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26872] = 5, + [27122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(838), 1, - anon_sym_LPAREN, - STATE(303), 1, - sym_special_argument_list, ACTIONS(583), 14, anon_sym_EQ, anon_sym_STAR, @@ -30354,9 +30587,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 26, + ACTIONS(578), 27, anon_sym_SEMI, anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_LBRACE, @@ -30381,10 +30615,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26926] = 3, + [27171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(731), 14, + ACTIONS(699), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30399,7 +30633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(729), 27, + ACTIONS(697), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30427,10 +30661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [26975] = 3, + [27220] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(653), 14, + ACTIONS(727), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30445,7 +30679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(651), 27, + ACTIONS(725), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30473,10 +30707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27024] = 3, + [27269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(811), 14, + ACTIONS(815), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30491,7 +30725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(809), 27, + ACTIONS(813), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30519,10 +30753,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27073] = 3, + [27318] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(815), 14, + ACTIONS(787), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30537,7 +30771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(813), 27, + ACTIONS(785), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30565,7 +30799,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27122] = 3, + [27367] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(747), 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(745), 27, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + 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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [27416] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(735), 14, @@ -30611,10 +30891,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27171] = 3, + [27465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(667), 14, + ACTIONS(731), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30629,7 +30909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(665), 27, + ACTIONS(729), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30657,10 +30937,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27220] = 3, + [27514] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(671), 14, + ACTIONS(719), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30675,7 +30955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(669), 27, + ACTIONS(717), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30703,10 +30983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27269] = 3, + [27563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(583), 14, + ACTIONS(707), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30721,7 +31001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 27, + ACTIONS(705), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30749,10 +31029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27318] = 3, + [27612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(663), 14, + ACTIONS(691), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30767,7 +31047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(661), 27, + ACTIONS(689), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30795,10 +31075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27367] = 3, + [27661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(787), 14, + ACTIONS(683), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30813,7 +31093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(785), 27, + ACTIONS(681), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30841,10 +31121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27416] = 3, + [27710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(743), 14, + ACTIONS(687), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30859,7 +31139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(741), 27, + ACTIONS(685), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -30887,7 +31167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27465] = 3, + [27759] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(649), 14, @@ -30933,7 +31213,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27514] = 3, + [27808] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(715), 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(713), 27, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + 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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [27857] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(739), 14, @@ -30979,10 +31305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27563] = 3, + [27906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(823), 14, + ACTIONS(667), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -30997,7 +31323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(821), 27, + ACTIONS(665), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31025,10 +31351,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27612] = 3, + [27955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(747), 14, + ACTIONS(779), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31043,7 +31369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(745), 27, + ACTIONS(777), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31071,10 +31397,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27661] = 3, + [28004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(799), 14, + ACTIONS(711), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31089,7 +31415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(797), 27, + ACTIONS(709), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31117,10 +31443,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27710] = 3, + [28053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(803), 14, + ACTIONS(679), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31135,7 +31461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(801), 27, + ACTIONS(677), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31163,10 +31489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27759] = 3, + [28102] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(819), 14, + ACTIONS(783), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31181,7 +31507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(817), 27, + ACTIONS(781), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31209,10 +31535,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27808] = 3, + [28151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(707), 14, + ACTIONS(799), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31227,7 +31553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(705), 27, + ACTIONS(797), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31255,10 +31581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27857] = 3, + [28200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(703), 14, + ACTIONS(671), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31273,7 +31599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 27, + ACTIONS(669), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31301,10 +31627,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27906] = 3, + [28249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(711), 14, + ACTIONS(811), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31319,7 +31645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(709), 27, + ACTIONS(809), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31347,10 +31673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [27955] = 3, + [28298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(715), 14, + ACTIONS(791), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31365,7 +31691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(713), 27, + ACTIONS(789), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31393,10 +31719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28004] = 3, + [28347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(719), 14, + ACTIONS(819), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31411,7 +31737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(717), 27, + ACTIONS(817), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31439,10 +31765,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28053] = 3, + [28396] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(723), 14, + ACTIONS(807), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31457,7 +31783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(721), 27, + ACTIONS(805), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31485,10 +31811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28102] = 3, + [28445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(727), 14, + ACTIONS(743), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31503,7 +31829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(725), 27, + ACTIONS(741), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31531,10 +31857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28151] = 3, + [28494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(657), 14, + ACTIONS(803), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31549,7 +31875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 27, + ACTIONS(801), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31577,10 +31903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28200] = 3, + [28543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(755), 14, + ACTIONS(659), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31595,7 +31921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(753), 27, + ACTIONS(657), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31623,10 +31949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28249] = 3, + [28592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(759), 14, + ACTIONS(703), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31641,7 +31967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(757), 27, + ACTIONS(701), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -31669,10 +31995,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28298] = 3, + [28641] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(795), 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(793), 27, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + 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_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [28690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(763), 14, + ACTIONS(663), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -31687,375 +32059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(761), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28347] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(767), 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(765), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28396] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(771), 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(769), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28445] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(775), 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(773), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28494] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(779), 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(777), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28543] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(783), 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(781), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28592] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(807), 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(805), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28641] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(791), 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(789), 27, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - 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_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [28690] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(795), 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(793), 27, + ACTIONS(661), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -32086,7 +32090,7 @@ static const uint16_t ts_small_parse_table[] = { [28739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(751), 14, + ACTIONS(823), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32101,7 +32105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(749), 27, + ACTIONS(821), 27, anon_sym_SEMI, anon_sym_DOT, anon_sym_LPAREN, @@ -32134,15 +32138,15 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(563), 1, anon_sym_DOT, - ACTIONS(831), 1, + ACTIONS(829), 1, anon_sym_LPAREN, - ACTIONS(834), 1, + ACTIONS(832), 1, anon_sym_LBRACK, ACTIONS(840), 1, anon_sym_LBRACE, - STATE(383), 1, + STATE(374), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, ACTIONS(583), 14, anon_sym_EQ, @@ -32188,11 +32192,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, - ACTIONS(639), 3, + ACTIONS(643), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -32209,7 +32213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 19, + ACTIONS(641), 19, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -32229,7 +32233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28907] = 8, + [28907] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(842), 1, @@ -32238,26 +32242,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, - ACTIONS(639), 14, + ACTIONS(643), 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(848), 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, + ACTIONS(641), 19, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -32277,27 +32282,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [28963] = 9, + [28965] = 12, ACTIONS(3), 1, sym_comment, + ACTIONS(643), 1, + anon_sym_EQ, ACTIONS(842), 1, anon_sym_DOT, ACTIONS(844), 1, anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, - ACTIONS(639), 7, - anon_sym_EQ, + ACTIONS(854), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(850), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - anon_sym_LT, - anon_sym_GT, + ACTIONS(852), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, ACTIONS(848), 7, anon_sym_STAR, anon_sym_AMP, @@ -32306,7 +32318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 19, + ACTIONS(641), 15, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -32320,16 +32332,12 @@ static const uint16_t ts_small_parse_table[] = { 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, - [29021] = 12, + [29029] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, + ACTIONS(643), 1, anon_sym_EQ, ACTIONS(842), 1, anon_sym_DOT, @@ -32337,9 +32345,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - STATE(365), 1, + ACTIONS(856), 1, + anon_sym_AMP_AMP, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, ACTIONS(854), 2, anon_sym_LT, @@ -32362,7 +32372,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(641), 14, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -32376,47 +32386,36 @@ 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, - [29085] = 13, + [29095] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, - anon_sym_EQ, ACTIONS(842), 1, anon_sym_DOT, ACTIONS(844), 1, anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - ACTIONS(856), 1, - anon_sym_AMP_AMP, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, - ACTIONS(854), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(850), 4, + ACTIONS(639), 14, + anon_sym_EQ, + anon_sym_STAR, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(852), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(848), 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), 14, + anon_sym_LT, + anon_sym_GT, + ACTIONS(637), 19, anon_sym_COMMA, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -32430,6 +32429,11 @@ static const uint16_t ts_small_parse_table[] = { 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, [29151] = 8, ACTIONS(3), 1, @@ -32440,9 +32444,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(846), 1, anon_sym_LBRACK, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, ACTIONS(643), 14, anon_sym_EQ, @@ -32494,9 +32498,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, ACTIONS(862), 1, anon_sym_PIPE_PIPE, - STATE(365), 1, + STATE(376), 1, sym_argument_list, - STATE(1313), 1, + STATE(1257), 1, sym_type_arguments, ACTIONS(854), 2, anon_sym_LT, @@ -32538,7 +32542,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(864), 1, anon_sym_LPAREN, - STATE(365), 1, + STATE(376), 1, sym_special_argument_list, ACTIONS(583), 14, anon_sym_EQ, @@ -32621,7 +32625,7 @@ static const uint16_t ts_small_parse_table[] = { [29368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(779), 14, + ACTIONS(699), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32636,7 +32640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(777), 22, + ACTIONS(697), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32662,7 +32666,7 @@ static const uint16_t ts_small_parse_table[] = { [29412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(783), 14, + ACTIONS(683), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32677,7 +32681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(781), 22, + ACTIONS(681), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32703,7 +32707,7 @@ static const uint16_t ts_small_parse_table[] = { [29456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(791), 14, + ACTIONS(691), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32718,7 +32722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(789), 22, + ACTIONS(689), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32744,7 +32748,7 @@ static const uint16_t ts_small_parse_table[] = { [29500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(795), 14, + ACTIONS(707), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32759,7 +32763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(793), 22, + ACTIONS(705), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32785,7 +32789,7 @@ static const uint16_t ts_small_parse_table[] = { [29544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(799), 14, + ACTIONS(715), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32800,7 +32804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(797), 22, + ACTIONS(713), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32826,7 +32830,7 @@ static const uint16_t ts_small_parse_table[] = { [29588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(803), 14, + ACTIONS(675), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32841,7 +32845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(801), 22, + ACTIONS(673), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32867,7 +32871,7 @@ static const uint16_t ts_small_parse_table[] = { [29632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(807), 14, + ACTIONS(679), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32882,7 +32886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(805), 22, + ACTIONS(677), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32908,7 +32912,7 @@ static const uint16_t ts_small_parse_table[] = { [29676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(811), 14, + ACTIONS(727), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32923,7 +32927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(809), 22, + ACTIONS(725), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32949,7 +32953,7 @@ static const uint16_t ts_small_parse_table[] = { [29720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(815), 14, + ACTIONS(823), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -32964,7 +32968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(813), 22, + ACTIONS(821), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -32990,7 +32994,7 @@ static const uint16_t ts_small_parse_table[] = { [29764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(663), 14, + ACTIONS(703), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33005,7 +33009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(661), 22, + ACTIONS(701), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33031,7 +33035,7 @@ static const uint16_t ts_small_parse_table[] = { [29808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(657), 14, + ACTIONS(649), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33046,7 +33050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 22, + ACTIONS(647), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33072,7 +33076,7 @@ static const uint16_t ts_small_parse_table[] = { [29852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(731), 14, + ACTIONS(663), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33087,7 +33091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(729), 22, + ACTIONS(661), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33113,7 +33117,7 @@ static const uint16_t ts_small_parse_table[] = { [29896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(755), 14, + ACTIONS(711), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33128,7 +33132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(753), 22, + ACTIONS(709), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33154,7 +33158,7 @@ static const uint16_t ts_small_parse_table[] = { [29940] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(759), 14, + ACTIONS(795), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33169,7 +33173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(757), 22, + ACTIONS(793), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33195,7 +33199,7 @@ static const uint16_t ts_small_parse_table[] = { [29984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(763), 14, + ACTIONS(659), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33210,7 +33214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(761), 22, + ACTIONS(657), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33236,7 +33240,7 @@ static const uint16_t ts_small_parse_table[] = { [30028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(583), 14, + ACTIONS(719), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33251,7 +33255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 22, + ACTIONS(717), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33277,7 +33281,7 @@ static const uint16_t ts_small_parse_table[] = { [30072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(767), 14, + ACTIONS(739), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33292,7 +33296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(765), 22, + ACTIONS(737), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33318,7 +33322,7 @@ static const uint16_t ts_small_parse_table[] = { [30116] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(653), 14, + ACTIONS(803), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33333,7 +33337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(651), 22, + ACTIONS(801), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33359,7 +33363,7 @@ static const uint16_t ts_small_parse_table[] = { [30160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(735), 14, + ACTIONS(667), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33374,7 +33378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(733), 22, + ACTIONS(665), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33400,7 +33404,7 @@ static const uint16_t ts_small_parse_table[] = { [30204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(727), 14, + ACTIONS(815), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33415,7 +33419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(725), 22, + ACTIONS(813), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33441,7 +33445,7 @@ static const uint16_t ts_small_parse_table[] = { [30248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(671), 14, + ACTIONS(787), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33456,7 +33460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(669), 22, + ACTIONS(785), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33482,7 +33486,7 @@ static const uint16_t ts_small_parse_table[] = { [30292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(787), 14, + ACTIONS(747), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33497,7 +33501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(785), 22, + ACTIONS(745), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33523,7 +33527,7 @@ static const uint16_t ts_small_parse_table[] = { [30336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(771), 14, + ACTIONS(687), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33538,7 +33542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(769), 22, + ACTIONS(685), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33564,7 +33568,7 @@ static const uint16_t ts_small_parse_table[] = { [30380] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(743), 14, + ACTIONS(735), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33579,7 +33583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(741), 22, + ACTIONS(733), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33605,7 +33609,7 @@ static const uint16_t ts_small_parse_table[] = { [30424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 14, + ACTIONS(743), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33620,7 +33624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(647), 22, + ACTIONS(741), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33646,7 +33650,7 @@ static const uint16_t ts_small_parse_table[] = { [30468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(739), 14, + ACTIONS(807), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33661,7 +33665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(737), 22, + ACTIONS(805), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33687,7 +33691,7 @@ static const uint16_t ts_small_parse_table[] = { [30512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(823), 14, + ACTIONS(819), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33702,7 +33706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(821), 22, + ACTIONS(817), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33728,7 +33732,7 @@ static const uint16_t ts_small_parse_table[] = { [30556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(747), 14, + ACTIONS(695), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33743,7 +33747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(745), 22, + ACTIONS(693), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33769,7 +33773,7 @@ static const uint16_t ts_small_parse_table[] = { [30600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(751), 14, + ACTIONS(791), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33784,7 +33788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(749), 22, + ACTIONS(789), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33810,7 +33814,7 @@ static const uint16_t ts_small_parse_table[] = { [30644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(775), 14, + ACTIONS(671), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33825,7 +33829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(773), 22, + ACTIONS(669), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33851,7 +33855,7 @@ static const uint16_t ts_small_parse_table[] = { [30688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(819), 14, + ACTIONS(653), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33866,7 +33870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(817), 22, + ACTIONS(651), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33892,7 +33896,7 @@ static const uint16_t ts_small_parse_table[] = { [30732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(707), 14, + ACTIONS(811), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33907,7 +33911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(705), 22, + ACTIONS(809), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33933,7 +33937,7 @@ static const uint16_t ts_small_parse_table[] = { [30776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(703), 14, + ACTIONS(731), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33948,7 +33952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 22, + ACTIONS(729), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -33974,7 +33978,7 @@ static const uint16_t ts_small_parse_table[] = { [30820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(711), 14, + ACTIONS(799), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -33989,7 +33993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(709), 22, + ACTIONS(797), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -34015,7 +34019,7 @@ static const uint16_t ts_small_parse_table[] = { [30864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(715), 14, + ACTIONS(783), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34030,7 +34034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(713), 22, + ACTIONS(781), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -34056,7 +34060,7 @@ static const uint16_t ts_small_parse_table[] = { [30908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(719), 14, + ACTIONS(779), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34071,7 +34075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(717), 22, + ACTIONS(777), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -34097,7 +34101,7 @@ static const uint16_t ts_small_parse_table[] = { [30952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(667), 14, + ACTIONS(583), 14, anon_sym_EQ, anon_sym_STAR, anon_sym_PIPE, @@ -34112,7 +34116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_LT, anon_sym_GT, - ACTIONS(665), 22, + ACTIONS(578), 22, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -34162,13 +34166,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(890), 1, anon_sym_LT_DASH, - STATE(796), 2, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(830), 2, + STATE(827), 2, sym_parameter_list, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -34192,55 +34196,55 @@ static const uint16_t ts_small_parse_table[] = { [31067] = 24, ACTIONS(291), 1, sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(878), 1, + anon_sym_STAR, ACTIONS(880), 1, anon_sym_struct, ACTIONS(882), 1, anon_sym_TILDE, ACTIONS(884), 1, anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(890), 1, + anon_sym_LT_DASH, ACTIONS(892), 1, - sym_identifier, - ACTIONS(894), 1, aux_sym_source_file_token1, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_DOT, - ACTIONS(900), 1, + ACTIONS(898), 1, anon_sym_LPAREN, - ACTIONS(902), 1, + ACTIONS(900), 1, anon_sym_COMMA, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(906), 1, + ACTIONS(902), 1, anon_sym_LBRACK, - ACTIONS(908), 1, - anon_sym_STAR, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, - ACTIONS(916), 1, + ACTIONS(904), 1, sym_raw_string_literal, - ACTIONS(918), 1, + ACTIONS(906), 1, anon_sym_DQUOTE, - STATE(635), 1, + STATE(596), 1, aux_sym_field_declaration_repeat1, - STATE(813), 1, + STATE(814), 1, sym_type_arguments, - STATE(1079), 1, + STATE(1085), 1, sym_interpreted_string_literal, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(906), 2, + STATE(905), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(896), 3, + ACTIONS(894), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -34263,27 +34267,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(908), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(910), 1, anon_sym_func, - ACTIONS(908), 1, + ACTIONS(912), 1, + anon_sym_LBRACK, + ACTIONS(914), 1, anon_sym_STAR, - ACTIONS(910), 1, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, ACTIONS(920), 1, - anon_sym_LBRACK, - STATE(799), 2, + anon_sym_LT_DASH, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(830), 2, + STATE(827), 2, sym_parameter_list, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -34313,11 +34317,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(643), 7, + ACTIONS(639), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -34325,7 +34329,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, @@ -34357,50 +34361,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(639), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(637), 22, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - 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, - [31327] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(928), 1, - anon_sym_LPAREN, - STATE(397), 1, - sym_special_argument_list, - ACTIONS(583), 8, - anon_sym_DOT, + ACTIONS(643), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -34408,11 +34373,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 23, + ACTIONS(641), 22, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_STAR, @@ -34432,20 +34396,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31372] = 9, + [31327] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(303), 1, anon_sym_LBRACE, ACTIONS(563), 1, anon_sym_DOT, - ACTIONS(834), 1, + ACTIONS(832), 1, anon_sym_LBRACK, STATE(398), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, - ACTIONS(831), 2, + ACTIONS(829), 2, anon_sym_LPAREN, anon_sym_RPAREN, ACTIONS(583), 7, @@ -34476,7 +34440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31425] = 20, + [31380] = 20, ACTIONS(29), 1, anon_sym_struct, ACTIONS(35), 1, @@ -34493,35 +34457,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(587), 1, anon_sym_chan, - ACTIONS(930), 1, + ACTIONS(928), 1, aux_sym_source_file_token1, - ACTIONS(934), 1, + ACTIONS(932), 1, anon_sym_LPAREN, - ACTIONS(936), 1, + ACTIONS(934), 1, anon_sym_COMMA, - ACTIONS(938), 1, + ACTIONS(936), 1, anon_sym_EQ, - ACTIONS(940), 1, + ACTIONS(938), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(940), 1, anon_sym_STAR, - ACTIONS(944), 1, + ACTIONS(942), 1, anon_sym_LT_DASH, - STATE(392), 1, + STATE(780), 1, aux_sym_const_spec_repeat1, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1323), 2, + STATE(1387), 2, sym_parenthesized_type, sym__simple_type, - ACTIONS(932), 5, + ACTIONS(930), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -34531,6 +34495,46 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, + [31455] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(944), 1, + anon_sym_LPAREN, + STATE(399), 1, + sym_special_argument_list, + ACTIONS(583), 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(578), 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, [31500] = 20, ACTIONS(29), 1, anon_sym_struct, @@ -34548,26 +34552,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(587), 1, anon_sym_chan, - ACTIONS(934), 1, + ACTIONS(932), 1, anon_sym_LPAREN, - ACTIONS(936), 1, + ACTIONS(934), 1, anon_sym_COMMA, - ACTIONS(940), 1, + ACTIONS(938), 1, anon_sym_LBRACK, - ACTIONS(942), 1, + ACTIONS(940), 1, anon_sym_STAR, - ACTIONS(944), 1, + ACTIONS(942), 1, anon_sym_LT_DASH, ACTIONS(946), 1, aux_sym_source_file_token1, ACTIONS(950), 1, anon_sym_EQ, - STATE(780), 1, + STATE(390), 1, aux_sym_const_spec_repeat1, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1320), 2, + STATE(1360), 2, sym_parenthesized_type, sym__simple_type, ACTIONS(948), 5, @@ -34576,7 +34580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -34589,7 +34593,7 @@ static const uint16_t ts_small_parse_table[] = { [31575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(703), 8, + ACTIONS(649), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34598,7 +34602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 24, + ACTIONS(647), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34626,167 +34630,7 @@ static const uint16_t ts_small_parse_table[] = { [31615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(583), 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(578), 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, - [31655] = 15, - ACTIONS(291), 1, - sym_comment, - ACTIONS(687), 1, - aux_sym_source_file_token1, - ACTIONS(952), 1, - anon_sym_DOT, - ACTIONS(954), 1, - anon_sym_LPAREN, - ACTIONS(956), 1, - anon_sym_COMMA, - ACTIONS(958), 1, - anon_sym_LBRACK, - ACTIONS(966), 1, - anon_sym_AMP_AMP, - ACTIONS(968), 1, - anon_sym_PIPE_PIPE, - STATE(504), 1, - sym_argument_list, - STATE(881), 1, - aux_sym_expression_list_repeat1, - STATE(1275), 1, - sym_type_arguments, - ACTIONS(962), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(617), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - ACTIONS(964), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(960), 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, - [31719] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(653), 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(651), 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, - [31759] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(735), 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(733), 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, - [31799] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(667), 8, + ACTIONS(803), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34795,7 +34639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(665), 24, + ACTIONS(801), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34820,10 +34664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31839] = 3, + [31655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(671), 8, + ACTIONS(807), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34832,7 +34676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(669), 24, + ACTIONS(805), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34857,10 +34701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31879] = 3, + [31695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(787), 8, + ACTIONS(679), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34869,7 +34713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(785), 24, + ACTIONS(677), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34894,10 +34738,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31919] = 3, + [31735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(743), 8, + ACTIONS(699), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34906,7 +34750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(741), 24, + ACTIONS(697), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34931,10 +34775,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31959] = 3, + [31775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 8, + ACTIONS(695), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34943,7 +34787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(647), 24, + ACTIONS(693), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -34968,10 +34812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [31999] = 3, + [31815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(739), 8, + ACTIONS(671), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -34980,7 +34824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(737), 24, + ACTIONS(669), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35005,7 +34849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32039] = 3, + [31855] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(823), 8, @@ -35042,47 +34886,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32079] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(747), 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(745), 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, - [32119] = 3, + [31895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(751), 8, + ACTIONS(727), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35091,7 +34898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(749), 24, + ACTIONS(725), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35116,10 +34923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32159] = 3, + [31935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(819), 8, + ACTIONS(711), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35128,7 +34935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(817), 24, + ACTIONS(709), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35153,10 +34960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32199] = 3, + [31975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(707), 8, + ACTIONS(653), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35165,7 +34972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(705), 24, + ACTIONS(651), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35190,10 +34997,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32239] = 3, + [32015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(657), 8, + ACTIONS(703), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35202,7 +35009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 24, + ACTIONS(701), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35227,10 +35034,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32279] = 3, + [32055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(711), 8, + ACTIONS(795), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35239,7 +35046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(709), 24, + ACTIONS(793), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35264,10 +35071,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32319] = 3, + [32095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(715), 8, + ACTIONS(743), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35276,7 +35083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(713), 24, + ACTIONS(741), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35301,10 +35108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32359] = 3, + [32135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(719), 8, + ACTIONS(659), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35313,7 +35120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(717), 24, + ACTIONS(657), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35338,10 +35145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32399] = 3, + [32175] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(723), 8, + ACTIONS(819), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35350,7 +35157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(721), 24, + ACTIONS(817), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35375,10 +35182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32439] = 3, + [32215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(727), 8, + ACTIONS(791), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35387,7 +35194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(725), 24, + ACTIONS(789), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35412,10 +35219,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32479] = 3, + [32255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(731), 8, + ACTIONS(811), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35424,7 +35231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(729), 24, + ACTIONS(809), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35449,10 +35256,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32519] = 3, + [32295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(755), 8, + ACTIONS(799), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35461,7 +35268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(753), 24, + ACTIONS(797), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35486,10 +35293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32559] = 3, + [32335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(759), 8, + ACTIONS(783), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35498,7 +35305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(757), 24, + ACTIONS(781), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35523,10 +35330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32599] = 3, + [32375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(763), 8, + ACTIONS(779), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35535,7 +35342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(761), 24, + ACTIONS(777), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35560,10 +35367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32639] = 3, + [32415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(767), 8, + ACTIONS(667), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35572,7 +35379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(765), 24, + ACTIONS(665), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35597,10 +35404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32679] = 3, + [32455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(771), 8, + ACTIONS(787), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35609,7 +35416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(769), 24, + ACTIONS(785), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35634,10 +35441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32719] = 3, + [32495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(775), 8, + ACTIONS(739), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35646,7 +35453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(773), 24, + ACTIONS(737), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35671,10 +35478,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32759] = 3, + [32535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(779), 8, + ACTIONS(723), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35683,7 +35490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(777), 24, + ACTIONS(721), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35708,10 +35515,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32799] = 3, + [32575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(783), 8, + ACTIONS(815), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35720,7 +35527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(781), 24, + ACTIONS(813), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35745,10 +35552,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32839] = 3, + [32615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(791), 8, + ACTIONS(715), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35757,7 +35564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(789), 24, + ACTIONS(713), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35782,10 +35589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32879] = 3, + [32655] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(795), 8, + ACTIONS(687), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35794,7 +35601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(793), 24, + ACTIONS(685), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35819,10 +35626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32919] = 3, + [32695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(799), 8, + ACTIONS(675), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35831,7 +35638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(797), 24, + ACTIONS(673), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35856,10 +35663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32959] = 3, + [32735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(803), 8, + ACTIONS(683), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35868,7 +35675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(801), 24, + ACTIONS(681), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35893,10 +35700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [32999] = 3, + [32775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(807), 8, + ACTIONS(691), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35905,7 +35712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(805), 24, + ACTIONS(689), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35930,10 +35737,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33039] = 3, + [32815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(811), 8, + ACTIONS(707), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35942,7 +35749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(809), 24, + ACTIONS(705), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -35967,10 +35774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33079] = 3, + [32855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(815), 8, + ACTIONS(719), 8, anon_sym_DOT, anon_sym_EQ, anon_sym_PIPE, @@ -35979,7 +35786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(813), 24, + ACTIONS(717), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -36004,50 +35811,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33119] = 9, + [32895] = 15, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, + ACTIONS(763), 1, aux_sym_source_file_token1, - ACTIONS(591), 1, + ACTIONS(952), 1, anon_sym_DOT, - ACTIONS(594), 1, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(597), 1, + ACTIONS(956), 1, + anon_sym_COMMA, + ACTIONS(958), 1, anon_sym_LBRACK, - ACTIONS(970), 1, - anon_sym_LBRACE, - STATE(505), 1, - sym_literal_value, - STATE(854), 1, + ACTIONS(966), 1, + anon_sym_AMP_AMP, + ACTIONS(968), 1, + anon_sym_PIPE_PIPE, + STATE(484), 1, + sym_argument_list, + STATE(891), 1, + aux_sym_expression_list_repeat1, + STATE(1297), 1, sym_type_arguments, - ACTIONS(583), 25, + ACTIONS(962), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(617), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_COMMA, - anon_sym_STAR, anon_sym_RBRACE, - anon_sym_PIPE, anon_sym_case, anon_sym_default, + ACTIONS(964), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(960), 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, + [32959] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(731), 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(729), 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_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, - [33171] = 3, + [32999] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(663), 8, @@ -36084,156 +35934,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33211] = 8, - ACTIONS(291), 1, + [33039] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(641), 1, - aux_sym_source_file_token1, - ACTIONS(952), 1, + ACTIONS(583), 8, anon_sym_DOT, - ACTIONS(954), 1, - anon_sym_LPAREN, - ACTIONS(958), 1, - anon_sym_LBRACK, - STATE(504), 1, - sym_argument_list, - STATE(1275), 1, - sym_type_arguments, - ACTIONS(643), 25, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(578), 24, anon_sym_SEMI, - anon_sym_NULL, + 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_PIPE, - 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, - [33260] = 11, - ACTIONS(291), 1, + [33079] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(637), 1, - aux_sym_source_file_token1, - ACTIONS(952), 1, + ACTIONS(735), 8, anon_sym_DOT, - ACTIONS(954), 1, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(733), 24, + anon_sym_SEMI, anon_sym_LPAREN, - ACTIONS(958), 1, + anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_LBRACK, - STATE(504), 1, - sym_argument_list, - STATE(1275), 1, - sym_type_arguments, - ACTIONS(962), 4, - anon_sym_PIPE, + 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(964), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(960), 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), 8, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33315] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(972), 1, - anon_sym_LPAREN, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(853), 2, - sym_parameter_list, - sym__simple_type, - ACTIONS(868), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COLON, - STATE(858), 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, - [33380] = 8, + [33119] = 9, ACTIONS(291), 1, sym_comment, - ACTIONS(637), 1, + ACTIONS(578), 1, aux_sym_source_file_token1, - ACTIONS(952), 1, + ACTIONS(591), 1, anon_sym_DOT, - ACTIONS(954), 1, + ACTIONS(594), 1, anon_sym_LPAREN, - ACTIONS(958), 1, + ACTIONS(597), 1, anon_sym_LBRACK, - STATE(504), 1, - sym_argument_list, - STATE(1275), 1, + ACTIONS(970), 1, + anon_sym_LBRACE, + STATE(485), 1, + sym_literal_value, + STATE(848), 1, sym_type_arguments, - ACTIONS(639), 25, + ACTIONS(583), 25, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -36259,53 +36051,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33429] = 10, + [33171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(747), 8, anon_sym_DOT, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 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(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(637), 14, + ACTIONS(745), 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, - [33482] = 10, + [33211] = 9, ACTIONS(291), 1, sym_comment, - ACTIONS(637), 1, + ACTIONS(641), 1, aux_sym_source_file_token1, ACTIONS(952), 1, anon_sym_DOT, @@ -36313,15 +36099,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(958), 1, anon_sym_LBRACK, - STATE(504), 1, + STATE(484), 1, sym_argument_list, - STATE(1275), 1, + STATE(1297), 1, sym_type_arguments, - ACTIONS(962), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, ACTIONS(960), 7, anon_sym_STAR, anon_sym_AMP, @@ -36330,13 +36111,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(639), 14, + ACTIONS(643), 18, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_PIPE, 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, @@ -36345,7 +36130,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33535] = 13, + [33262] = 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(972), 1, + sym_identifier, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, + anon_sym_STAR, + ACTIONS(982), 1, + anon_sym_LT_DASH, + STATE(840), 2, + sym_negated_type, + sym_qualified_type, + STATE(873), 2, + sym_parameter_list, + sym__simple_type, + ACTIONS(868), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + STATE(860), 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, + [33327] = 13, ACTIONS(291), 1, sym_comment, ACTIONS(858), 1, @@ -36360,9 +36194,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(968), 1, anon_sym_PIPE_PIPE, - STATE(504), 1, + STATE(484), 1, sym_argument_list, - STATE(1275), 1, + STATE(1297), 1, sym_type_arguments, ACTIONS(962), 4, anon_sym_PIPE, @@ -36391,52 +36225,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [33594] = 9, - ACTIONS(291), 1, + [33386] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(637), 1, - aux_sym_source_file_token1, - ACTIONS(952), 1, - anon_sym_DOT, - ACTIONS(954), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(958), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - STATE(504), 1, + ACTIONS(984), 1, + anon_sym_DOT, + STATE(399), 1, sym_argument_list, - STATE(1275), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(960), 7, - anon_sym_STAR, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(643), 5, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + ACTIONS(986), 5, + anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(639), 18, + ACTIONS(641), 14, anon_sym_SEMI, - anon_sym_NULL, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_case, - anon_sym_default, + anon_sym_COLON_EQ, 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_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [33439] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(873), 2, + sym_parameter_list, + sym__simple_type, + ACTIONS(868), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + STATE(860), 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, + [33504] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(643), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT, anon_sym_GT, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(641), 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, - [33645] = 12, + [33561] = 12, ACTIONS(291), 1, sym_comment, - ACTIONS(637), 1, + ACTIONS(641), 1, aux_sym_source_file_token1, ACTIONS(952), 1, anon_sym_DOT, @@ -36446,9 +36375,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(966), 1, anon_sym_AMP_AMP, - STATE(504), 1, + STATE(484), 1, sym_argument_list, - STATE(1275), 1, + STATE(1297), 1, sym_type_arguments, ACTIONS(962), 4, anon_sym_PIPE, @@ -36462,7 +36391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT, anon_sym_GT_EQ, - ACTIONS(639), 7, + ACTIONS(643), 7, anon_sym_SEMI, anon_sym_NULL, anon_sym_COMMA, @@ -36478,195 +36407,270 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [33702] = 12, - ACTIONS(3), 1, + [33618] = 11, + ACTIONS(291), 1, sym_comment, - ACTIONS(924), 1, + ACTIONS(641), 1, + aux_sym_source_file_token1, + ACTIONS(952), 1, + anon_sym_DOT, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(926), 1, + ACTIONS(958), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - STATE(397), 1, + STATE(484), 1, sym_argument_list, - STATE(1255), 1, + STATE(1297), 1, sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(986), 3, + ACTIONS(962), 4, + anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(639), 4, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(964), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, + anon_sym_LT_EQ, anon_sym_GT, - ACTIONS(980), 5, + anon_sym_GT_EQ, + ACTIONS(960), 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), 11, + ACTIONS(643), 8, anon_sym_SEMI, + anon_sym_NULL, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COLON_EQ, + anon_sym_case, + anon_sym_default, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [33673] = 10, + ACTIONS(291), 1, + sym_comment, + ACTIONS(641), 1, + aux_sym_source_file_token1, + ACTIONS(952), 1, + anon_sym_DOT, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(958), 1, + anon_sym_LBRACK, + STATE(484), 1, + sym_argument_list, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(962), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(960), 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(643), 14, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_COMMA, + 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, - [33759] = 15, + [33726] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(639), 2, + ACTIONS(643), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 6, + ACTIONS(641), 7, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_COLON_EQ, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [33822] = 14, + [33787] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - STATE(397), 1, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(639), 2, + ACTIONS(643), 2, anon_sym_EQ, anon_sym_COLON, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 7, + ACTIONS(641), 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, - [33883] = 16, - ACTIONS(3), 1, + [33850] = 8, + ACTIONS(291), 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(972), 1, + ACTIONS(641), 1, + aux_sym_source_file_token1, + ACTIONS(952), 1, + anon_sym_DOT, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(994), 1, - sym_identifier, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, + ACTIONS(958), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + STATE(484), 1, + sym_argument_list, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(643), 25, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_COMMA, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - STATE(836), 2, - sym_negated_type, - sym_qualified_type, - STATE(853), 2, - sym_parameter_list, - sym__simple_type, - ACTIONS(868), 7, - anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_PIPE, + 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, + [33899] = 8, + ACTIONS(291), 1, + sym_comment, + ACTIONS(637), 1, + aux_sym_source_file_token1, + ACTIONS(952), 1, + anon_sym_DOT, + ACTIONS(954), 1, + anon_sym_LPAREN, + ACTIONS(958), 1, + anon_sym_LBRACK, + STATE(484), 1, + sym_argument_list, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(639), 25, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_RBRACE, anon_sym_PIPE, - anon_sym_COLON, - STATE(858), 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, + 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, [33948] = 13, ACTIONS(291), 1, sym_comment, @@ -36682,9 +36686,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, ACTIONS(1004), 1, aux_sym_source_file_token1, - STATE(504), 1, + STATE(484), 1, sym_argument_list, - STATE(1275), 1, + STATE(1297), 1, sym_type_arguments, ACTIONS(962), 4, anon_sym_PIPE, @@ -36712,7 +36716,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [34006] = 13, + [34006] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(578), 1, + aux_sym_source_file_token1, + ACTIONS(1008), 1, + anon_sym_LPAREN, + STATE(484), 1, + sym_special_argument_list, + ACTIONS(583), 27, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_DOT, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_PIPE, + 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, + [34048] = 13, ACTIONS(291), 1, sym_comment, ACTIONS(952), 1, @@ -36725,18 +36766,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(968), 1, anon_sym_PIPE_PIPE, - ACTIONS(1008), 1, + ACTIONS(1010), 1, aux_sym_source_file_token1, - STATE(504), 1, + STATE(484), 1, sym_argument_list, - STATE(1275), 1, + STATE(1297), 1, sym_type_arguments, ACTIONS(962), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1010), 5, + ACTIONS(1012), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, @@ -36757,47 +36798,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [34064] = 18, - ACTIONS(3), 1, + [34106] = 13, + ACTIONS(291), 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(972), 1, + ACTIONS(952), 1, + anon_sym_DOT, + ACTIONS(954), 1, anon_sym_LPAREN, - ACTIONS(994), 1, + ACTIONS(958), 1, + anon_sym_LBRACK, + ACTIONS(966), 1, + anon_sym_AMP_AMP, + ACTIONS(968), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1014), 1, + aux_sym_source_file_token1, + STATE(484), 1, + sym_argument_list, + STATE(1297), 1, + sym_type_arguments, + ACTIONS(962), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1016), 5, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + ACTIONS(964), 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_GT, + anon_sym_GT_EQ, + ACTIONS(960), 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, + [34164] = 19, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(1024), 1, + anon_sym_LPAREN, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(1028), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(1030), 1, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1012), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1034), 1, + anon_sym_TILDE, + ACTIONS(1036), 1, anon_sym_LBRACE, - STATE(401), 1, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, + anon_sym_map, + ACTIONS(1042), 1, + anon_sym_chan, + ACTIONS(1044), 1, + anon_sym_LT_DASH, + STATE(1092), 1, sym_block, - STATE(836), 2, + ACTIONS(1018), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1022), 2, + anon_sym_SEMI, + anon_sym_NULL, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(880), 2, + STATE(975), 2, sym_parameter_list, sym__simple_type, - ACTIONS(868), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -36807,59 +36894,59 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34132] = 20, + [34234] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(617), 1, anon_sym_EQ, - ACTIONS(685), 1, + ACTIONS(761), 1, anon_sym_LT_DASH, - ACTIONS(687), 1, + ACTIONS(763), 1, anon_sym_COLON_EQ, - ACTIONS(1014), 1, + ACTIONS(1046), 1, anon_sym_DOT, - ACTIONS(1016), 1, + ACTIONS(1048), 1, anon_sym_LPAREN, - ACTIONS(1018), 1, + ACTIONS(1050), 1, anon_sym_COMMA, - ACTIONS(1020), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(1024), 1, + ACTIONS(1056), 1, anon_sym_PIPE, - ACTIONS(1026), 1, + ACTIONS(1058), 1, anon_sym_COLON, - ACTIONS(1036), 1, + ACTIONS(1068), 1, anon_sym_AMP_AMP, - ACTIONS(1038), 1, + ACTIONS(1070), 1, anon_sym_PIPE_PIPE, STATE(538), 1, sym_argument_list, - STATE(979), 1, + STATE(918), 1, aux_sym_expression_list_repeat1, - STATE(1266), 1, + STATE(1298), 1, sym_type_arguments, - ACTIONS(1030), 2, + ACTIONS(1062), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1034), 2, + ACTIONS(1066), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1028), 3, + ACTIONS(1060), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1032), 4, + ACTIONS(1064), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1022), 5, + ACTIONS(1054), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [34204] = 21, + [34306] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -36878,31 +36965,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1040), 1, + ACTIONS(1072), 1, anon_sym_DOT, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1044), 1, + ACTIONS(1076), 1, anon_sym_RPAREN, - ACTIONS(1046), 1, + ACTIONS(1078), 1, anon_sym_COMMA, - ACTIONS(1049), 1, + ACTIONS(1081), 1, anon_sym_LBRACK, - ACTIONS(1051), 1, + ACTIONS(1083), 1, anon_sym_DOT_DOT_DOT, STATE(595), 1, aux_sym_var_spec_repeat1, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1286), 2, + STATE(1313), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -36912,65 +36999,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34278] = 13, - ACTIONS(291), 1, - sym_comment, - ACTIONS(952), 1, - anon_sym_DOT, - ACTIONS(954), 1, - anon_sym_LPAREN, - ACTIONS(958), 1, - anon_sym_LBRACK, - ACTIONS(966), 1, - anon_sym_AMP_AMP, - ACTIONS(968), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1053), 1, - aux_sym_source_file_token1, - STATE(504), 1, - sym_argument_list, - STATE(1275), 1, - sym_type_arguments, - ACTIONS(962), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1055), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - ACTIONS(964), 6, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - ACTIONS(960), 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, - [34336] = 9, + [34380] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(563), 1, anon_sym_DOT, - ACTIONS(831), 1, + ACTIONS(829), 1, anon_sym_LPAREN, - ACTIONS(834), 1, + ACTIONS(832), 1, anon_sym_LBRACK, - ACTIONS(1057), 1, + ACTIONS(1085), 1, anon_sym_LBRACE, STATE(539), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, ACTIONS(583), 7, anon_sym_EQ, @@ -36998,85 +37040,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [34386] = 5, + [34430] = 19, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, - aux_sym_source_file_token1, - ACTIONS(1059), 1, + ACTIONS(1020), 1, + sym_identifier, + ACTIONS(1024), 1, anon_sym_LPAREN, - STATE(504), 1, - sym_special_argument_list, - ACTIONS(583), 27, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, - anon_sym_COMMA, + ACTIONS(1026), 1, + anon_sym_func, + ACTIONS(1028), 1, anon_sym_LBRACK, + ACTIONS(1030), 1, anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, - 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, - [34428] = 19, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1067), 1, - anon_sym_LPAREN, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1071), 1, - anon_sym_LBRACK, - ACTIONS(1073), 1, - anon_sym_STAR, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1077), 1, + ACTIONS(1034), 1, anon_sym_TILDE, - ACTIONS(1079), 1, + ACTIONS(1036), 1, anon_sym_LBRACE, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1087), 1, + ACTIONS(1044), 1, anon_sym_LT_DASH, - STATE(1065), 1, + STATE(1066), 1, sym_block, - ACTIONS(1061), 2, + ACTIONS(1087), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1065), 2, + ACTIONS(1089), 2, anon_sym_SEMI, anon_sym_NULL, - STATE(910), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(915), 2, + STATE(917), 2, sym_parameter_list, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37086,48 +37091,48 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34498] = 19, + [34500] = 19, ACTIONS(291), 1, sym_comment, - ACTIONS(1063), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(1067), 1, + ACTIONS(1024), 1, anon_sym_LPAREN, - ACTIONS(1069), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(1071), 1, + ACTIONS(1028), 1, anon_sym_LBRACK, - ACTIONS(1073), 1, + ACTIONS(1030), 1, anon_sym_STAR, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1077), 1, + ACTIONS(1034), 1, anon_sym_TILDE, - ACTIONS(1079), 1, + ACTIONS(1036), 1, anon_sym_LBRACE, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1087), 1, + ACTIONS(1044), 1, anon_sym_LT_DASH, - STATE(1066), 1, + STATE(1056), 1, sym_block, - ACTIONS(1089), 2, + ACTIONS(1091), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1091), 2, + ACTIONS(1093), 2, anon_sym_SEMI, anon_sym_NULL, - STATE(910), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(959), 2, + STATE(924), 2, sym_parameter_list, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37137,48 +37142,95 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34568] = 19, + [34570] = 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(972), 1, + sym_identifier, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, + anon_sym_STAR, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1095), 1, + anon_sym_LBRACE, + STATE(402), 1, + sym_block, + STATE(840), 2, + sym_negated_type, + sym_qualified_type, + STATE(894), 2, + sym_parameter_list, + sym__simple_type, + ACTIONS(868), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + STATE(860), 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, + [34638] = 17, ACTIONS(291), 1, sym_comment, - ACTIONS(1063), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(1067), 1, + ACTIONS(1024), 1, anon_sym_LPAREN, - ACTIONS(1069), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(1071), 1, + ACTIONS(1028), 1, anon_sym_LBRACK, - ACTIONS(1073), 1, + ACTIONS(1030), 1, anon_sym_STAR, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1077), 1, + ACTIONS(1034), 1, anon_sym_TILDE, - ACTIONS(1079), 1, - anon_sym_LBRACE, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1087), 1, + ACTIONS(1044), 1, anon_sym_LT_DASH, - STATE(1081), 1, - sym_block, - ACTIONS(1093), 2, + ACTIONS(868), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1095), 2, - anon_sym_SEMI, - anon_sym_NULL, - STATE(910), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(914), 2, + STATE(947), 2, sym_parameter_list, sym__simple_type, - STATE(950), 9, + ACTIONS(870), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACE, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37188,12 +37240,12 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [34638] = 3, + [34703] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(753), 1, + ACTIONS(717), 1, aux_sym_source_file_token1, - ACTIONS(755), 28, + ACTIONS(719), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37222,12 +37274,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [34675] = 3, + [34740] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(745), 1, + ACTIONS(661), 1, aux_sym_source_file_token1, - ACTIONS(747), 28, + ACTIONS(663), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37256,69 +37308,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [34712] = 3, - ACTIONS(291), 1, + [34777] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(647), 1, - aux_sym_source_file_token1, - ACTIONS(649), 28, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(1046), 1, anon_sym_DOT, + ACTIONS(1048), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1052), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, + ACTIONS(1056), 1, anon_sym_PIPE, - anon_sym_case, - anon_sym_default, + ACTIONS(1068), 1, + anon_sym_AMP_AMP, + STATE(538), 1, + sym_argument_list, + STATE(1298), 1, + sym_type_arguments, + ACTIONS(643), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(1062), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1066), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1060), 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(641), 4, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, + anon_sym_PIPE_PIPE, + ACTIONS(1064), 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, - [34749] = 10, + ACTIONS(1054), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [34838] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1014), 1, + ACTIONS(1046), 1, anon_sym_DOT, - ACTIONS(1016), 1, + ACTIONS(1048), 1, anon_sym_LPAREN, - ACTIONS(1020), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, STATE(538), 1, sym_argument_list, - STATE(1266), 1, + STATE(1298), 1, sym_type_arguments, - ACTIONS(1030), 2, + ACTIONS(1062), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(639), 5, + ACTIONS(643), 5, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 5, + ACTIONS(1054), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 12, + ACTIONS(641), 12, anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_COLON_EQ, @@ -37331,146 +37395,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [34800] = 12, + [34889] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1014), 1, + ACTIONS(1046), 1, anon_sym_DOT, - ACTIONS(1016), 1, + ACTIONS(1048), 1, anon_sym_LPAREN, - ACTIONS(1020), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(1024), 1, - anon_sym_PIPE, STATE(538), 1, sym_argument_list, - STATE(1266), 1, + STATE(1298), 1, sym_type_arguments, - ACTIONS(1030), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1028), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(639), 4, + ACTIONS(639), 7, anon_sym_EQ, + anon_sym_PIPE, anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(1022), 5, + ACTIONS(637), 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, - 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, - [34855] = 14, - ACTIONS(3), 1, + [34936] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1014), 1, + ACTIONS(801), 1, + aux_sym_source_file_token1, + ACTIONS(803), 28, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_DOT, - ACTIONS(1016), 1, anon_sym_LPAREN, - ACTIONS(1020), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(1024), 1, + anon_sym_STAR, + anon_sym_RBRACE, anon_sym_PIPE, - STATE(538), 1, - sym_argument_list, - STATE(1266), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(1030), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1034), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1028), 3, + anon_sym_case, + anon_sym_default, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1032), 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(1022), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [34914] = 15, - ACTIONS(3), 1, + [34973] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1014), 1, + ACTIONS(741), 1, + aux_sym_source_file_token1, + ACTIONS(743), 28, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_DOT, - ACTIONS(1016), 1, anon_sym_LPAREN, - ACTIONS(1020), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(1024), 1, + anon_sym_STAR, + anon_sym_RBRACE, anon_sym_PIPE, - ACTIONS(1036), 1, - anon_sym_AMP_AMP, - STATE(538), 1, - sym_argument_list, - STATE(1266), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(1030), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1034), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1028), 3, + anon_sym_case, + anon_sym_default, 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(1032), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1022), 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, - [34975] = 3, + 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, + [35010] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(749), 1, + ACTIONS(805), 1, aux_sym_source_file_token1, - ACTIONS(751), 28, + ACTIONS(807), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37499,7 +37536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35012] = 3, + [35047] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(817), 1, @@ -37533,12 +37570,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35049] = 3, + [35084] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(661), 1, + ACTIONS(657), 1, aux_sym_source_file_token1, - ACTIONS(663), 28, + ACTIONS(659), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37567,7 +37604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35086] = 19, + [35121] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -37584,11 +37621,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, @@ -37598,16 +37635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1189), 2, + STATE(1171), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -37617,12 +37654,12 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35155] = 3, + [35190] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(705), 1, + ACTIONS(578), 1, aux_sym_source_file_token1, - ACTIONS(707), 28, + ACTIONS(583), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37651,12 +37688,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35192] = 3, + [35227] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(701), 1, + ACTIONS(809), 1, aux_sym_source_file_token1, - ACTIONS(703), 28, + ACTIONS(811), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37685,12 +37722,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35229] = 3, + [35264] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(797), 1, aux_sym_source_file_token1, - ACTIONS(711), 28, + ACTIONS(799), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37719,12 +37756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35266] = 3, + [35301] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(781), 1, aux_sym_source_file_token1, - ACTIONS(715), 28, + ACTIONS(783), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37753,46 +37790,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35303] = 3, + [35338] = 17, ACTIONS(291), 1, sym_comment, - ACTIONS(717), 1, - aux_sym_source_file_token1, - ACTIONS(719), 28, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, + ACTIONS(1024), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1034), 1, + anon_sym_TILDE, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1105), 1, + sym_identifier, + ACTIONS(1107), 1, + anon_sym_func, + ACTIONS(1109), 1, anon_sym_LBRACK, + ACTIONS(1111), 1, anon_sym_STAR, - anon_sym_RBRACE, - anon_sym_PIPE, - 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, - [35340] = 3, + ACTIONS(1113), 1, + anon_sym_map, + ACTIONS(1115), 1, + anon_sym_chan, + ACTIONS(1117), 1, + anon_sym_LT_DASH, + ACTIONS(868), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + STATE(900), 2, + sym_negated_type, + sym_qualified_type, + STATE(947), 2, + sym_parameter_list, + sym__simple_type, + ACTIONS(870), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACE, + STATE(997), 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, + [35403] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(777), 1, aux_sym_source_file_token1, - ACTIONS(723), 28, + ACTIONS(779), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37821,12 +37872,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35377] = 3, + [35440] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(725), 1, + ACTIONS(665), 1, aux_sym_source_file_token1, - ACTIONS(727), 28, + ACTIONS(667), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37855,12 +37906,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35414] = 3, + [35477] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(729), 1, + ACTIONS(737), 1, aux_sym_source_file_token1, - ACTIONS(731), 28, + ACTIONS(739), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37889,46 +37940,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35451] = 3, - ACTIONS(291), 1, + [35514] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(757), 1, - aux_sym_source_file_token1, - ACTIONS(759), 28, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(1046), 1, anon_sym_DOT, + ACTIONS(1048), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1052), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, + ACTIONS(1056), 1, anon_sym_PIPE, - anon_sym_case, - anon_sym_default, + STATE(538), 1, + sym_argument_list, + STATE(1298), 1, + sym_type_arguments, + ACTIONS(643), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(1062), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1066), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1060), 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(1064), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, anon_sym_LT_EQ, - anon_sym_GT, anon_sym_GT_EQ, + ACTIONS(641), 5, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35488] = 3, + ACTIONS(1054), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [35573] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(761), 1, + ACTIONS(721), 1, aux_sym_source_file_token1, - ACTIONS(763), 28, + ACTIONS(723), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -37957,47 +38019,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35525] = 19, - ACTIONS(3), 1, + [35610] = 19, + ACTIONS(291), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(872), 1, + anon_sym_LPAREN, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(876), 1, + anon_sym_LBRACK, + ACTIONS(878), 1, + anon_sym_STAR, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, + ACTIONS(882), 1, anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(589), 1, + ACTIONS(890), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1097), 1, - sym_identifier, - ACTIONS(1103), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1105), 1, - anon_sym_RPAREN, - ACTIONS(1107), 1, - anon_sym_COMMA, - STATE(848), 2, + ACTIONS(1087), 1, + aux_sym_source_file_token1, + ACTIONS(1119), 1, + anon_sym_LBRACE, + STATE(1137), 1, + sym_block, + ACTIONS(1089), 2, + anon_sym_SEMI, + anon_sym_NULL, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1213), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(1273), 2, - sym_parenthesized_type, + STATE(1024), 2, + sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38007,12 +38069,12 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [35594] = 3, + [35679] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(655), 1, + ACTIONS(647), 1, aux_sym_source_file_token1, - ACTIONS(657), 28, + ACTIONS(649), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38041,12 +38103,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35631] = 3, + [35716] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(765), 1, + ACTIONS(713), 1, aux_sym_source_file_token1, - ACTIONS(767), 28, + ACTIONS(715), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38075,12 +38137,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35668] = 3, + [35753] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(741), 1, + ACTIONS(685), 1, aux_sym_source_file_token1, - ACTIONS(743), 28, + ACTIONS(687), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38109,59 +38171,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35705] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(860), 2, - anon_sym_EQ, - anon_sym_COLON, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(858), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [35768] = 3, + [35790] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(773), 1, + ACTIONS(681), 1, aux_sym_source_file_token1, - ACTIONS(775), 28, + ACTIONS(683), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38190,12 +38205,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35805] = 3, + [35827] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(777), 1, + ACTIONS(669), 1, aux_sym_source_file_token1, - ACTIONS(779), 28, + ACTIONS(671), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38224,12 +38239,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35842] = 3, + [35864] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(781), 1, + ACTIONS(693), 1, aux_sym_source_file_token1, - ACTIONS(783), 28, + ACTIONS(695), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38258,12 +38273,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35879] = 3, + [35901] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1046), 1, + anon_sym_DOT, + ACTIONS(1048), 1, + anon_sym_LPAREN, + ACTIONS(1052), 1, + anon_sym_LBRACK, + ACTIONS(1056), 1, + anon_sym_PIPE, + STATE(538), 1, + sym_argument_list, + STATE(1298), 1, + sym_type_arguments, + ACTIONS(1062), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1060), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(643), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1054), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(641), 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, + [35956] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(789), 1, + ACTIONS(689), 1, aux_sym_source_file_token1, - ACTIONS(791), 28, + ACTIONS(691), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38292,46 +38350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [35916] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1014), 1, - anon_sym_DOT, - ACTIONS(1016), 1, - anon_sym_LPAREN, - ACTIONS(1020), 1, - anon_sym_LBRACK, - STATE(538), 1, - sym_argument_list, - STATE(1266), 1, - sym_type_arguments, - ACTIONS(643), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(641), 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, - [35963] = 19, + [35993] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -38348,30 +38367,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1111), 1, + ACTIONS(1121), 1, anon_sym_RPAREN, - ACTIONS(1113), 1, + ACTIONS(1123), 1, anon_sym_COMMA, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1143), 2, + STATE(1168), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38381,12 +38400,12 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36032] = 3, + [36062] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(793), 1, + ACTIONS(705), 1, aux_sym_source_file_token1, - ACTIONS(795), 28, + ACTIONS(707), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38415,177 +38434,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36069] = 3, - ACTIONS(291), 1, + [36099] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(797), 1, - aux_sym_source_file_token1, - ACTIONS(799), 28, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_DOT, + ACTIONS(924), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(926), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_RBRACE, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - anon_sym_case, - anon_sym_default, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(860), 2, + anon_sym_EQ, + anon_sym_COLON, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(858), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(996), 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(998), 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, - [36106] = 17, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1067), 1, - anon_sym_LPAREN, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1071), 1, - anon_sym_LBRACK, - ACTIONS(1073), 1, + ACTIONS(986), 5, anon_sym_STAR, - ACTIONS(1075), 1, - anon_sym_struct, - ACTIONS(1077), 1, - anon_sym_TILDE, - ACTIONS(1081), 1, - anon_sym_interface, - ACTIONS(1083), 1, - anon_sym_map, - ACTIONS(1085), 1, - anon_sym_chan, - ACTIONS(1087), 1, - anon_sym_LT_DASH, - ACTIONS(868), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - STATE(910), 2, - sym_negated_type, - sym_qualified_type, - STATE(919), 2, - sym_parameter_list, - sym__simple_type, - ACTIONS(870), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LBRACE, - STATE(950), 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, - [36171] = 17, - ACTIONS(291), 1, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [36162] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(1067), 1, - anon_sym_LPAREN, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1077), 1, + ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1081), 1, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1115), 1, - sym_identifier, - ACTIONS(1117), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(1119), 1, - anon_sym_LBRACK, - ACTIONS(1121), 1, - anon_sym_STAR, - ACTIONS(1123), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1127), 1, + ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(868), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - STATE(895), 2, - sym_negated_type, - sym_qualified_type, - STATE(919), 2, - sym_parameter_list, - sym__simple_type, - ACTIONS(870), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LBRACE, - STATE(950), 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, - [36236] = 19, - ACTIONS(291), 1, - sym_comment, - ACTIONS(872), 1, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(882), 1, - anon_sym_TILDE, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(1097), 1, sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(908), 1, - anon_sym_STAR, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, - ACTIONS(920), 1, - anon_sym_LBRACK, - ACTIONS(1089), 1, - aux_sym_source_file_token1, + ACTIONS(1103), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1127), 1, + anon_sym_RPAREN, ACTIONS(1129), 1, - anon_sym_LBRACE, - STATE(1235), 1, - sym_block, - ACTIONS(1091), 2, - anon_sym_SEMI, - anon_sym_NULL, - STATE(799), 2, + anon_sym_COMMA, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1044), 2, - sym_parameter_list, + STATE(1225), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(1244), 2, + sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -38595,12 +38531,12 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [36305] = 3, + [36231] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(801), 1, + ACTIONS(789), 1, aux_sym_source_file_token1, - ACTIONS(803), 28, + ACTIONS(791), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38629,51 +38565,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36342] = 8, - ACTIONS(3), 1, + [36268] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1014), 1, + ACTIONS(729), 1, + aux_sym_source_file_token1, + ACTIONS(731), 28, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_DOT, - ACTIONS(1016), 1, anon_sym_LPAREN, - ACTIONS(1020), 1, + anon_sym_COMMA, anon_sym_LBRACK, - STATE(538), 1, - sym_argument_list, - STATE(1266), 1, - sym_type_arguments, - ACTIONS(639), 7, - anon_sym_EQ, + anon_sym_STAR, + anon_sym_RBRACE, anon_sym_PIPE, - anon_sym_COLON, + 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, - ACTIONS(637), 17, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [36305] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(733), 1, + aux_sym_source_file_token1, + ACTIONS(735), 28, + anon_sym_SEMI, + anon_sym_NULL, + 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_RBRACE, + anon_sym_PIPE, + 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, - [36389] = 3, + [36342] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(805), 1, + ACTIONS(745), 1, aux_sym_source_file_token1, - ACTIONS(807), 28, + ACTIONS(747), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38702,12 +38667,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36426] = 3, + [36379] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(809), 1, + ACTIONS(785), 1, aux_sym_source_file_token1, - ACTIONS(811), 28, + ACTIONS(787), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38736,7 +38701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36463] = 3, + [36416] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(813), 1, @@ -38770,112 +38735,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36500] = 19, - ACTIONS(291), 1, - sym_comment, - ACTIONS(872), 1, - anon_sym_LPAREN, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(882), 1, - anon_sym_TILDE, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(908), 1, - anon_sym_STAR, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, - ACTIONS(920), 1, - anon_sym_LBRACK, - ACTIONS(1093), 1, - aux_sym_source_file_token1, - ACTIONS(1129), 1, - anon_sym_LBRACE, - STATE(1210), 1, - sym_block, - ACTIONS(1095), 2, - anon_sym_SEMI, - anon_sym_NULL, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1049), 2, - sym_parameter_list, - sym__simple_type, - STATE(807), 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, - [36569] = 19, - ACTIONS(291), 1, - sym_comment, - ACTIONS(872), 1, - anon_sym_LPAREN, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(882), 1, - anon_sym_TILDE, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(908), 1, - anon_sym_STAR, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, - ACTIONS(920), 1, - anon_sym_LBRACK, - ACTIONS(1061), 1, - aux_sym_source_file_token1, - ACTIONS(1129), 1, - anon_sym_LBRACE, - STATE(1241), 1, - sym_block, - ACTIONS(1065), 2, - anon_sym_SEMI, - anon_sym_NULL, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1048), 2, - sym_parameter_list, - sym__simple_type, - STATE(807), 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, - [36638] = 3, + [36453] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(785), 1, + ACTIONS(725), 1, aux_sym_source_file_token1, - ACTIONS(787), 28, + ACTIONS(727), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38904,12 +38769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36675] = 3, + [36490] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(578), 1, + ACTIONS(697), 1, aux_sym_source_file_token1, - ACTIONS(583), 28, + ACTIONS(699), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38938,12 +38803,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36712] = 3, + [36527] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(737), 1, + ACTIONS(673), 1, aux_sym_source_file_token1, - ACTIONS(739), 28, + ACTIONS(675), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -38972,12 +38837,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36749] = 3, + [36564] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(733), 1, + ACTIONS(677), 1, aux_sym_source_file_token1, - ACTIONS(735), 28, + ACTIONS(679), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39006,12 +38871,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36786] = 3, + [36601] = 19, ACTIONS(291), 1, sym_comment, - ACTIONS(665), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(872), 1, + anon_sym_LPAREN, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(876), 1, + anon_sym_LBRACK, + ACTIONS(878), 1, + anon_sym_STAR, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(882), 1, + anon_sym_TILDE, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(890), 1, + anon_sym_LT_DASH, + ACTIONS(1018), 1, aux_sym_source_file_token1, - ACTIONS(667), 28, + ACTIONS(1119), 1, + anon_sym_LBRACE, + STATE(1178), 1, + sym_block, + ACTIONS(1022), 2, + anon_sym_SEMI, + anon_sym_NULL, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(1036), 2, + sym_parameter_list, + sym__simple_type, + STATE(824), 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, + [36670] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(821), 1, + aux_sym_source_file_token1, + ACTIONS(823), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39040,12 +38955,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36823] = 3, + [36707] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(651), 1, + ACTIONS(701), 1, aux_sym_source_file_token1, - ACTIONS(653), 28, + ACTIONS(703), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39074,12 +38989,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36860] = 3, + [36744] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(669), 1, + ACTIONS(651), 1, aux_sym_source_file_token1, - ACTIONS(671), 28, + ACTIONS(653), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39108,12 +39023,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36897] = 3, + [36781] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(821), 1, + ACTIONS(709), 1, aux_sym_source_file_token1, - ACTIONS(823), 28, + ACTIONS(711), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39142,12 +39057,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36934] = 3, + [36818] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(769), 1, + ACTIONS(793), 1, aux_sym_source_file_token1, - ACTIONS(771), 28, + ACTIONS(795), 28, anon_sym_SEMI, anon_sym_NULL, anon_sym_DOT, @@ -39176,45 +39091,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [36971] = 18, - ACTIONS(3), 1, + [36855] = 19, + ACTIONS(291), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(872), 1, + anon_sym_LPAREN, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(876), 1, + anon_sym_LBRACK, + ACTIONS(878), 1, + anon_sym_STAR, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, + ACTIONS(882), 1, anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(589), 1, + ACTIONS(890), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1097), 1, - sym_identifier, - ACTIONS(1103), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1131), 1, - anon_sym_RPAREN, - STATE(848), 2, + ACTIONS(1091), 1, + aux_sym_source_file_token1, + ACTIONS(1119), 1, + anon_sym_LBRACE, + STATE(1142), 1, + sym_block, + ACTIONS(1093), 2, + anon_sym_SEMI, + anon_sym_NULL, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1273), 2, - sym_parenthesized_type, + STATE(1029), 2, + sym_parameter_list, sym__simple_type, - STATE(1304), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39224,55 +39141,141 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [37037] = 18, + [36924] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(922), 1, + ACTIONS(1046), 1, anon_sym_DOT, - ACTIONS(924), 1, + ACTIONS(1048), 1, anon_sym_LPAREN, - ACTIONS(926), 1, + ACTIONS(1052), 1, anon_sym_LBRACK, - ACTIONS(1133), 1, - anon_sym_RPAREN, - ACTIONS(1135), 1, + STATE(538), 1, + sym_argument_list, + STATE(1298), 1, + sym_type_arguments, + ACTIONS(643), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(641), 17, anon_sym_COMMA, - ACTIONS(1137), 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, + [36971] = 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(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1097), 1, + sym_identifier, + ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1141), 1, + ACTIONS(1131), 1, + anon_sym_RPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1244), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1310), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(860), 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, + [37037] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1050), 1, + anon_sym_COMMA, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1185), 1, - aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(918), 1, + aux_sym_expression_list_repeat1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(763), 2, + anon_sym_SEMI, + anon_sym_COLON, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37103] = 18, + [37101] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, @@ -39281,6 +39284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, + ACTIONS(1133), 1, + anon_sym_RPAREN, + ACTIONS(1135), 1, + anon_sym_COMMA, ACTIONS(1137), 1, anon_sym_DOT_DOT_DOT, ACTIONS(1141), 1, @@ -39289,15 +39296,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1155), 1, - anon_sym_RPAREN, - ACTIONS(1157), 1, - anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1145), 1, + STATE(1154), 1, aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -39320,68 +39323,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37169] = 18, + [37167] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(687), 1, - anon_sym_COLON_EQ, + ACTIONS(922), 1, + anon_sym_DOT, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(1018), 1, - anon_sym_COMMA, - ACTIONS(1159), 1, - anon_sym_DOT, - ACTIONS(1163), 1, - anon_sym_LBRACE, - ACTIONS(1165), 1, + ACTIONS(1137), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1177), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - STATE(397), 1, + ACTIONS(1155), 1, + anon_sym_RPAREN, + ACTIONS(1157), 1, + anon_sym_COMMA, + STATE(399), 1, sym_argument_list, - STATE(979), 1, - aux_sym_expression_list_repeat1, - STATE(1255), 1, + STATE(1187), 1, + aux_sym_argument_list_repeat1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37235] = 9, + [37233] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(303), 1, anon_sym_LBRACE, ACTIONS(591), 1, anon_sym_DOT, - ACTIONS(831), 1, + ACTIONS(829), 1, anon_sym_LPAREN, - ACTIONS(834), 1, + ACTIONS(832), 1, anon_sym_LBRACK, STATE(398), 1, sym_literal_value, - STATE(854), 1, + STATE(848), 1, sym_type_arguments, ACTIONS(583), 5, anon_sym_PIPE, @@ -39407,42 +39410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [37283] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1179), 1, - anon_sym_LPAREN, - STATE(538), 1, - sym_special_argument_list, - ACTIONS(583), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(578), 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, - [37323] = 18, + [37281] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, @@ -39459,15 +39427,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1181), 1, + ACTIONS(1159), 1, anon_sym_RPAREN, - ACTIONS(1183), 1, + ACTIONS(1161), 1, anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1204), 1, + STATE(1134), 1, aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -39490,7 +39458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37389] = 18, + [37347] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -39507,28 +39475,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1185), 1, + ACTIONS(1163), 1, anon_sym_RPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(1304), 2, + STATE(1310), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39538,7 +39506,55 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [37455] = 18, + [37413] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(763), 1, + anon_sym_COLON_EQ, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(1050), 1, + anon_sym_COMMA, + ACTIONS(1165), 1, + anon_sym_DOT, + ACTIONS(1169), 1, + anon_sym_LBRACE, + ACTIONS(1171), 1, + anon_sym_PIPE, + ACTIONS(1181), 1, + anon_sym_AMP_AMP, + ACTIONS(1183), 1, + anon_sym_PIPE_PIPE, + STATE(399), 1, + sym_argument_list, + STATE(918), 1, + aux_sym_expression_list_repeat1, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1175), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1179), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1177), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [37479] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -39555,28 +39571,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1187), 1, + ACTIONS(1185), 1, anon_sym_RPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(1304), 2, + STATE(1310), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39586,7 +39602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [37521] = 18, + [37545] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -39603,28 +39619,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, ACTIONS(1103), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(1189), 1, + ACTIONS(1187), 1, anon_sym_RPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(1304), 2, + STATE(1310), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39634,48 +39650,55 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [37587] = 11, + [37611] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(303), 1, - anon_sym_LBRACE, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(594), 1, - anon_sym_PIPE, - ACTIONS(834), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1044), 1, - anon_sym_COMMA, - STATE(398), 1, - sym_literal_value, - STATE(854), 1, - sym_type_arguments, - ACTIONS(831), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - ACTIONS(583), 4, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(578), 15, + ACTIONS(992), 1, 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, - [37639] = 18, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1097), 1, + sym_identifier, + ACTIONS(1103), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1189), 1, + anon_sym_RPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1244), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1310), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(860), 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, + [37677] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, @@ -39696,11 +39719,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, ACTIONS(1193), 1, anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1168), 1, + STATE(1228), 1, aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -39723,54 +39746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37705] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1018), 1, - anon_sym_COMMA, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(979), 1, - aux_sym_expression_list_repeat1, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(687), 2, - anon_sym_SEMI, - anon_sym_COLON, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [37769] = 18, + [37743] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -39787,11 +39763,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, ACTIONS(1097), 1, sym_identifier, @@ -39799,16 +39775,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, ACTIONS(1195), 1, anon_sym_RPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1273), 2, + STATE(1244), 2, sym_parenthesized_type, sym__simple_type, - STATE(1304), 2, + STATE(1310), 2, sym_parameter_declaration, sym_variadic_parameter_declaration, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -39818,54 +39794,48 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [37835] = 17, - ACTIONS(291), 1, + [37809] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(872), 1, + ACTIONS(303), 1, + anon_sym_LBRACE, + ACTIONS(563), 1, + anon_sym_DOT, + ACTIONS(594), 1, + anon_sym_PIPE, + ACTIONS(832), 1, + anon_sym_LBRACK, + ACTIONS(1076), 1, + anon_sym_COMMA, + STATE(398), 1, + sym_literal_value, + STATE(848), 1, + sym_type_arguments, + ACTIONS(829), 2, anon_sym_LPAREN, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(882), 1, - anon_sym_TILDE, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(908), 1, + anon_sym_RBRACK, + ACTIONS(583), 4, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(578), 15, anon_sym_STAR, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(914), 1, - anon_sym_LT_DASH, - ACTIONS(920), 1, - anon_sym_LBRACK, - ACTIONS(1197), 1, - aux_sym_source_file_token1, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1130), 2, - sym_parameter_list, - sym__simple_type, - ACTIONS(1199), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - STATE(807), 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, - [37899] = 18, + 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, + [37861] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, @@ -39882,15 +39852,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1201), 1, + ACTIONS(1197), 1, anon_sym_RPAREN, - ACTIONS(1203), 1, + ACTIONS(1199), 1, anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1146), 1, + STATE(1231), 1, aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -39913,55 +39883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [37965] = 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(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1097), 1, - sym_identifier, - ACTIONS(1103), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1205), 1, - anon_sym_RPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1273), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1304), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(858), 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, - [38031] = 18, + [37927] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(922), 1, @@ -39978,15 +39900,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1207), 1, + ACTIONS(1201), 1, anon_sym_RPAREN, - ACTIONS(1209), 1, + ACTIONS(1203), 1, anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1218), 1, + STATE(1213), 1, aux_sym_argument_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -40009,42 +39931,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [38097] = 3, - ACTIONS(3), 1, + [37993] = 17, + ACTIONS(291), 1, sym_comment, - ACTIONS(795), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(793), 20, - anon_sym_DOT, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(872), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(876), 1, anon_sym_LBRACK, + ACTIONS(878), 1, anon_sym_STAR, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(882), 1, + anon_sym_TILDE, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(890), 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, - [38132] = 3, + ACTIONS(1205), 1, + aux_sym_source_file_token1, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(1077), 2, + sym_parameter_list, + sym__simple_type, + ACTIONS(1207), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + STATE(824), 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, + [38057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(657), 7, + ACTIONS(1209), 1, + anon_sym_LPAREN, + STATE(538), 1, + sym_special_argument_list, + ACTIONS(583), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40052,9 +39993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(655), 20, + ACTIONS(578), 19, anon_sym_DOT, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_STAR, @@ -40073,18 +40013,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38167] = 17, + [38097] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1211), 1, sym_identifier, @@ -40103,153 +40043,13 @@ static const uint16_t ts_small_parse_table[] = { STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1074), 2, - sym_method_elem, - sym_type_elem, - STATE(807), 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, - [38230] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1211), 1, - sym_identifier, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, - anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1225), 1, - anon_sym_RBRACE, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1007), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(1074), 2, + STATE(1088), 2, sym_method_elem, sym_type_elem, - STATE(807), 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, - [38293] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(570), 1, - anon_sym_COMMA, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, - anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1227), 1, - anon_sym_EQ, - STATE(536), 1, - aux_sym_var_spec_repeat1, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(900), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(807), 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, - [38358] = 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(561), 1, - sym_identifier, - ACTIONS(570), 1, - anon_sym_COMMA, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(794), 1, - aux_sym_var_spec_repeat1, - STATE(1289), 1, - sym_type_elem, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1117), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40259,10 +40059,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [38423] = 3, + [38160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(583), 7, + ACTIONS(807), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40270,7 +40070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 20, + ACTIONS(805), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -40291,29 +40091,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38458] = 8, + [38195] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(563), 1, - anon_sym_DOT, - ACTIONS(831), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(834), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - STATE(398), 1, - sym_literal_value, - STATE(854), 1, + ACTIONS(984), 1, + anon_sym_DOT, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, sym_type_arguments, - ACTIONS(583), 5, + ACTIONS(1175), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(643), 3, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(641), 12, + anon_sym_COMMA, + anon_sym_LBRACE, + 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, + [38244] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(819), 7, + anon_sym_EQ, anon_sym_PIPE, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(578), 17, + ACTIONS(817), 20, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_LBRACK, anon_sym_STAR, - anon_sym_LBRACE, + anon_sym_LT_DASH, anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -40328,23 +40162,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38503] = 19, + [38279] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(570), 1, - anon_sym_COMMA, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, + ACTIONS(1211), 1, + sym_identifier, ACTIONS(1213), 1, anon_sym_LPAREN, ACTIONS(1215), 1, @@ -40355,18 +40187,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1229), 1, - anon_sym_EQ, - STATE(794), 1, - aux_sym_var_spec_repeat1, - STATE(896), 1, - sym__simple_type, - STATE(911), 1, - sym_parenthesized_type, + ACTIONS(1225), 1, + anon_sym_RBRACE, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(807), 9, + STATE(977), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1034), 2, + sym_method_elem, + sym_type_elem, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40376,74 +40208,51 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [38570] = 3, + [38342] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(653), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(651), 20, - anon_sym_DOT, + ACTIONS(924), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(926), 1, 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, - [38605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(735), 7, - anon_sym_EQ, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(643), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(733), 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(1175), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1173), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(1167), 5, + anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, + ACTIONS(641), 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, - [38640] = 3, + [38395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(667), 7, + ACTIONS(791), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40451,7 +40260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(665), 20, + ACTIONS(789), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -40472,18 +40281,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38675] = 17, + [38430] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1211), 1, sym_identifier, @@ -40497,18 +40306,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1231), 1, + ACTIONS(1227), 1, anon_sym_RBRACE, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1007), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(1026), 2, + STATE(1088), 2, sym_method_elem, sym_type_elem, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40518,101 +40327,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [38738] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(922), 1, - anon_sym_DOT, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(1137), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1141), 1, - anon_sym_PIPE, - ACTIONS(1151), 1, - anon_sym_AMP_AMP, - ACTIONS(1153), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1149), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1233), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1143), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1147), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1139), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [38799] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(687), 1, - anon_sym_SEMI, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1018), 1, - anon_sym_COMMA, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1235), 1, - anon_sym_DOT, - STATE(397), 1, - sym_argument_list, - STATE(979), 1, - aux_sym_expression_list_repeat1, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [38862] = 3, + [38493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(671), 7, + ACTIONS(653), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40620,7 +40338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(669), 20, + ACTIONS(651), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -40641,18 +40359,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38897] = 17, + [38528] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1211), 1, sym_identifier, @@ -40666,18 +40384,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1237), 1, + ACTIONS(1229), 1, anon_sym_RBRACE, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1007), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(1038), 2, + STATE(1028), 2, sym_method_elem, sym_type_elem, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40687,10 +40405,10 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [38960] = 3, + [38591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(787), 7, + ACTIONS(671), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40698,7 +40416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(785), 20, + ACTIONS(669), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -40719,46 +40437,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [38995] = 10, + [38626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(695), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(639), 3, - anon_sym_PIPE, anon_sym_LT, anon_sym_GT, - ACTIONS(1161), 5, + ACTIONS(693), 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, - ACTIONS(637), 12, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [38661] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(743), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(741), 20, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_LBRACE, + 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, - [39044] = 18, + [38696] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -40779,23 +40522,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(533), 1, + STATE(579), 1, aux_sym_var_spec_repeat1, - STATE(1310), 1, + STATE(1274), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -40805,168 +40548,206 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [39109] = 3, + [38761] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(743), 7, - anon_sym_EQ, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, anon_sym_PIPE, - anon_sym_COLON, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(741), 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(1173), 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(1177), 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, - [39144] = 12, + ACTIONS(641), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_COLON_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [38816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(699), 7, + anon_sym_EQ, anon_sym_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1169), 2, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1167), 3, + anon_sym_LT, + anon_sym_GT, + ACTIONS(697), 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(1161), 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, - [39197] = 13, + [38851] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(763), 1, + anon_sym_SEMI, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(994), 1, anon_sym_PIPE, - STATE(397), 1, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1050), 1, + anon_sym_COMMA, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1231), 1, + anon_sym_DOT, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(918), 1, + aux_sym_expression_list_repeat1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(637), 5, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [38914] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(811), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(809), 20, + anon_sym_DOT, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(1161), 5, + 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, - [39252] = 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, + [38949] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - STATE(397), 1, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(637), 4, + ACTIONS(1233), 3, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_COLON_EQ, - anon_sym_PIPE_PIPE, - ACTIONS(1171), 4, + anon_sym_RBRACE, + anon_sym_COLON, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [39309] = 3, + [39008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 7, + ACTIONS(799), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -40974,7 +40755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(647), 20, + ACTIONS(797), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -40995,10 +40776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39344] = 3, + [39043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(739), 7, + ACTIONS(783), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41006,7 +40787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(737), 20, + ACTIONS(781), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41027,10 +40808,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39379] = 3, + [39078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(823), 7, + ACTIONS(779), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41038,7 +40819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(821), 20, + ACTIONS(777), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41059,10 +40840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39414] = 3, + [39113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(747), 7, + ACTIONS(795), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41070,7 +40851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(745), 20, + ACTIONS(793), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41091,367 +40872,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [39449] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1211), 1, - sym_identifier, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, - anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1239), 1, - anon_sym_RBRACE, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1074), 2, - sym_method_elem, - sym_type_elem, - STATE(807), 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, - [39512] = 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(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1097), 1, - sym_identifier, - ACTIONS(1103), 1, - anon_sym_DOT_DOT_DOT, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1273), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1304), 2, - sym_parameter_declaration, - sym_variadic_parameter_declaration, - STATE(858), 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, - [39575] = 10, + [39148] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(922), 1, - anon_sym_DOT, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(711), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(639), 3, - anon_sym_PIPE, anon_sym_LT, anon_sym_GT, - ACTIONS(1139), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(637), 12, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - 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, - [39624] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(922), 1, + ACTIONS(709), 20, anon_sym_DOT, - ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(926), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(1141), 1, - anon_sym_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(639), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1143), 3, + anon_sym_STAR, + anon_sym_LT_DASH, + anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1139), 5, - anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - ACTIONS(637), 9, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [39677] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(922), 1, - anon_sym_DOT, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(1141), 1, - anon_sym_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1149), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1143), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1147), 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(1139), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [39732] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(922), 1, - anon_sym_DOT, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(1141), 1, - anon_sym_PIPE, - ACTIONS(1151), 1, anon_sym_AMP_AMP, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1149), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1143), 3, - 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(1147), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1139), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [39789] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1211), 1, - sym_identifier, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, - anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1241), 1, - anon_sym_RBRACE, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1074), 2, - sym_method_elem, - sym_type_elem, - STATE(807), 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, - [39852] = 17, + [39183] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(904), 1, + ACTIONS(874), 1, anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1211), 1, - sym_identifier, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, - anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1243), 1, - anon_sym_RBRACE, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1074), 2, - sym_method_elem, - sym_type_elem, - STATE(807), 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, - [39915] = 17, - ACTIONS(3), 1, - sym_comment, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1211), 1, sym_identifier, @@ -41465,18 +40929,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1245), 1, + ACTIONS(1235), 1, anon_sym_RBRACE, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1007), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(1024), 2, + STATE(1088), 2, sym_method_elem, sym_type_elem, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -41486,54 +40950,53 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [39978] = 15, + [39246] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1181), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1173), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1247), 3, + ACTIONS(641), 4, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_COLON, - ACTIONS(988), 4, + anon_sym_LBRACE, + anon_sym_COLON_EQ, + anon_sym_PIPE_PIPE, + ACTIONS(1177), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1167), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [40037] = 3, + [39303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(819), 7, + ACTIONS(667), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41541,7 +41004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(817), 20, + ACTIONS(665), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41562,10 +41025,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40072] = 3, + [39338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(707), 7, + ACTIONS(739), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41573,7 +41036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(705), 20, + ACTIONS(737), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41594,10 +41057,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40107] = 3, + [39373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(703), 7, + ACTIONS(649), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41605,7 +41068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(701), 20, + ACTIONS(647), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41626,10 +41089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40142] = 3, + [39408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(711), 7, + ACTIONS(703), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41637,7 +41100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(709), 20, + ACTIONS(701), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41658,10 +41121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40177] = 3, + [39443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(715), 7, + ACTIONS(823), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41669,7 +41132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(713), 20, + ACTIONS(821), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41690,10 +41153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40212] = 3, + [39478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(719), 7, + ACTIONS(679), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41701,7 +41164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(717), 20, + ACTIONS(677), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41722,74 +41185,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40247] = 3, + [39513] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(723), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(721), 20, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(570), 1, anon_sym_COMMA, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, anon_sym_LBRACK, + ACTIONS(1217), 1, anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 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, - [40282] = 3, + ACTIONS(1237), 1, + anon_sym_EQ, + STATE(793), 1, + aux_sym_var_spec_repeat1, + STATE(904), 1, + sym__simple_type, + STATE(906), 1, + sym_parenthesized_type, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(824), 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, + [39580] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(727), 7, - anon_sym_EQ, + ACTIONS(763), 1, + anon_sym_LBRACE, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, anon_sym_PIPE, - anon_sym_COLON, + ACTIONS(1181), 1, + anon_sym_AMP_AMP, + ACTIONS(1183), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1239), 1, + anon_sym_COMMA, + STATE(399), 1, + sym_argument_list, + STATE(1165), 1, + aux_sym_expression_list_repeat1, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(725), 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(1173), 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(1177), 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, - [40317] = 3, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [39643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(731), 7, + ACTIONS(675), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41797,7 +41290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(729), 20, + ACTIONS(673), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41818,10 +41311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40352] = 3, + [39678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(755), 7, + ACTIONS(803), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41829,7 +41322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(753), 20, + ACTIONS(801), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41850,10 +41343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40387] = 3, + [39713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(759), 7, + ACTIONS(723), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41861,7 +41354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(757), 20, + ACTIONS(721), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41882,10 +41375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40422] = 3, + [39748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(763), 7, + ACTIONS(727), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41893,7 +41386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(761), 20, + ACTIONS(725), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41914,42 +41407,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40457] = 3, + [39783] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(767), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(765), 20, - anon_sym_DOT, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1211), 1, + sym_identifier, + ACTIONS(1213), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(1215), 1, anon_sym_LBRACK, + ACTIONS(1217), 1, anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 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, - [40492] = 3, + ACTIONS(1241), 1, + anon_sym_RBRACE, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(977), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1088), 2, + sym_method_elem, + sym_type_elem, + STATE(824), 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, + [39846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(771), 7, + ACTIONS(815), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41957,7 +41464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(769), 20, + ACTIONS(813), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -41978,10 +41485,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40527] = 3, + [39881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(775), 7, + ACTIONS(787), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -41989,7 +41496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(773), 20, + ACTIONS(785), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42010,10 +41517,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40562] = 3, + [39916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(779), 7, + ACTIONS(747), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42021,7 +41528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(777), 20, + ACTIONS(745), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42042,10 +41549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40597] = 3, + [39951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(783), 7, + ACTIONS(735), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42053,7 +41560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(781), 20, + ACTIONS(733), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42074,10 +41581,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40632] = 3, + [39986] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(791), 7, + ACTIONS(570), 1, + anon_sym_COMMA, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, + anon_sym_LBRACK, + ACTIONS(1217), 1, + anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + ACTIONS(1243), 1, + anon_sym_EQ, + STATE(560), 1, + aux_sym_var_spec_repeat1, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(897), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(824), 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, + [40051] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(715), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42085,7 +41639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(789), 20, + ACTIONS(713), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42106,42 +41660,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40667] = 3, + [40086] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(799), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(797), 20, + ACTIONS(922), 1, anon_sym_DOT, + ACTIONS(924), 1, anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(926), 1, anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, + ACTIONS(1141), 1, + anon_sym_PIPE, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(643), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1145), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, + ACTIONS(1139), 5, + anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, + ACTIONS(641), 9, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40702] = 3, + [40139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(803), 7, + ACTIONS(687), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42149,7 +41712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(801), 20, + ACTIONS(685), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42170,42 +41733,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40737] = 3, + [40174] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(807), 7, - anon_sym_EQ, + ACTIONS(922), 1, + anon_sym_DOT, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(1141), 1, anon_sym_PIPE, - anon_sym_COLON, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(805), 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(1143), 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(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(641), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40772] = 3, + ACTIONS(1139), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [40229] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(811), 7, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1097), 1, + sym_identifier, + ACTIONS(1103), 1, + anon_sym_DOT_DOT_DOT, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1244), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1310), 2, + sym_parameter_declaration, + sym_variadic_parameter_declaration, + STATE(860), 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, + [40292] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(663), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42213,7 +41832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(809), 20, + ACTIONS(661), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42234,10 +41853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40807] = 3, + [40327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(815), 7, + ACTIONS(683), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_COLON, @@ -42245,7 +41864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(813), 20, + ACTIONS(681), 20, anon_sym_DOT, anon_sym_LPAREN, anon_sym_COMMA, @@ -42266,18 +41885,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [40842] = 17, + [40362] = 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(561), 1, + sym_identifier, + ACTIONS(570), 1, + anon_sym_COMMA, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(793), 1, + aux_sym_var_spec_repeat1, + STATE(1247), 1, + sym_type_elem, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1091), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [40427] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1211), 1, sym_identifier, @@ -42291,18 +41957,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1249), 1, + ACTIONS(1245), 1, anon_sym_RBRACE, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1007), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(1074), 2, + STATE(1022), 2, sym_method_elem, sym_type_elem, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -42312,102 +41978,68 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [40905] = 17, + [40490] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(687), 1, - anon_sym_LBRACE, + ACTIONS(922), 1, + anon_sym_DOT, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1165), 1, - anon_sym_PIPE, - ACTIONS(1175), 1, - anon_sym_AMP_AMP, - ACTIONS(1177), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1251), 1, - anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1188), 1, - aux_sym_expression_list_repeat1, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(643), 3, + anon_sym_PIPE, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1171), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [40968] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(663), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(661), 20, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(641), 12, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_LT_DASH, - anon_sym_COLON_EQ, + anon_sym_DOT_DOT_DOT, 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, - [41003] = 3, + [40539] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(751), 7, - anon_sym_EQ, + ACTIONS(563), 1, + anon_sym_DOT, + ACTIONS(829), 1, + anon_sym_LPAREN, + ACTIONS(832), 1, + anon_sym_LBRACK, + STATE(398), 1, + sym_literal_value, + STATE(848), 1, + sym_type_arguments, + ACTIONS(583), 5, anon_sym_PIPE, - anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(749), 20, - anon_sym_DOT, - anon_sym_LPAREN, + ACTIONS(578), 17, anon_sym_COMMA, - anon_sym_LBRACK, anon_sym_STAR, - anon_sym_LT_DASH, + anon_sym_LBRACE, anon_sym_COLON_EQ, anon_sym_PLUS, anon_sym_DASH, @@ -42422,177 +42054,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [41038] = 17, - 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(972), 1, - anon_sym_LPAREN, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, - anon_sym_LBRACK, - ACTIONS(1000), 1, - anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1253), 1, - sym_identifier, - STATE(268), 1, - sym_block, - STATE(836), 2, - sym_negated_type, - sym_qualified_type, - STATE(1090), 2, - sym_parameter_list, - sym__simple_type, - STATE(858), 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, - [41100] = 16, + [40584] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(922), 1, + anon_sym_DOT, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, + ACTIONS(1137), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1255), 1, - anon_sym_RBRACK, - ACTIONS(1257), 1, - anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1247), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41160] = 18, + [40645] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(570), 1, - anon_sym_COMMA, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(922), 1, + anon_sym_DOT, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1141), 1, + anon_sym_PIPE, + ACTIONS(1151), 1, + anon_sym_AMP_AMP, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1145), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1149), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1143), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(641), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + ACTIONS(1147), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1139), 5, anon_sym_STAR, - ACTIONS(1042), 1, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [40702] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(583), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(578), 20, + anon_sym_DOT, anon_sym_LPAREN, - STATE(794), 1, - aux_sym_var_spec_repeat1, - STATE(1299), 1, - sym_parenthesized_type, - STATE(1301), 1, - sym__simple_type, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(858), 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, - [41224] = 17, + 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, + [40737] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1211), 1, + sym_identifier, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1259), 1, - anon_sym_RBRACK, - STATE(1269), 1, - sym_type_elem, - STATE(848), 2, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + ACTIONS(1249), 1, + anon_sym_RBRACE, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(977), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(1088), 2, + sym_method_elem, + sym_type_elem, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -42602,138 +42220,302 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [41286] = 15, + [40800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(691), 7, + anon_sym_EQ, anon_sym_PIPE, - ACTIONS(1151), 1, - anon_sym_AMP_AMP, - ACTIONS(1153), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(858), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(1145), 2, + anon_sym_COLON, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(689), 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(1147), 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(1139), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [40835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(731), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(729), 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, - [41344] = 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, + [40870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, + ACTIONS(719), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(717), 20, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(926), 1, + anon_sym_COMMA, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 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, - ACTIONS(1109), 1, anon_sym_PIPE_PIPE, - ACTIONS(1261), 1, - anon_sym_RBRACK, - ACTIONS(1263), 1, + [40905] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(659), 7, + anon_sym_EQ, + anon_sym_PIPE, anon_sym_COLON, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(657), 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(988), 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(980), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + [40940] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1211), 1, + sym_identifier, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, + anon_sym_LBRACK, + ACTIONS(1217), 1, + anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + ACTIONS(1251), 1, + anon_sym_RBRACE, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(977), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1088), 2, + sym_method_elem, + sym_type_elem, + STATE(824), 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, + [41003] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(707), 7, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(705), 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, - [41404] = 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, + [41038] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1253), 1, + anon_sym_RBRACK, + STATE(1295), 1, + sym_type_elem, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1091), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [41100] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1265), 1, + ACTIONS(1255), 1, anon_sym_RBRACK, - ACTIONS(1267), 1, + ACTIONS(1257), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41464] = 17, + [41160] = 18, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -42744,6 +42526,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(561), 1, sym_identifier, + ACTIONS(570), 1, + anon_sym_COMMA, ACTIONS(572), 1, anon_sym_func, ACTIONS(585), 1, @@ -42752,23 +42536,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1269), 1, - anon_sym_RBRACK, - STATE(1269), 1, - sym_type_elem, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1117), 2, + STATE(793), 1, + aux_sym_var_spec_repeat1, + STATE(1304), 1, sym_parenthesized_type, + STATE(1309), 1, sym__simple_type, - STATE(858), 9, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -42778,42 +42561,43 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [41526] = 17, + [41224] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(972), 1, + ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(994), 1, - sym_identifier, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1271), 1, - anon_sym_LBRACE, - STATE(309), 1, - sym_block, - STATE(836), 2, + ACTIONS(1259), 1, + anon_sym_COMMA, + STATE(801), 1, + aux_sym_field_declaration_repeat1, + STATE(908), 1, + sym_parenthesized_type, + STATE(912), 1, + sym__simple_type, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1086), 2, - sym_parameter_list, - sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -42823,14 +42607,58 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [41588] = 16, + [41288] = 16, ACTIONS(3), 1, sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, + anon_sym_PIPE, + ACTIONS(1181), 1, + anon_sym_AMP_AMP, + ACTIONS(1183), 1, + anon_sym_PIPE_PIPE, + STATE(399), 1, + sym_argument_list, + STATE(899), 1, + sym_block, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1175), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1179), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1177), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [41348] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, anon_sym_DOT, ACTIONS(1141), 1, anon_sym_PIPE, @@ -42838,13 +42666,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1273), 1, + ACTIONS(1261), 1, anon_sym_RPAREN, - ACTIONS(1275), 1, + ACTIONS(1263), 1, anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -42867,51 +42695,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41648] = 16, + [41408] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1277), 1, + ACTIONS(1265), 1, anon_sym_RBRACK, - ACTIONS(1279), 1, + ACTIONS(1267), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [41708] = 17, + [41468] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -42925,28 +42753,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(39), 1, anon_sym_chan, ACTIONS(972), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - ACTIONS(1281), 1, + ACTIONS(1269), 1, anon_sym_LBRACE, - STATE(370), 1, + STATE(359), 1, sym_block, - STATE(836), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1099), 2, + STATE(1081), 2, sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -42956,227 +42784,96 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [41770] = 16, + [41530] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1211), 1, + sym_identifier, + ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(926), 1, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1141), 1, - anon_sym_PIPE, - ACTIONS(1151), 1, - anon_sym_AMP_AMP, - ACTIONS(1153), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1283), 1, - anon_sym_RPAREN, - ACTIONS(1285), 1, - anon_sym_COMMA, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1149), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1143), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1147), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1139), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41830] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1287), 1, - anon_sym_RBRACK, - ACTIONS(1289), 1, - anon_sym_COLON, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41890] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1141), 1, - anon_sym_PIPE, - ACTIONS(1151), 1, - anon_sym_AMP_AMP, - ACTIONS(1153), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1291), 1, - anon_sym_RPAREN, - ACTIONS(1293), 1, - anon_sym_COMMA, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1145), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1149), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1143), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1147), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(1217), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [41950] = 16, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(977), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(1088), 2, + sym_method_elem, + sym_type_elem, + STATE(824), 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, + [41590] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, + 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(974), 1, anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, + ACTIONS(976), 1, + anon_sym_func, ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1295), 1, - anon_sym_RBRACK, - ACTIONS(1297), 1, - anon_sym_COLON, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [42010] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1299), 1, - anon_sym_RBRACK, - ACTIONS(1301), 1, - anon_sym_COLON, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(980), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [42070] = 17, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1271), 1, + sym_identifier, + STATE(264), 1, + sym_block, + STATE(840), 2, + sym_negated_type, + sym_qualified_type, + STATE(1062), 2, + sym_parameter_list, + sym__simple_type, + STATE(860), 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, + [41652] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -43195,23 +42892,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1303), 1, + ACTIONS(1273), 1, anon_sym_RBRACK, - STATE(1269), 1, + STATE(1295), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -43221,102 +42918,146 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42132] = 15, + [41714] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1177), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - STATE(397), 1, + ACTIONS(1275), 1, + anon_sym_RBRACK, + ACTIONS(1277), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(858), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - ACTIONS(1169), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42190] = 16, + [41774] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1217), 1, + anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + ACTIONS(1279), 1, + anon_sym_EQ, + ACTIONS(1281), 1, + anon_sym_LBRACK, + STATE(743), 1, + sym_type_parameter_list, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(1017), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(824), 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, + [41836] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1305), 1, - anon_sym_RBRACK, - ACTIONS(1307), 1, - anon_sym_COLON, - STATE(397), 1, + ACTIONS(1283), 1, + anon_sym_RPAREN, + ACTIONS(1285), 1, + anon_sym_COMMA, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42250] = 17, + [41896] = 17, 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, @@ -43324,26 +43065,28 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(39), 1, anon_sym_chan, ACTIONS(972), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - STATE(268), 1, + ACTIONS(1287), 1, + anon_sym_LBRACE, + STATE(551), 1, sym_block, - STATE(836), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1090), 2, + STATE(1109), 2, sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -43353,7 +43096,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42312] = 17, + [41958] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -43369,26 +43112,26 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(39), 1, anon_sym_chan, ACTIONS(972), 1, + sym_identifier, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(996), 1, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - ACTIONS(1309), 1, - sym_identifier, - STATE(268), 1, + STATE(264), 1, sym_block, - STATE(836), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1090), 2, + STATE(1062), 2, sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -43398,184 +43141,183 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42374] = 17, + [42020] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, + anon_sym_PIPE, + ACTIONS(1151), 1, + anon_sym_AMP_AMP, + ACTIONS(1153), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1289), 1, + anon_sym_RPAREN, + ACTIONS(1291), 1, + anon_sym_COMMA, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1145), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1149), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1143), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1147), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1139), 5, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1311), 1, - anon_sym_RBRACK, - STATE(1269), 1, - sym_type_elem, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1117), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [42436] = 16, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [42080] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1313), 1, + ACTIONS(1293), 1, anon_sym_RBRACK, - ACTIONS(1315), 1, + ACTIONS(1295), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42496] = 16, + [42140] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1317), 1, - anon_sym_RBRACK, - ACTIONS(1319), 1, - anon_sym_COLON, - STATE(397), 1, + ACTIONS(1297), 1, + anon_sym_RPAREN, + ACTIONS(1299), 1, + anon_sym_COMMA, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42556] = 16, + [42200] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1321), 1, + ACTIONS(1301), 1, anon_sym_RBRACK, - ACTIONS(1323), 1, + ACTIONS(1303), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42616] = 17, + [42260] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -43594,23 +43336,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1325), 1, + ACTIONS(1305), 1, anon_sym_RBRACK, - STATE(1269), 1, + STATE(1295), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -43620,589 +43362,321 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [42678] = 16, + [42322] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1211), 1, - sym_identifier, - ACTIONS(1213), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(1007), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(1074), 2, - sym_method_elem, - sym_type_elem, - STATE(807), 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, - [42738] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1327), 1, + ACTIONS(1307), 1, anon_sym_RBRACK, - ACTIONS(1329), 1, + ACTIONS(1309), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42798] = 15, + [42382] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1008), 2, - anon_sym_SEMI, - anon_sym_COLON, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [42856] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, anon_sym_DOT, - ACTIONS(984), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1331), 1, + ACTIONS(1311), 1, anon_sym_RBRACK, - ACTIONS(1333), 1, + ACTIONS(1313), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [42916] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, - anon_sym_map, - ACTIONS(912), 1, - anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1217), 1, - anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - ACTIONS(1335), 1, - anon_sym_EQ, - ACTIONS(1337), 1, - anon_sym_LBRACK, - STATE(750), 1, - sym_type_parameter_list, - STATE(799), 2, - sym_negated_type, - sym_qualified_type, - STATE(990), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(807), 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, - [42978] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1339), 1, - anon_sym_RBRACK, - STATE(1269), 1, - sym_type_elem, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1117), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [43040] = 16, + [42442] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1341), 1, + ACTIONS(1315), 1, anon_sym_RBRACK, - ACTIONS(1343), 1, + ACTIONS(1317), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43100] = 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(972), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, - sym_identifier, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, - anon_sym_LBRACK, - ACTIONS(1000), 1, - anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1345), 1, - anon_sym_LBRACE, - STATE(481), 1, - sym_block, - STATE(836), 2, - sym_negated_type, - sym_qualified_type, - STATE(1072), 2, - sym_parameter_list, - sym__simple_type, - STATE(858), 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, - [43162] = 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(972), 1, - anon_sym_LPAREN, - ACTIONS(994), 1, - sym_identifier, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, - anon_sym_LBRACK, - ACTIONS(1000), 1, - anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1347), 1, - anon_sym_LBRACE, - STATE(548), 1, - sym_block, - STATE(836), 2, - sym_negated_type, - sym_qualified_type, - STATE(1113), 2, - sym_parameter_list, - sym__simple_type, - STATE(858), 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, - [43224] = 16, + [42502] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1349), 1, - anon_sym_RPAREN, - ACTIONS(1351), 1, - anon_sym_COMMA, - STATE(397), 1, + ACTIONS(1319), 1, + anon_sym_RBRACK, + ACTIONS(1321), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43284] = 16, + [42562] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(1171), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1181), 1, anon_sym_AMP_AMP, - ACTIONS(1177), 1, + ACTIONS(1183), 1, anon_sym_PIPE_PIPE, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(904), 1, - sym_block, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(858), 2, + anon_sym_COMMA, + anon_sym_LBRACE, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(1173), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(1177), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(1167), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43344] = 16, + [42620] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1353), 1, + ACTIONS(1323), 1, anon_sym_RBRACK, - ACTIONS(1355), 1, + ACTIONS(1325), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43404] = 16, + [42680] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1357), 1, + ACTIONS(1327), 1, anon_sym_RBRACK, - ACTIONS(1359), 1, + ACTIONS(1329), 1, anon_sym_COLON, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43464] = 16, + [42740] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, ACTIONS(1141), 1, anon_sym_PIPE, @@ -44210,14 +43684,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1361), 1, - anon_sym_RPAREN, - ACTIONS(1363), 1, - anon_sym_COMMA, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, + ACTIONS(858), 2, + anon_sym_RPAREN, + anon_sym_COMMA, ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, @@ -44239,87 +43712,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43524] = 16, + [42798] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1365), 1, - anon_sym_RPAREN, - ACTIONS(1367), 1, - anon_sym_COMMA, - STATE(397), 1, + ACTIONS(1331), 1, + anon_sym_RBRACK, + ACTIONS(1333), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43584] = 18, + [42858] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(972), 1, + sym_identifier, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - ACTIONS(1369), 1, - anon_sym_COMMA, - STATE(801), 1, - aux_sym_field_declaration_repeat1, - STATE(903), 1, - sym__simple_type, - STATE(905), 1, - sym_parenthesized_type, - STATE(799), 2, + ACTIONS(1335), 1, + anon_sym_LBRACE, + STATE(506), 1, + sym_block, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(807), 9, + STATE(1122), 2, + sym_parameter_list, + sym__simple_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44329,179 +43801,138 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [43648] = 16, + [42920] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1371), 1, - anon_sym_RBRACK, - ACTIONS(1373), 1, - anon_sym_COLON, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [43708] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, anon_sym_DOT, - ACTIONS(984), 1, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1375), 1, - anon_sym_RBRACK, - ACTIONS(1377), 1, - anon_sym_COLON, - STATE(397), 1, + ACTIONS(1337), 1, + anon_sym_RPAREN, + ACTIONS(1339), 1, + anon_sym_COMMA, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43768] = 15, + [42980] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1379), 1, - anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1010), 2, + anon_sym_SEMI, + anon_sym_COLON, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43825] = 15, + [43038] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1008), 1, - anon_sym_LBRACE, - ACTIONS(1165), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1177), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - STATE(397), 1, + ACTIONS(1341), 1, + anon_sym_RBRACK, + ACTIONS(1343), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [43882] = 16, + [43098] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44520,21 +43951,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1381), 1, - anon_sym_RPAREN, - STATE(848), 2, + ACTIONS(1345), 1, + anon_sym_RBRACK, + STATE(1295), 1, + sym_type_elem, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1224), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44544,49 +43977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [43941] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1383), 1, - anon_sym_SEMI, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [43998] = 16, + [43160] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44605,21 +43996,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(1150), 1, + ACTIONS(1347), 1, + anon_sym_RBRACK, + STATE(1295), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44629,83 +44022,42 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44057] = 16, + [43222] = 17, 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, anon_sym_LPAREN, - ACTIONS(1385), 1, - anon_sym_type, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1329), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [44116] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1387), 1, - anon_sym_RBRACK, - STATE(848), 2, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1349), 1, + sym_identifier, + STATE(264), 1, + sym_block, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, - sym_parenthesized_type, + STATE(1062), 2, + sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44715,98 +44067,102 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44175] = 15, + [43284] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1165), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1175), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1177), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1389), 1, - anon_sym_LBRACE, - STATE(397), 1, + ACTIONS(1351), 1, + anon_sym_RBRACK, + ACTIONS(1353), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1169), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1173), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1167), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1171), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44232] = 15, + [43344] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1391), 1, - anon_sym_RPAREN, - STATE(397), 1, + ACTIONS(1355), 1, + anon_sym_RBRACK, + ACTIONS(1357), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44289] = 15, + [43404] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, ACTIONS(1141), 1, anon_sym_PIPE, @@ -44814,11 +44170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1393), 1, + ACTIONS(1359), 1, anon_sym_RPAREN, - STATE(397), 1, + ACTIONS(1361), 1, + anon_sym_COMMA, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -44841,7 +44199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44346] = 16, + [43464] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44850,31 +44208,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, + ACTIONS(972), 1, + sym_identifier, ACTIONS(974), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1395), 1, - anon_sym_RBRACK, - STATE(848), 2, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1363), 1, + anon_sym_LBRACE, + STATE(321), 1, + sym_block, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, - sym_parenthesized_type, + STATE(1094), 2, + sym_parameter_list, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44884,49 +44244,51 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44405] = 15, + [43526] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1397), 1, + ACTIONS(1365), 1, anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1367), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44462] = 16, + [43586] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -44945,21 +44307,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1399), 1, - anon_sym_RPAREN, - STATE(848), 2, + ACTIONS(1369), 1, + anon_sym_RBRACK, + STATE(1295), 1, + sym_type_elem, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1206), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -44969,177 +44333,179 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44521] = 16, + [43648] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(1401), 1, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1371), 1, anon_sym_RBRACK, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1139), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [44580] = 16, + ACTIONS(1373), 1, + anon_sym_COLON, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [43708] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(1403), 1, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1375), 1, anon_sym_RBRACK, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1139), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [44639] = 15, + ACTIONS(1377), 1, + anon_sym_COLON, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [43768] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1181), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1183), 1, anon_sym_PIPE_PIPE, - ACTIONS(1405), 1, - anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1379), 1, + anon_sym_LBRACE, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1173), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1177), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1167), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44696] = 15, + [43825] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1407), 1, + ACTIONS(1381), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44753] = 16, + [43882] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45158,21 +44524,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1409), 1, - anon_sym_type, - STATE(848), 2, + ACTIONS(1383), 1, + anon_sym_RBRACK, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1326), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45182,7 +44548,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44812] = 16, + [43941] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45201,21 +44567,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1411), 1, - anon_sym_type, - STATE(848), 2, + STATE(1153), 1, + sym_type_elem, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1326), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45225,14 +44591,98 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [44871] = 15, + [44000] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1385), 1, + anon_sym_RBRACK, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [44057] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1387), 1, + anon_sym_RBRACK, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [44114] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, anon_sym_DOT, ACTIONS(1141), 1, anon_sym_PIPE, @@ -45240,11 +44690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1413), 1, + ACTIONS(1389), 1, anon_sym_RPAREN, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, ACTIONS(1145), 2, anon_sym_AMP, @@ -45267,49 +44717,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44928] = 15, + [44171] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1415), 1, + ACTIONS(1391), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [44985] = 16, + [44228] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45328,21 +44778,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1417), 1, + ACTIONS(1393), 1, anon_sym_RPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1221), 2, + STATE(1194), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45352,49 +44802,49 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45044] = 15, + [44287] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1419), 1, - anon_sym_COLON, - STATE(397), 1, + ACTIONS(1395), 1, + anon_sym_SEMI, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45101] = 16, + [44344] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45413,21 +44863,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(1269), 1, - sym_type_elem, - STATE(848), 2, + ACTIONS(1397), 1, + anon_sym_RBRACK, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45437,49 +44887,93 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45160] = 15, + [44403] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(926), 1, + STATE(1182), 1, + sym_type_elem, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1091), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [44462] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(1165), 1, - anon_sym_PIPE, - ACTIONS(1175), 1, - anon_sym_AMP_AMP, - ACTIONS(1177), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1421), 1, - anon_sym_LBRACE, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(1169), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(1173), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1167), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1171), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1161), 5, + ACTIONS(992), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45217] = 16, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(1181), 1, + sym_type_elem, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1091), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [44521] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45498,21 +44992,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1423), 1, + ACTIONS(1399), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45522,7 +45016,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45276] = 16, + [44580] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45541,21 +45035,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1425), 1, + ACTIONS(1401), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45565,133 +45059,134 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45335] = 15, + [44639] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, + ACTIONS(29), 1, + anon_sym_struct, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, - ACTIONS(984), 1, - anon_sym_PIPE, ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1427), 1, - anon_sym_RBRACK, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [45392] = 15, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1403), 1, + anon_sym_type, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1317), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [44698] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1010), 1, + anon_sym_LBRACE, + ACTIONS(1171), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1181), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1183), 1, anon_sym_PIPE_PIPE, - ACTIONS(1429), 1, - anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1175), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1179), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1173), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1177), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1167), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45449] = 15, + [44755] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1431), 1, + ACTIONS(1405), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45506] = 16, + [44812] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45710,21 +45205,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1433), 1, - anon_sym_type, - STATE(848), 2, + ACTIONS(1407), 1, + anon_sym_RPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1326), 2, + STATE(1156), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45734,177 +45229,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45565] = 15, + [44871] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1435), 1, - anon_sym_RPAREN, - STATE(397), 1, + ACTIONS(1409), 1, + anon_sym_RBRACK, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45622] = 15, + [44928] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1437), 1, + ACTIONS(1411), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45679] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1439), 1, - anon_sym_RPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1160), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [45738] = 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(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1441), 1, - anon_sym_RBRACK, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1139), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [45797] = 16, + [44985] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -45923,21 +45332,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1443), 1, + ACTIONS(1413), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -45947,133 +45356,133 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [45856] = 15, + [45044] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1445), 1, - anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1415), 1, + anon_sym_RPAREN, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45913] = 15, + [45101] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1447), 1, + ACTIONS(1417), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [45970] = 15, + [45158] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1449), 1, - anon_sym_RPAREN, - STATE(397), 1, + ACTIONS(1419), 1, + anon_sym_RBRACK, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46027] = 16, + [45215] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46092,21 +45501,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1451), 1, - anon_sym_RPAREN, - STATE(848), 2, + ACTIONS(1421), 1, + anon_sym_type, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1177), 2, + STATE(1317), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46116,7 +45525,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46086] = 16, + [45274] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46135,21 +45544,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1453), 1, + ACTIONS(1423), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46159,7 +45568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46145] = 16, + [45333] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46178,21 +45587,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1455), 1, - anon_sym_RBRACK, - STATE(848), 2, + ACTIONS(1425), 1, + anon_sym_RPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1180), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46202,175 +45611,261 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46204] = 15, + [45392] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1457), 1, + ACTIONS(1427), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46261] = 15, + [45449] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1429), 1, + anon_sym_RBRACK, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1160), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [45508] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1459), 1, - anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1431), 1, + anon_sym_RPAREN, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46318] = 15, + [45565] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, - ACTIONS(1141), 1, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(1151), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1153), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1461), 1, - anon_sym_RPAREN, - STATE(397), 1, + ACTIONS(1433), 1, + anon_sym_RBRACK, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(1145), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(1149), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(1143), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(1147), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1139), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46375] = 15, + [45622] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1435), 1, + anon_sym_RBRACK, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1160), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [45681] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1463), 1, - anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1437), 1, + anon_sym_RPAREN, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46432] = 16, + [45738] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46389,21 +45884,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1465), 1, - anon_sym_RPAREN, - STATE(848), 2, + ACTIONS(1439), 1, + anon_sym_RBRACK, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1193), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46413,7 +45908,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46491] = 16, + [45797] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46432,21 +45927,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1467), 1, + ACTIONS(1441), 1, + anon_sym_RPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1175), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [45856] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1443), 1, + anon_sym_RBRACK, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45913] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1445), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [45970] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1447), 1, + anon_sym_RPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1176), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46456,7 +46078,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46550] = 16, + [46029] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46475,21 +46097,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1469), 1, + ACTIONS(1449), 1, anon_sym_RBRACK, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46499,133 +46121,175 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46609] = 15, + [46088] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1471), 1, + ACTIONS(1451), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46666] = 15, + [46145] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1473), 1, + ACTIONS(1453), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46723] = 15, + [46202] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, + ACTIONS(984), 1, anon_sym_DOT, + ACTIONS(1141), 1, + anon_sym_PIPE, + ACTIONS(1151), 1, + anon_sym_AMP_AMP, + ACTIONS(1153), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1455), 1, + anon_sym_RPAREN, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1145), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1149), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1143), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1147), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1139), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [46259] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1475), 1, + ACTIONS(1457), 1, anon_sym_RBRACK, - STATE(397), 1, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46780] = 16, + [46316] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46644,21 +46308,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(1208), 1, + STATE(1295), 1, sym_type_elem, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1091), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46668,7 +46332,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46839] = 16, + [46375] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46687,21 +46351,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(1222), 1, - sym_type_elem, - STATE(848), 2, + ACTIONS(1459), 1, + anon_sym_RBRACK, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1117), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46711,91 +46375,91 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [46898] = 15, + [46434] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1141), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1151), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1153), 1, anon_sym_PIPE_PIPE, - ACTIONS(1477), 1, - anon_sym_SEMI, - STATE(397), 1, + ACTIONS(1461), 1, + anon_sym_RPAREN, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(1145), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1149), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(1143), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(1147), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(1139), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [46955] = 15, + [46491] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(924), 1, anon_sym_LPAREN, ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(978), 1, - anon_sym_DOT, ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, anon_sym_PIPE, - ACTIONS(992), 1, + ACTIONS(1002), 1, anon_sym_AMP_AMP, - ACTIONS(1109), 1, + ACTIONS(1125), 1, anon_sym_PIPE_PIPE, - ACTIONS(1479), 1, - anon_sym_RBRACK, - STATE(397), 1, + ACTIONS(1463), 1, + anon_sym_COLON, + STATE(399), 1, sym_argument_list, - STATE(1255), 1, + STATE(1301), 1, sym_type_arguments, - ACTIONS(982), 2, + ACTIONS(988), 2, anon_sym_AMP, anon_sym_SLASH, - ACTIONS(990), 2, + ACTIONS(1000), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(986), 3, + ACTIONS(996), 3, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(988), 4, + ACTIONS(998), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(980), 5, + ACTIONS(986), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_AMP_CARET, - [47012] = 15, + [46548] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46804,29 +46468,31 @@ 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(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, + ACTIONS(1465), 1, + anon_sym_RBRACK, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(846), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46836,7 +46502,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47068] = 15, + [46607] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46855,19 +46521,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1467), 1, + anon_sym_type, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1318), 2, + STATE(1403), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46877,79 +46545,82 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47124] = 15, + [46666] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(886), 1, - anon_sym_map, - ACTIONS(888), 1, - anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1469), 1, + anon_sym_SEMI, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, anon_sym_STAR, - ACTIONS(1485), 1, - anon_sym_LT_DASH, - STATE(796), 2, - sym_negated_type, - sym_qualified_type, - STATE(810), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(807), 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, - [47180] = 15, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [46723] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - STATE(799), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1471), 1, + anon_sym_RPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1045), 2, + STATE(1215), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -46959,7 +46630,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47236] = 15, + [46782] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -46968,29 +46639,31 @@ 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(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, + ACTIONS(1473), 1, + anon_sym_type, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(852), 2, + STATE(1317), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47000,38 +46673,164 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47292] = 15, + [46841] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, - anon_sym_struct, - ACTIONS(1081), 1, - anon_sym_interface, - ACTIONS(1083), 1, - anon_sym_map, - ACTIONS(1487), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, - anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1495), 1, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1475), 1, + anon_sym_RBRACK, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [46898] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(1171), 1, + anon_sym_PIPE, + ACTIONS(1181), 1, + anon_sym_AMP_AMP, + ACTIONS(1183), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1477), 1, + anon_sym_LBRACE, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(1175), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1179), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1173), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1177), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1167), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [46955] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, + anon_sym_LBRACK, + ACTIONS(984), 1, + anon_sym_DOT, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1479), 1, + anon_sym_RBRACK, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [47012] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(908), 1, + sym_identifier, + ACTIONS(910), 1, + anon_sym_func, + ACTIONS(916), 1, + anon_sym_map, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(1497), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, + anon_sym_LBRACK, + ACTIONS(1483), 1, + anon_sym_STAR, + ACTIONS(1485), 1, anon_sym_LT_DASH, - STATE(910), 2, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(1000), 2, + STATE(826), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47041,38 +46840,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47348] = 15, + [47068] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(908), 1, + sym_identifier, + ACTIONS(910), 1, + anon_sym_func, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(1487), 1, + ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, + ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1499), 1, + ACTIONS(1487), 1, anon_sym_LT_DASH, - STATE(910), 2, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(1001), 2, + STATE(806), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47082,38 +46881,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47404] = 15, + [47124] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1497), 1, + anon_sym_LT_DASH, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(1134), 2, + STATE(991), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47123,38 +46922,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47460] = 15, + [47180] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(1105), 1, + sym_identifier, + ACTIONS(1107), 1, + anon_sym_func, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, ACTIONS(1489), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(1491), 1, - anon_sym_STAR, + anon_sym_LBRACK, ACTIONS(1493), 1, + anon_sym_STAR, + ACTIONS(1495), 1, anon_sym_TILDE, ACTIONS(1497), 1, anon_sym_LT_DASH, - STATE(910), 2, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(917), 2, + STATE(919), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47164,38 +46963,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47516] = 15, + [47236] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(1105), 1, + sym_identifier, + ACTIONS(1107), 1, + anon_sym_func, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, ACTIONS(1489), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(1491), 1, - anon_sym_STAR, + anon_sym_LBRACK, ACTIONS(1493), 1, + anon_sym_STAR, + ACTIONS(1495), 1, anon_sym_TILDE, ACTIONS(1497), 1, anon_sym_LT_DASH, - STATE(910), 2, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(920), 2, + STATE(949), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47205,38 +47004,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47572] = 15, + [47292] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(39), 1, - anon_sym_chan, - ACTIONS(994), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(1113), 1, + anon_sym_map, + ACTIONS(1115), 1, + anon_sym_chan, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1501), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1497), 1, anon_sym_LT_DASH, - STATE(836), 2, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(850), 2, + STATE(995), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47246,38 +47045,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47628] = 15, + [47348] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1497), 1, + anon_sym_LT_DASH, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(1152), 2, + STATE(942), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47287,38 +47086,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47684] = 15, + [47404] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1497), 1, - anon_sym_LT_DASH, - STATE(910), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(938), 2, + STATE(1243), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47328,38 +47127,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47740] = 15, + [47460] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(1487), 1, + ACTIONS(1115), 1, + anon_sym_chan, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1507), 1, - anon_sym_chan, - ACTIONS(1509), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1499), 1, anon_sym_LT_DASH, - STATE(895), 2, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(1000), 2, + STATE(985), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47369,38 +47168,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47796] = 15, + [47516] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(1487), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1511), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1499), 1, anon_sym_LT_DASH, - STATE(895), 2, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(1001), 2, + STATE(929), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47410,38 +47209,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47852] = 15, + [47572] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1115), 1, - sym_identifier, - ACTIONS(1117), 1, - anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(972), 1, + sym_identifier, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1509), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(917), 2, + STATE(868), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47451,38 +47250,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47908] = 15, + [47628] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1509), 1, - anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(920), 2, + STATE(1160), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47492,38 +47291,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [47964] = 15, + [47684] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(1125), 1, - anon_sym_chan, - ACTIONS(1487), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1509), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1497), 1, anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1501), 1, + anon_sym_chan, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(938), 2, + STATE(925), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47533,7 +47332,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48020] = 15, + [47740] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(866), 1, @@ -47546,25 +47345,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(886), 1, anon_sym_map, - ACTIONS(888), 1, - anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1485), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, anon_sym_LT_DASH, - STATE(796), 2, + ACTIONS(1503), 1, + anon_sym_chan, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(809), 2, + STATE(822), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47574,38 +47373,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48076] = 15, + [47796] = 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(561), 1, + ACTIONS(866), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(874), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(974), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1513), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1505), 1, anon_sym_LT_DASH, - STATE(848), 2, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(850), 2, + STATE(830), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47615,48 +47414,47 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48132] = 15, + [47852] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, - anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, - anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(924), 1, + anon_sym_LPAREN, + ACTIONS(926), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(994), 1, + anon_sym_PIPE, + ACTIONS(1002), 1, + anon_sym_AMP_AMP, + ACTIONS(1125), 1, + anon_sym_PIPE_PIPE, + ACTIONS(1507), 1, + anon_sym_DOT, + STATE(399), 1, + sym_argument_list, + STATE(1301), 1, + sym_type_arguments, + ACTIONS(988), 2, + anon_sym_AMP, + anon_sym_SLASH, + ACTIONS(1000), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(996), 3, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(998), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(986), 5, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1389), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [48188] = 15, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_AMP_CARET, + [47906] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47671,23 +47469,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(585), 1, anon_sym_map, - ACTIONS(587), 1, - anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1509), 1, + anon_sym_chan, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(867), 2, + STATE(870), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47697,38 +47495,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48244] = 15, + [47962] = 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(561), 1, + ACTIONS(866), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(874), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(1322), 2, + STATE(1040), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47738,7 +47536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48300] = 15, + [48018] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47757,19 +47555,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(846), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(858), 9, + STATE(1349), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47779,7 +47577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48356] = 15, + [48074] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47788,29 +47586,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, + ACTIONS(972), 1, + sym_identifier, ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1240), 2, + STATE(847), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47820,7 +47618,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48412] = 15, + [48130] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -47829,110 +47627,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, - ACTIONS(976), 1, - anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(852), 2, - sym_parenthesized_type, - sym__simple_type, - STATE(858), 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, - [48468] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(924), 1, - anon_sym_LPAREN, - ACTIONS(926), 1, - anon_sym_LBRACK, - ACTIONS(984), 1, - anon_sym_PIPE, - ACTIONS(992), 1, - anon_sym_AMP_AMP, - ACTIONS(1109), 1, - anon_sym_PIPE_PIPE, - ACTIONS(1515), 1, - anon_sym_DOT, - STATE(397), 1, - sym_argument_list, - STATE(1255), 1, - sym_type_arguments, - ACTIONS(982), 2, - anon_sym_AMP, - anon_sym_SLASH, - ACTIONS(990), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(986), 3, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(988), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(980), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_AMP_CARET, - [48522] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1075), 1, - anon_sym_struct, - ACTIONS(1081), 1, - anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(972), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(1123), 1, - anon_sym_map, - ACTIONS(1125), 1, - anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1509), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(954), 2, + STATE(855), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47942,38 +47659,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48578] = 15, + [48186] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1517), 1, + ACTIONS(1515), 1, anon_sym_LT_DASH, - STATE(799), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(811), 2, + STATE(991), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -47983,7 +47700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48634] = 15, + [48242] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48002,19 +47719,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1139), 2, + STATE(1355), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48024,20 +47741,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48690] = 15, + [48298] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, @@ -48052,10 +47769,10 @@ static const uint16_t ts_small_parse_table[] = { STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(817), 2, + STATE(823), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48065,38 +47782,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48746] = 15, + [48354] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(1213), 1, + ACTIONS(1042), 1, + anon_sym_chan, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, + ACTIONS(1515), 1, anon_sym_LT_DASH, - ACTIONS(1519), 1, - anon_sym_chan, - STATE(799), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(824), 2, + STATE(919), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48106,7 +47823,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48802] = 15, + [48410] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48123,21 +47840,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, ACTIONS(587), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1517), 1, + anon_sym_LT_DASH, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1366), 2, + STATE(871), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48147,38 +47864,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48858] = 15, + [48466] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - STATE(799), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(821), 2, + STATE(1174), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48188,20 +47905,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48914] = 15, + [48522] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, @@ -48211,15 +47928,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, ACTIONS(1219), 1, anon_sym_TILDE, - ACTIONS(1517), 1, + ACTIONS(1223), 1, anon_sym_LT_DASH, STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(825), 2, + STATE(806), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48229,38 +47946,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [48970] = 15, + [48578] = 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(561), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1515), 1, + anon_sym_LT_DASH, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(1279), 2, + STATE(995), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48270,7 +47987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49026] = 15, + [48634] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48289,19 +48006,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1338), 2, + STATE(1323), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48311,38 +48028,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49082] = 15, + [48690] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, + ACTIONS(1515), 1, anon_sym_LT_DASH, - STATE(799), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(828), 2, + STATE(949), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48352,38 +48069,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49138] = 15, + [48746] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, - anon_sym_struct, - ACTIONS(884), 1, - anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, + ACTIONS(1519), 1, anon_sym_LT_DASH, - STATE(799), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(831), 2, + STATE(985), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48393,38 +48110,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49194] = 15, + [48802] = 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(561), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1515), 1, + anon_sym_LT_DASH, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(1364), 2, + STATE(942), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48434,20 +48151,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49250] = 15, + [48858] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(908), 1, + sym_identifier, + ACTIONS(910), 1, + anon_sym_func, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(888), 1, + ACTIONS(918), 1, anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, @@ -48457,15 +48174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1485), 1, + ACTIONS(1487), 1, anon_sym_LT_DASH, - STATE(796), 2, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(831), 2, + STATE(804), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48475,7 +48192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49306] = 15, + [48914] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48484,29 +48201,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(37), 1, - anon_sym_map, - ACTIONS(537), 1, - anon_sym_chan, - ACTIONS(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, - anon_sym_LBRACK, - ACTIONS(1000), 1, - anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, - sym_negated_type, - sym_qualified_type, - STATE(865), 2, + ACTIONS(1517), 1, + anon_sym_LT_DASH, + STATE(850), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48516,38 +48233,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49362] = 15, + [48970] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(888), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(972), 1, + sym_identifier, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1485), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - STATE(796), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(817), 2, + STATE(876), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48557,7 +48274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49418] = 15, + [49026] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48566,29 +48283,29 @@ 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(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1501), 1, - anon_sym_LT_DASH, - STATE(836), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(866), 2, + STATE(1369), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48598,38 +48315,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49474] = 15, + [49082] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(888), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1485), 1, - anon_sym_LT_DASH, - STATE(796), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(821), 2, + STATE(1192), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48639,38 +48356,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49530] = 15, + [49138] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(874), 1, + ACTIONS(1026), 1, anon_sym_func, - ACTIONS(880), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(1040), 1, anon_sym_map, - ACTIONS(888), 1, + ACTIONS(1042), 1, anon_sym_chan, - ACTIONS(1213), 1, + ACTIONS(1489), 1, anon_sym_LPAREN, - ACTIONS(1219), 1, + ACTIONS(1495), 1, anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(1511), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(1513), 1, anon_sym_STAR, - ACTIONS(1485), 1, + ACTIONS(1519), 1, anon_sym_LT_DASH, - STATE(796), 2, + STATE(911), 2, sym_negated_type, sym_qualified_type, - STATE(828), 2, + STATE(929), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48680,7 +48397,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49586] = 15, + [49194] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48691,27 +48408,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_interface, ACTIONS(37), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(543), 1, anon_sym_chan, - ACTIONS(994), 1, + ACTIONS(972), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(976), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(873), 2, + STATE(870), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48721,7 +48438,48 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49642] = 15, + [49250] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1020), 1, + sym_identifier, + ACTIONS(1026), 1, + anon_sym_func, + ACTIONS(1032), 1, + anon_sym_struct, + ACTIONS(1038), 1, + anon_sym_interface, + ACTIONS(1040), 1, + anon_sym_map, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1511), 1, + anon_sym_LBRACK, + ACTIONS(1513), 1, + anon_sym_STAR, + ACTIONS(1515), 1, + anon_sym_LT_DASH, + ACTIONS(1521), 1, + anon_sym_chan, + STATE(911), 2, + sym_negated_type, + sym_qualified_type, + STATE(925), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(997), 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, + [49306] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48740,19 +48498,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1345), 2, + STATE(1339), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48762,38 +48520,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49698] = 15, + [49362] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(972), 1, + sym_identifier, + ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1499), 1, + ACTIONS(1074), 1, + anon_sym_LPAREN, + ACTIONS(1523), 1, anon_sym_LT_DASH, - STATE(910), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(961), 2, + STATE(871), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48803,7 +48561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49754] = 15, + [49418] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48812,29 +48570,29 @@ 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(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(871), 2, + STATE(868), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48844,38 +48602,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49810] = 15, + [49474] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(892), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(904), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(910), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1215), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1217), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1223), 1, - anon_sym_LT_DASH, - STATE(799), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(810), 2, + STATE(1385), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48885,38 +48643,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49866] = 15, + [49530] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1497), 1, - anon_sym_LT_DASH, - STATE(910), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(983), 2, + STATE(1381), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48926,7 +48684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49922] = 15, + [49586] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -48941,23 +48699,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_func, ACTIONS(585), 1, anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - ACTIONS(1521), 1, - anon_sym_chan, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(865), 2, + STATE(1334), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -48967,38 +48725,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [49978] = 15, + [49642] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1063), 1, - sym_identifier, - ACTIONS(1069), 1, - anon_sym_func, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1083), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1085), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1489), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1491), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1497), 1, - anon_sym_LT_DASH, - STATE(910), 2, - sym_negated_type, - sym_qualified_type, - STATE(992), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(847), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49008,7 +48766,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50034] = 15, + [49698] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49017,29 +48775,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(974), 1, - anon_sym_LBRACK, + ACTIONS(972), 1, + sym_identifier, ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - ACTIONS(1513), 1, + ACTIONS(982), 1, anon_sym_LT_DASH, - STATE(848), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(866), 2, + STATE(865), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49049,20 +48807,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50090] = 15, + [49754] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, @@ -49077,10 +48835,10 @@ static const uint16_t ts_small_parse_table[] = { STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(963), 2, + STATE(922), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49090,20 +48848,20 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50146] = 15, + [49810] = 15, ACTIONS(3), 1, sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(892), 1, - sym_identifier, - ACTIONS(904), 1, - anon_sym_func, - ACTIONS(910), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(912), 1, + ACTIONS(888), 1, anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, @@ -49118,10 +48876,10 @@ static const uint16_t ts_small_parse_table[] = { STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(965), 2, + STATE(923), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49131,38 +48889,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50202] = 15, + [49866] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1511), 1, - anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(961), 2, + STATE(1203), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49172,38 +48930,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50258] = 15, + [49922] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1487), 1, - anon_sym_LPAREN, - ACTIONS(1493), 1, - anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1509), 1, - anon_sym_LT_DASH, - STATE(895), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(983), 2, + STATE(1196), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49213,38 +48971,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50314] = 15, + [49978] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1075), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(1081), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(1115), 1, + ACTIONS(908), 1, sym_identifier, - ACTIONS(1117), 1, + ACTIONS(910), 1, anon_sym_func, - ACTIONS(1123), 1, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(1125), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(1487), 1, + ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(1493), 1, + ACTIONS(1219), 1, anon_sym_TILDE, - ACTIONS(1503), 1, + ACTIONS(1481), 1, anon_sym_LBRACK, - ACTIONS(1505), 1, + ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1509), 1, + ACTIONS(1487), 1, anon_sym_LT_DASH, - STATE(895), 2, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(992), 2, + STATE(810), 2, sym_parenthesized_type, sym__simple_type, - STATE(950), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49254,38 +49012,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50370] = 15, + [50034] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(37), 1, + ACTIONS(886), 1, anon_sym_map, - ACTIONS(39), 1, + ACTIONS(888), 1, anon_sym_chan, - ACTIONS(994), 1, - sym_identifier, - ACTIONS(996), 1, - anon_sym_func, - ACTIONS(998), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1002), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, anon_sym_LT_DASH, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(836), 2, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(867), 2, + STATE(821), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49295,7 +49053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50426] = 15, + [50090] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49314,19 +49072,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(871), 2, + STATE(1317), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49336,38 +49094,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50482] = 15, + [50146] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(908), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(910), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1487), 1, + anon_sym_LT_DASH, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(1298), 2, + STATE(829), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49377,7 +49135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50538] = 15, + [50202] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49386,29 +49144,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, + ACTIONS(972), 1, + sym_identifier, ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(982), 1, + anon_sym_LT_DASH, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(876), 2, + STATE(858), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49418,7 +49176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50594] = 15, + [50258] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49427,29 +49185,29 @@ 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(994), 1, + ACTIONS(561), 1, sym_identifier, - ACTIONS(996), 1, + ACTIONS(572), 1, anon_sym_func, - ACTIONS(998), 1, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1000), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1002), 1, - anon_sym_LT_DASH, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(836), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(876), 2, + STATE(1382), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49459,7 +49217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50650] = 15, + [50314] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49478,19 +49236,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1388), 2, + STATE(858), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49500,19 +49258,21 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50706] = 15, + [50370] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, ACTIONS(880), 1, anon_sym_struct, ACTIONS(884), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(908), 1, + sym_identifier, + ACTIONS(910), 1, + anon_sym_func, + ACTIONS(916), 1, anon_sym_map, + ACTIONS(918), 1, + anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, ACTIONS(1219), 1, @@ -49521,17 +49281,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1485), 1, + ACTIONS(1487), 1, anon_sym_LT_DASH, - ACTIONS(1523), 1, - anon_sym_chan, - STATE(796), 2, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(824), 2, + STATE(821), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49541,7 +49299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50762] = 15, + [50426] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49560,19 +49318,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1223), 2, + STATE(1237), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49582,7 +49340,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50818] = 15, + [50482] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49601,19 +49359,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1326), 2, + STATE(1258), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49623,7 +49381,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50874] = 15, + [50538] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49642,19 +49400,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1352), 2, + STATE(876), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49664,38 +49422,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50930] = 15, + [50594] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(866), 1, - sym_identifier, - ACTIONS(874), 1, - anon_sym_func, - ACTIONS(880), 1, + ACTIONS(29), 1, anon_sym_struct, - ACTIONS(884), 1, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(35), 1, anon_sym_interface, - ACTIONS(886), 1, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, - ACTIONS(888), 1, + ACTIONS(587), 1, anon_sym_chan, - ACTIONS(1213), 1, - anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1525), 1, - anon_sym_LT_DASH, - STATE(796), 2, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(825), 2, + STATE(1342), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49705,7 +49463,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [50986] = 15, + [50650] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49724,19 +49482,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, - sym_negated_type, - sym_qualified_type, - STATE(1238), 2, + STATE(855), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49746,7 +49504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51042] = 15, + [50706] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49765,19 +49523,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1335), 2, + STATE(1391), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49787,38 +49545,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51098] = 15, + [50762] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(908), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(910), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1487), 1, + anon_sym_LT_DASH, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(1371), 2, + STATE(823), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49828,38 +49586,38 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51154] = 15, + [50818] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(1032), 1, anon_sym_struct, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(1038), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(1105), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(1107), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(1113), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(1115), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1489), 1, + anon_sym_LPAREN, + ACTIONS(1491), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1493), 1, anon_sym_STAR, - ACTIONS(1042), 1, - anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1495), 1, + anon_sym_TILDE, + ACTIONS(1497), 1, + anon_sym_LT_DASH, + STATE(900), 2, sym_negated_type, sym_qualified_type, - STATE(1162), 2, + STATE(992), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(997), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49869,38 +49627,120 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51210] = 15, + [50874] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, anon_sym_struct, - ACTIONS(31), 1, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, + anon_sym_LBRACK, + ACTIONS(1217), 1, + anon_sym_STAR, + ACTIONS(1219), 1, anon_sym_TILDE, - ACTIONS(35), 1, + ACTIONS(1505), 1, + anon_sym_LT_DASH, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(826), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(824), 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, + [50930] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, anon_sym_interface, - ACTIONS(561), 1, + ACTIONS(908), 1, sym_identifier, - ACTIONS(572), 1, + ACTIONS(910), 1, anon_sym_func, - ACTIONS(585), 1, + ACTIONS(916), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(918), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(1483), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1485), 1, + anon_sym_LT_DASH, + STATE(795), 2, + sym_negated_type, + sym_qualified_type, + STATE(830), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(824), 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, + [50986] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(908), 1, + sym_identifier, + ACTIONS(910), 1, + anon_sym_func, + ACTIONS(916), 1, + anon_sym_map, + ACTIONS(1213), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1481), 1, + anon_sym_LBRACK, + ACTIONS(1483), 1, + anon_sym_STAR, + ACTIONS(1487), 1, + anon_sym_LT_DASH, + ACTIONS(1525), 1, + anon_sym_chan, + STATE(795), 2, sym_negated_type, sym_qualified_type, - STATE(1329), 2, + STATE(822), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49910,7 +49750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51266] = 15, + [51042] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49929,19 +49769,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1379), 2, + STATE(1136), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49951,7 +49791,48 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51322] = 15, + [51098] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(866), 1, + sym_identifier, + ACTIONS(874), 1, + anon_sym_func, + ACTIONS(880), 1, + anon_sym_struct, + ACTIONS(884), 1, + anon_sym_interface, + ACTIONS(886), 1, + anon_sym_map, + ACTIONS(888), 1, + anon_sym_chan, + ACTIONS(1213), 1, + anon_sym_LPAREN, + ACTIONS(1215), 1, + anon_sym_LBRACK, + ACTIONS(1217), 1, + anon_sym_STAR, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, + anon_sym_LT_DASH, + STATE(799), 2, + sym_negated_type, + sym_qualified_type, + STATE(829), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(824), 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, + [51154] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -49970,19 +49851,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1179), 2, + STATE(1318), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -49992,7 +49873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51378] = 15, + [51210] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50011,19 +49892,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1353), 2, + STATE(1383), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50033,7 +49914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51434] = 15, + [51266] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50042,29 +49923,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE, ACTIONS(35), 1, anon_sym_interface, - ACTIONS(561), 1, - sym_identifier, - ACTIONS(572), 1, - anon_sym_func, - ACTIONS(585), 1, + ACTIONS(37), 1, anon_sym_map, - ACTIONS(587), 1, + ACTIONS(39), 1, anon_sym_chan, - ACTIONS(589), 1, - anon_sym_LT_DASH, - ACTIONS(974), 1, - anon_sym_LBRACK, + ACTIONS(972), 1, + sym_identifier, ACTIONS(976), 1, + anon_sym_func, + ACTIONS(978), 1, + anon_sym_LBRACK, + ACTIONS(980), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + ACTIONS(1523), 1, + anon_sym_LT_DASH, + STATE(840), 2, sym_negated_type, sym_qualified_type, - STATE(1375), 2, + STATE(850), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50074,7 +49955,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51490] = 15, + [51322] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(29), 1, @@ -50093,19 +49974,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(589), 1, anon_sym_LT_DASH, - ACTIONS(974), 1, + ACTIONS(990), 1, anon_sym_LBRACK, - ACTIONS(976), 1, + ACTIONS(992), 1, anon_sym_STAR, - ACTIONS(1042), 1, + ACTIONS(1074), 1, anon_sym_LPAREN, - STATE(848), 2, + STATE(867), 2, sym_negated_type, sym_qualified_type, - STATE(1196), 2, + STATE(1399), 2, sym_parenthesized_type, sym__simple_type, - STATE(858), 9, + STATE(860), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50115,7 +49996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51546] = 15, + [51378] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(866), 1, @@ -50132,21 +50013,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, ACTIONS(1213), 1, anon_sym_LPAREN, - ACTIONS(1219), 1, - anon_sym_TILDE, - ACTIONS(1481), 1, + ACTIONS(1215), 1, anon_sym_LBRACK, - ACTIONS(1483), 1, + ACTIONS(1217), 1, anon_sym_STAR, - ACTIONS(1525), 1, + ACTIONS(1219), 1, + anon_sym_TILDE, + ACTIONS(1223), 1, anon_sym_LT_DASH, - STATE(796), 2, + STATE(799), 2, sym_negated_type, sym_qualified_type, - STATE(811), 2, + STATE(810), 2, sym_parenthesized_type, sym__simple_type, - STATE(807), 9, + STATE(824), 9, sym_generic_type, sym_pointer_type, sym_array_type, @@ -50156,50 +50037,173 @@ static const uint16_t ts_small_parse_table[] = { sym_map_type, sym_channel_type, sym_function_type, - [51602] = 3, - ACTIONS(291), 1, + [51434] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(1529), 1, - aux_sym_source_file_token1, - ACTIONS(1527), 21, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_func, - anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(29), 1, anon_sym_struct, + ACTIONS(31), 1, anon_sym_TILDE, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(35), 1, anon_sym_interface, - anon_sym_PIPE, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, anon_sym_map, + ACTIONS(587), 1, anon_sym_chan, + ACTIONS(589), 1, anon_sym_LT_DASH, - anon_sym_case, - anon_sym_default, - sym_identifier, - sym_raw_string_literal, - anon_sym_DQUOTE, - [51632] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1533), 1, - aux_sym_source_file_token1, - ACTIONS(1531), 21, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_func, + ACTIONS(990), 1, anon_sym_LBRACK, + ACTIONS(992), 1, anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1191), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [51490] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(29), 1, anon_sym_struct, + ACTIONS(31), 1, anon_sym_TILDE, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(35), 1, + anon_sym_interface, + ACTIONS(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1403), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [51546] = 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(561), 1, + sym_identifier, + ACTIONS(572), 1, + anon_sym_func, + ACTIONS(585), 1, + anon_sym_map, + ACTIONS(587), 1, + anon_sym_chan, + ACTIONS(589), 1, + anon_sym_LT_DASH, + ACTIONS(990), 1, + anon_sym_LBRACK, + ACTIONS(992), 1, + anon_sym_STAR, + ACTIONS(1074), 1, + anon_sym_LPAREN, + STATE(867), 2, + sym_negated_type, + sym_qualified_type, + STATE(1199), 2, + sym_parenthesized_type, + sym__simple_type, + STATE(860), 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, + [51602] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1529), 1, + aux_sym_source_file_token1, + ACTIONS(1527), 21, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_func, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_struct, + anon_sym_TILDE, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_interface, + anon_sym_PIPE, + anon_sym_map, + anon_sym_chan, + anon_sym_LT_DASH, + anon_sym_case, + anon_sym_default, + sym_identifier, + sym_raw_string_literal, + anon_sym_DQUOTE, + [51632] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1533), 1, + aux_sym_source_file_token1, + ACTIONS(1531), 21, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_func, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_struct, + anon_sym_TILDE, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_interface, anon_sym_PIPE, anon_sym_map, @@ -50318,14 +50322,14 @@ static const uint16_t ts_small_parse_table[] = { [51781] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1527), 6, + ACTIONS(1535), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1529), 12, + ACTIONS(1537), 12, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -50364,14 +50368,14 @@ static const uint16_t ts_small_parse_table[] = { [51833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1535), 6, + ACTIONS(1527), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1537), 12, + ACTIONS(1529), 12, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -50410,10 +50414,10 @@ static const uint16_t ts_small_parse_table[] = { [51885] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1537), 2, + ACTIONS(1541), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1535), 14, + ACTIONS(1539), 14, anon_sym_SEMI, anon_sym_NULL, anon_sym_LPAREN, @@ -50431,10 +50435,10 @@ static const uint16_t ts_small_parse_table[] = { [51909] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1541), 2, + ACTIONS(1537), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1539), 14, + ACTIONS(1535), 14, anon_sym_SEMI, anon_sym_NULL, anon_sym_LPAREN, @@ -50494,11 +50498,11 @@ static const uint16_t ts_small_parse_table[] = { [51981] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(677), 1, + ACTIONS(1550), 1, anon_sym_COMMA, - STATE(791), 1, + STATE(790), 1, aux_sym_expression_list_repeat1, - ACTIONS(1550), 13, + ACTIONS(858), 13, anon_sym_EQ, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -50515,11 +50519,11 @@ static const uint16_t ts_small_parse_table[] = { [52006] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 1, + ACTIONS(753), 1, anon_sym_COMMA, - STATE(791), 1, + STATE(790), 1, aux_sym_expression_list_repeat1, - ACTIONS(858), 13, + ACTIONS(1553), 13, anon_sym_EQ, anon_sym_COLON_EQ, anon_sym_STAR_EQ, @@ -50536,35 +50540,13 @@ static const uint16_t ts_small_parse_table[] = { [52031] = 6, ACTIONS(291), 1, sym_comment, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_DOT, - ACTIONS(1044), 1, + ACTIONS(1076), 1, aux_sym_source_file_token1, ACTIONS(1557), 1, anon_sym_LBRACK, - STATE(813), 1, - sym_type_arguments, - ACTIONS(1555), 10, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_case, - anon_sym_default, - sym_raw_string_literal, - anon_sym_DQUOTE, - [52059] = 6, - ACTIONS(291), 1, - sym_comment, - ACTIONS(898), 1, - anon_sym_DOT, - ACTIONS(1044), 1, - aux_sym_source_file_token1, - ACTIONS(1560), 1, - anon_sym_LBRACK, - STATE(813), 1, + STATE(814), 1, sym_type_arguments, ACTIONS(1555), 10, anon_sym_SEMI, @@ -50577,55 +50559,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52087] = 5, + [52059] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1566), 1, + ACTIONS(1564), 1, anon_sym_COMMA, - STATE(794), 1, + STATE(793), 1, aux_sym_var_spec_repeat1, - ACTIONS(1562), 6, + ACTIONS(1560), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, - ACTIONS(1564), 6, + ACTIONS(1562), 6, anon_sym_LPAREN, anon_sym_EQ, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - [52113] = 3, - ACTIONS(3), 1, + [52085] = 6, + ACTIONS(291), 1, sym_comment, - ACTIONS(1571), 1, - anon_sym_COLON_EQ, - ACTIONS(1569), 12, + ACTIONS(896), 1, + anon_sym_DOT, + ACTIONS(1076), 1, + aux_sym_source_file_token1, + ACTIONS(1567), 1, + anon_sym_LBRACK, + STATE(814), 1, + sym_type_arguments, + ACTIONS(1555), 10, + anon_sym_SEMI, + anon_sym_NULL, 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, - [52134] = 5, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_case, + anon_sym_default, + sym_raw_string_literal, + anon_sym_DQUOTE, + [52113] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1573), 1, + ACTIONS(1569), 1, aux_sym_source_file_token1, - ACTIONS(1577), 1, + ACTIONS(1573), 1, anon_sym_LBRACK, - STATE(814), 1, + STATE(818), 1, sym_type_arguments, - ACTIONS(1575), 10, + ACTIONS(1571), 10, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -50636,14 +50622,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52159] = 4, + [52138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 1, + ACTIONS(1578), 1, + anon_sym_COLON_EQ, + ACTIONS(1576), 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, + [52159] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(1582), 1, anon_sym_COLON_EQ, - ACTIONS(1584), 11, + ACTIONS(1580), 12, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -50655,13 +50658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [52182] = 3, + [52180] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(1584), 1, + anon_sym_EQ, ACTIONS(1586), 1, anon_sym_COLON_EQ, - ACTIONS(1584), 12, - anon_sym_EQ, + ACTIONS(1580), 11, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -50676,13 +50680,13 @@ static const uint16_t ts_small_parse_table[] = { [52203] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1560), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - ACTIONS(1573), 1, + ACTIONS(1569), 1, aux_sym_source_file_token1, - STATE(814), 1, + STATE(818), 1, sym_type_arguments, - ACTIONS(1575), 10, + ACTIONS(1571), 10, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -50696,9 +50700,9 @@ static const uint16_t ts_small_parse_table[] = { [52228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 1, + ACTIONS(1590), 1, anon_sym_COLON_EQ, - ACTIONS(1584), 12, + ACTIONS(1588), 12, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -50714,17 +50718,17 @@ static const uint16_t ts_small_parse_table[] = { [52249] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1594), 1, + ACTIONS(1596), 1, anon_sym_COMMA, STATE(801), 1, aux_sym_field_declaration_repeat1, - ACTIONS(1592), 5, + ACTIONS(1594), 5, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - ACTIONS(1590), 6, + ACTIONS(1592), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, @@ -50734,27 +50738,9 @@ static const uint16_t ts_small_parse_table[] = { [52274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1597), 6, - anon_sym_func, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - sym_identifier, - ACTIONS(1599), 7, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - [52295] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1603), 1, + ACTIONS(1599), 1, anon_sym_COLON_EQ, - ACTIONS(1601), 12, + ACTIONS(1580), 12, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -50767,6 +50753,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, + [52295] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1601), 6, + anon_sym_func, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + sym_identifier, + ACTIONS(1603), 7, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, [52316] = 3, ACTIONS(291), 1, sym_comment, @@ -50785,28 +50789,11 @@ static const uint16_t ts_small_parse_table[] = { sym_raw_string_literal, anon_sym_DQUOTE, [52336] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1609), 6, - anon_sym_func, - anon_sym_struct, - anon_sym_interface, - anon_sym_map, - anon_sym_chan, - sym_identifier, - ACTIONS(1611), 6, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_TILDE, - anon_sym_LT_DASH, - [52356] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1613), 1, + ACTIONS(1609), 1, aux_sym_source_file_token1, - ACTIONS(1615), 11, + ACTIONS(1611), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -50818,12 +50805,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52376] = 3, + [52356] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1573), 1, + ACTIONS(1613), 1, aux_sym_source_file_token1, - ACTIONS(1575), 11, + ACTIONS(1615), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -50835,7 +50822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52396] = 3, + [52376] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1617), 1, @@ -50852,7 +50839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52416] = 3, + [52396] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1621), 1, @@ -50869,7 +50856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52436] = 3, + [52416] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1625), 1, @@ -50886,7 +50873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52456] = 3, + [52436] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1629), 1, @@ -50903,7 +50890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52476] = 3, + [52456] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1633), 1, @@ -50920,7 +50907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52496] = 3, + [52476] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1637), 1, @@ -50937,7 +50924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52516] = 3, + [52496] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1641), 1, @@ -50954,7 +50941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52536] = 3, + [52516] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1645), 1, @@ -50971,7 +50958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52556] = 3, + [52536] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1649), 1, @@ -50988,12 +50975,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, + [52556] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1653), 6, + anon_sym_func, + anon_sym_struct, + anon_sym_interface, + anon_sym_map, + anon_sym_chan, + sym_identifier, + ACTIONS(1655), 6, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_TILDE, + anon_sym_LT_DASH, [52576] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1653), 1, + ACTIONS(1657), 1, aux_sym_source_file_token1, - ACTIONS(1655), 11, + ACTIONS(1659), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51008,9 +51012,9 @@ static const uint16_t ts_small_parse_table[] = { [52596] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1661), 1, aux_sym_source_file_token1, - ACTIONS(1659), 11, + ACTIONS(1663), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51025,9 +51029,9 @@ static const uint16_t ts_small_parse_table[] = { [52616] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1661), 1, + ACTIONS(1665), 1, aux_sym_source_file_token1, - ACTIONS(1663), 11, + ACTIONS(1667), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51042,9 +51046,9 @@ static const uint16_t ts_small_parse_table[] = { [52636] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1665), 1, + ACTIONS(1669), 1, aux_sym_source_file_token1, - ACTIONS(1667), 11, + ACTIONS(1671), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51059,9 +51063,9 @@ static const uint16_t ts_small_parse_table[] = { [52656] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1669), 1, + ACTIONS(1673), 1, aux_sym_source_file_token1, - ACTIONS(1671), 11, + ACTIONS(1675), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51076,9 +51080,9 @@ static const uint16_t ts_small_parse_table[] = { [52676] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1673), 1, + ACTIONS(1613), 1, aux_sym_source_file_token1, - ACTIONS(1675), 11, + ACTIONS(1615), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51110,9 +51114,9 @@ static const uint16_t ts_small_parse_table[] = { [52716] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1681), 1, + ACTIONS(1569), 1, aux_sym_source_file_token1, - ACTIONS(1683), 11, + ACTIONS(1571), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51212,9 +51216,9 @@ static const uint16_t ts_small_parse_table[] = { [52836] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1701), 1, + ACTIONS(1613), 1, aux_sym_source_file_token1, - ACTIONS(1703), 11, + ACTIONS(1615), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51229,9 +51233,9 @@ static const uint16_t ts_small_parse_table[] = { [52856] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1681), 1, + ACTIONS(1701), 1, aux_sym_source_file_token1, - ACTIONS(1683), 11, + ACTIONS(1703), 11, anon_sym_SEMI, anon_sym_NULL, anon_sym_EQ, @@ -51243,40 +51247,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, sym_raw_string_literal, anon_sym_DQUOTE, - [52876] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1705), 1, - anon_sym_DOT, - ACTIONS(1707), 1, - anon_sym_LBRACK, - STATE(854), 1, - sym_type_arguments, - ACTIONS(1044), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COLON, - [52899] = 3, + [52876] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1712), 5, + ACTIONS(1707), 5, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_TILDE, anon_sym_LT_DASH, - ACTIONS(1710), 6, + ACTIONS(1705), 6, anon_sym_func, anon_sym_struct, anon_sym_interface, anon_sym_map, anon_sym_chan, sym_identifier, + [52895] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1709), 1, + anon_sym_DOT, + ACTIONS(1711), 1, + anon_sym_LBRACK, + STATE(848), 1, + sym_type_arguments, + ACTIONS(1076), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, [52918] = 3, ACTIONS(3), 1, sym_comment, @@ -51309,154 +51313,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_map, anon_sym_chan, sym_identifier, - [52956] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1722), 1, - anon_sym_LBRACK, - STATE(862), 1, - sym_type_arguments, - ACTIONS(1573), 8, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COLON, - [52976] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1725), 1, - sym_identifier, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1729), 1, - sym_blank_identifier, - ACTIONS(1731), 1, - anon_sym_LPAREN, - ACTIONS(1733), 1, - sym_raw_string_literal, - ACTIONS(1735), 1, - anon_sym_DQUOTE, - STATE(1129), 1, - sym_interpreted_string_literal, - STATE(1227), 1, - sym_dot, - STATE(1076), 2, - sym_import_spec, - sym_import_spec_list, - [53008] = 10, + [52956] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, + ACTIONS(1722), 1, sym_identifier, - ACTIONS(1739), 1, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, sym_blank_identifier, - ACTIONS(1741), 1, + ACTIONS(1728), 1, anon_sym_LPAREN, - ACTIONS(1743), 1, + ACTIONS(1730), 1, sym_raw_string_literal, - STATE(1091), 1, + STATE(1107), 1, sym_interpreted_string_literal, - STATE(1149), 1, + STATE(1166), 1, sym_dot, - STATE(1171), 2, + STATE(1177), 2, sym_import_spec, sym_import_spec_list, - [53040] = 8, + [52988] = 8, ACTIONS(291), 1, sym_comment, ACTIONS(872), 1, anon_sym_LPAREN, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_DOT, - ACTIONS(1044), 1, + ACTIONS(1076), 1, aux_sym_source_file_token1, - ACTIONS(1560), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - STATE(524), 1, + STATE(526), 1, sym_parameter_list, - STATE(813), 1, + STATE(814), 1, sym_type_arguments, ACTIONS(1555), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_PIPE, - [53068] = 9, + [53016] = 9, ACTIONS(291), 1, sym_comment, - ACTIONS(898), 1, + ACTIONS(896), 1, anon_sym_DOT, - ACTIONS(918), 1, + ACTIONS(906), 1, anon_sym_DQUOTE, - ACTIONS(1560), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, - ACTIONS(1745), 1, + ACTIONS(1732), 1, aux_sym_source_file_token1, - ACTIONS(1749), 1, + ACTIONS(1736), 1, sym_raw_string_literal, - STATE(813), 1, + STATE(814), 1, sym_type_arguments, - STATE(1077), 1, + STATE(1068), 1, sym_interpreted_string_literal, - ACTIONS(1747), 3, + ACTIONS(1734), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [53098] = 5, + [53046] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1705), 1, + ACTIONS(1724), 1, anon_sym_DOT, - ACTIONS(1751), 1, - anon_sym_LBRACK, - STATE(854), 1, - sym_type_arguments, - ACTIONS(1044), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COLON, - [53120] = 2, + ACTIONS(1738), 1, + sym_identifier, + ACTIONS(1740), 1, + sym_blank_identifier, + ACTIONS(1742), 1, + anon_sym_LPAREN, + ACTIONS(1744), 1, + sym_raw_string_literal, + ACTIONS(1746), 1, + anon_sym_DQUOTE, + STATE(1058), 1, + sym_interpreted_string_literal, + STATE(1185), 1, + sym_dot, + STATE(1061), 2, + sym_import_spec, + sym_import_spec_list, + [53078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1689), 9, + ACTIONS(1748), 1, + anon_sym_LBRACK, + STATE(845), 1, + sym_type_arguments, + ACTIONS(1569), 8, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53135] = 2, + [53098] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1649), 9, - anon_sym_LPAREN, + ACTIONS(1709), 1, + anon_sym_DOT, + ACTIONS(1751), 1, + anon_sym_LBRACK, + STATE(848), 1, + sym_type_arguments, + ACTIONS(1076), 7, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53150] = 2, + [53120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1613), 9, + ACTIONS(1641), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51466,44 +51444,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53165] = 10, + [53135] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, + ACTIONS(1722), 1, sym_identifier, - ACTIONS(1739), 1, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, sym_blank_identifier, - ACTIONS(1743), 1, + ACTIONS(1730), 1, sym_raw_string_literal, ACTIONS(1753), 1, anon_sym_RPAREN, - STATE(1091), 1, + STATE(1107), 1, sym_interpreted_string_literal, - STATE(1125), 1, + STATE(1133), 1, sym_import_spec, - STATE(1149), 1, + STATE(1166), 1, sym_dot, - [53196] = 2, + [53166] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1669), 9, - anon_sym_LPAREN, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1722), 1, + sym_identifier, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_blank_identifier, + ACTIONS(1730), 1, + sym_raw_string_literal, + ACTIONS(1755), 1, anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COLON, - [53211] = 2, + STATE(1107), 1, + sym_interpreted_string_literal, + STATE(1133), 1, + sym_import_spec, + STATE(1166), 1, + sym_dot, + [53197] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1605), 9, + ACTIONS(1661), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51513,43 +51499,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53226] = 4, + [53212] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1751), 1, - anon_sym_LBRACK, - STATE(862), 1, - sym_type_arguments, - ACTIONS(1573), 7, + ACTIONS(1693), 9, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53245] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(1739), 1, - sym_blank_identifier, - ACTIONS(1743), 1, - sym_raw_string_literal, - ACTIONS(1755), 1, - anon_sym_RPAREN, - STATE(1091), 1, - sym_interpreted_string_literal, - STATE(1125), 1, - sym_import_spec, - STATE(1149), 1, - sym_dot, - [53276] = 2, + [53227] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1629), 9, @@ -51562,10 +51525,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53291] = 2, + [53242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 9, + ACTIONS(1645), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51575,10 +51538,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53306] = 2, + [53257] = 8, + ACTIONS(291), 1, + sym_comment, + ACTIONS(906), 1, + anon_sym_DQUOTE, + ACTIONS(1567), 1, + anon_sym_LBRACK, + ACTIONS(1757), 1, + aux_sym_source_file_token1, + ACTIONS(1761), 1, + sym_raw_string_literal, + STATE(818), 1, + sym_type_arguments, + STATE(1057), 1, + sym_interpreted_string_literal, + ACTIONS(1759), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + [53284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1625), 9, + ACTIONS(1685), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51588,10 +51570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53321] = 2, + [53299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1701), 9, + ACTIONS(1665), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51601,10 +51583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53336] = 2, + [53314] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1637), 9, + ACTIONS(1633), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51614,40 +51596,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53351] = 6, + [53329] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1722), 1, + sym_identifier, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_blank_identifier, + ACTIONS(1730), 1, + sym_raw_string_literal, + ACTIONS(1763), 1, + anon_sym_RPAREN, + STATE(1020), 1, + sym_import_spec, + STATE(1107), 1, + sym_interpreted_string_literal, + STATE(1166), 1, + sym_dot, + [53360] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(303), 1, anon_sym_LBRACE, - ACTIONS(1722), 1, + ACTIONS(1748), 1, anon_sym_LBRACK, - STATE(399), 1, + STATE(397), 1, sym_literal_value, - STATE(862), 1, + STATE(845), 1, sym_type_arguments, - ACTIONS(1573), 5, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, - [53374] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1685), 9, + ACTIONS(1569), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_PIPE, - anon_sym_COLON, - [53389] = 2, + [53383] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1645), 9, + ACTIONS(1673), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51657,10 +51647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53404] = 2, + [53398] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1573), 9, + ACTIONS(1649), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51670,10 +51660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53419] = 2, + [53413] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1633), 9, + ACTIONS(1669), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51683,7 +51673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53434] = 2, + [53428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1677), 9, @@ -51696,31 +51686,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53449] = 10, + [53443] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, + ACTIONS(1722), 1, sym_identifier, - ACTIONS(1739), 1, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, sym_blank_identifier, - ACTIONS(1743), 1, + ACTIONS(1730), 1, sym_raw_string_literal, - ACTIONS(1757), 1, + ACTIONS(1765), 1, anon_sym_RPAREN, - STATE(1091), 1, - sym_interpreted_string_literal, - STATE(1125), 1, + STATE(1030), 1, sym_import_spec, - STATE(1149), 1, + STATE(1107), 1, + sym_interpreted_string_literal, + STATE(1166), 1, sym_dot, - [53480] = 2, + [53474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1641), 9, + ACTIONS(1569), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51730,52 +51720,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53495] = 10, + [53489] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(1739), 1, - sym_blank_identifier, - ACTIONS(1743), 1, - sym_raw_string_literal, - ACTIONS(1759), 1, + ACTIONS(1621), 9, + anon_sym_LPAREN, anon_sym_RPAREN, - STATE(1091), 1, - sym_interpreted_string_literal, - STATE(1125), 1, - sym_import_spec, - STATE(1149), 1, - sym_dot, - [53526] = 10, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + [53504] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, + ACTIONS(1722), 1, sym_identifier, - ACTIONS(1739), 1, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, sym_blank_identifier, - ACTIONS(1743), 1, + ACTIONS(1730), 1, sym_raw_string_literal, - ACTIONS(1761), 1, + ACTIONS(1767), 1, anon_sym_RPAREN, - STATE(1039), 1, - sym_import_spec, - STATE(1091), 1, + STATE(1107), 1, sym_interpreted_string_literal, - STATE(1149), 1, + STATE(1133), 1, + sym_import_spec, + STATE(1166), 1, sym_dot, - [53557] = 2, + [53535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1681), 9, + ACTIONS(1657), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51785,10 +51767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53572] = 2, + [53550] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1681), 9, + ACTIONS(1625), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51798,10 +51780,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53587] = 2, + [53565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1653), 9, + ACTIONS(1605), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51811,45 +51793,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53602] = 8, - ACTIONS(291), 1, - sym_comment, - ACTIONS(918), 1, - anon_sym_DQUOTE, - ACTIONS(1560), 1, - anon_sym_LBRACK, - ACTIONS(1763), 1, - aux_sym_source_file_token1, - ACTIONS(1767), 1, - sym_raw_string_literal, - STATE(814), 1, - sym_type_arguments, - STATE(1082), 1, - sym_interpreted_string_literal, - ACTIONS(1765), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - [53629] = 8, + [53580] = 8, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, + ACTIONS(906), 1, anon_sym_DQUOTE, - ACTIONS(1560), 1, + ACTIONS(1567), 1, anon_sym_LBRACK, ACTIONS(1769), 1, aux_sym_source_file_token1, ACTIONS(1773), 1, sym_raw_string_literal, - STATE(814), 1, + STATE(818), 1, sym_type_arguments, - STATE(1115), 1, + STATE(1071), 1, sym_interpreted_string_literal, ACTIONS(1771), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [53656] = 2, + [53607] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1751), 1, + anon_sym_LBRACK, + STATE(845), 1, + sym_type_arguments, + ACTIONS(1569), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + [53626] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1697), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + [53641] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(1617), 9, @@ -51862,10 +51853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53671] = 2, + [53656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1693), 9, + ACTIONS(1613), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51875,31 +51866,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53686] = 10, + [53671] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(1739), 1, - sym_blank_identifier, - ACTIONS(1743), 1, - sym_raw_string_literal, - ACTIONS(1775), 1, + ACTIONS(1613), 9, + anon_sym_LPAREN, anon_sym_RPAREN, - STATE(1043), 1, - sym_import_spec, - STATE(1091), 1, - sym_interpreted_string_literal, - STATE(1149), 1, - sym_dot, - [53717] = 2, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COLON, + [53686] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1621), 9, + ACTIONS(1701), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51909,10 +51892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53732] = 2, + [53701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1697), 9, + ACTIONS(1689), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51922,10 +51905,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, + [53716] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1722), 1, + sym_identifier, + ACTIONS(1724), 1, + anon_sym_DOT, + ACTIONS(1726), 1, + sym_blank_identifier, + ACTIONS(1730), 1, + sym_raw_string_literal, + ACTIONS(1775), 1, + anon_sym_RPAREN, + STATE(1107), 1, + sym_interpreted_string_literal, + STATE(1133), 1, + sym_import_spec, + STATE(1166), 1, + sym_dot, [53747] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1673), 9, + ACTIONS(1609), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51938,7 +51942,7 @@ static const uint16_t ts_small_parse_table[] = { [53762] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1681), 9, + ACTIONS(1613), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51951,7 +51955,7 @@ static const uint16_t ts_small_parse_table[] = { [53777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1665), 9, + ACTIONS(1681), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51964,7 +51968,7 @@ static const uint16_t ts_small_parse_table[] = { [53792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1661), 9, + ACTIONS(1637), 9, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -51974,280 +51978,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, anon_sym_COLON, - [53807] = 9, + [53807] = 6, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1777), 1, + anon_sym_DOT, + ACTIONS(1779), 1, + anon_sym_LBRACK, + STATE(956), 1, + sym_type_arguments, + ACTIONS(1076), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1555), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACE, + [53829] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1781), 1, + ACTIONS(1786), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [53835] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1012), 1, - anon_sym_LBRACE, - STATE(408), 1, - sym_block, - ACTIONS(1701), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PIPE, - [53853] = 5, + [53857] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(956), 1, - anon_sym_COMMA, - ACTIONS(1550), 1, + ACTIONS(858), 1, aux_sym_source_file_token1, - STATE(888), 1, + ACTIONS(1788), 1, + anon_sym_COMMA, + STATE(881), 1, aux_sym_expression_list_repeat1, - ACTIONS(1783), 5, + ACTIONS(860), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [53873] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(1727), 1, - anon_sym_DOT, - ACTIONS(1737), 1, - sym_identifier, - ACTIONS(1739), 1, - sym_blank_identifier, - ACTIONS(1743), 1, - sym_raw_string_literal, - STATE(1091), 1, - sym_interpreted_string_literal, - STATE(1125), 1, - sym_import_spec, - STATE(1149), 1, - sym_dot, - [53901] = 9, + [53877] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1785), 1, + ACTIONS(1791), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [53929] = 9, + [53905] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1787), 1, + ACTIONS(1793), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1027), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [53957] = 9, + [53933] = 6, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1777), 1, + anon_sym_DOT, + ACTIONS(1795), 1, + anon_sym_LBRACK, + STATE(956), 1, + sym_type_arguments, + ACTIONS(1076), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1555), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACE, + [53955] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1789), 1, + ACTIONS(1797), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1021), 1, + STATE(1019), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [53985] = 9, + [53983] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1791), 1, + ACTIONS(1799), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [54013] = 6, - ACTIONS(291), 1, + [54011] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(1722), 1, + sym_identifier, + ACTIONS(1724), 1, anon_sym_DOT, - ACTIONS(1795), 1, - anon_sym_LBRACK, - STATE(968), 1, - sym_type_arguments, - ACTIONS(1044), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(1555), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LBRACE, - [54035] = 5, - ACTIONS(291), 1, - sym_comment, - ACTIONS(858), 1, - aux_sym_source_file_token1, - ACTIONS(1798), 1, - anon_sym_COMMA, - STATE(888), 1, - aux_sym_expression_list_repeat1, - ACTIONS(860), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54055] = 9, + ACTIONS(1726), 1, + sym_blank_identifier, + ACTIONS(1730), 1, + sym_raw_string_literal, + STATE(1107), 1, + sym_interpreted_string_literal, + STATE(1133), 1, + sym_import_spec, + STATE(1166), 1, + sym_dot, + [54039] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, ACTIONS(1801), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1023), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [54083] = 9, + [54067] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, ACTIONS(1803), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1025), 1, + STATE(1039), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, - [54111] = 6, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1793), 1, - anon_sym_DOT, - ACTIONS(1805), 1, - anon_sym_LBRACK, - STATE(968), 1, - sym_type_arguments, - ACTIONS(1044), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(1555), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LBRACE, - [54133] = 9, - ACTIONS(3), 1, + [54095] = 9, + ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, - ACTIONS(1807), 1, + ACTIONS(1805), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, + [54123] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(956), 1, + anon_sym_COMMA, + ACTIONS(1553), 1, + aux_sym_source_file_token1, + STATE(881), 1, + aux_sym_expression_list_repeat1, + ACTIONS(1807), 5, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54143] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(303), 1, + anon_sym_LBRACE, + STATE(397), 1, + sym_literal_value, + ACTIONS(1569), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, [54161] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, anon_sym_TILDE, - ACTIONS(1777), 1, + ACTIONS(1782), 1, sym_identifier, - ACTIONS(1779), 1, + ACTIONS(1784), 1, anon_sym_STAR, ACTIONS(1809), 1, anon_sym_RBRACE, - STATE(868), 1, + STATE(849), 1, sym_qualified_type, - STATE(909), 1, + STATE(903), 1, sym_generic_type, - STATE(1085), 1, + STATE(1074), 1, sym_field_declaration, - STATE(1257), 1, + STATE(1293), 1, sym_negated_type, [54189] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(303), 1, + ACTIONS(1095), 1, anon_sym_LBRACE, - STATE(399), 1, - sym_literal_value, - ACTIONS(1573), 6, + STATE(418), 1, + sym_block, + ACTIONS(1689), 6, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, @@ -52258,255 +52262,255 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(291), 1, sym_comment, ACTIONS(1811), 1, - anon_sym_LBRACK, - STATE(973), 1, - sym_type_arguments, - ACTIONS(1573), 2, - ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1575), 3, + STATE(909), 1, + aux_sym__statement_list_repeat1, + ACTIONS(1813), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACE, - [54226] = 4, + ACTIONS(211), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54226] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1814), 1, + ACTIONS(1815), 1, aux_sym_source_file_token1, - ACTIONS(1818), 1, - anon_sym_EQ, - ACTIONS(1816), 5, + STATE(895), 1, + aux_sym__statement_list_repeat1, + ACTIONS(1817), 2, anon_sym_SEMI, anon_sym_NULL, + ACTIONS(1819), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54243] = 4, + [54245] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(1820), 1, - sym_identifier, - ACTIONS(1822), 1, + ACTIONS(1821), 1, aux_sym_source_file_token1, - ACTIONS(1824), 5, + ACTIONS(1825), 1, + anon_sym_EQ, + ACTIONS(1823), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54260] = 5, + [54262] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(1782), 1, + sym_identifier, + ACTIONS(1784), 1, + anon_sym_STAR, + STATE(849), 1, + sym_qualified_type, + STATE(903), 1, + sym_generic_type, + STATE(1074), 1, + sym_field_declaration, + STATE(1293), 1, + sym_negated_type, + [54287] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(1826), 1, + ACTIONS(1827), 1, aux_sym_source_file_token1, - STATE(908), 1, - aux_sym__statement_list_repeat1, - ACTIONS(1828), 2, + ACTIONS(1831), 1, + anon_sym_else, + ACTIONS(1829), 5, anon_sym_SEMI, anon_sym_NULL, - ACTIONS(1830), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54279] = 5, + [54304] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1832), 1, + ACTIONS(1833), 1, + anon_sym_LBRACK, + STATE(916), 1, + sym_type_arguments, + ACTIONS(1569), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - STATE(899), 1, - aux_sym__statement_list_repeat1, - ACTIONS(1835), 2, + ACTIONS(1571), 3, anon_sym_SEMI, anon_sym_NULL, - ACTIONS(1838), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54298] = 4, + anon_sym_LBRACE, + [54323] = 6, ACTIONS(291), 1, sym_comment, - ACTIONS(1840), 1, + ACTIONS(906), 1, + anon_sym_DQUOTE, + ACTIONS(1769), 1, aux_sym_source_file_token1, - ACTIONS(1844), 1, - anon_sym_EQ, - ACTIONS(1842), 5, + ACTIONS(1773), 1, + sym_raw_string_literal, + STATE(1071), 1, + sym_interpreted_string_literal, + ACTIONS(1771), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54315] = 4, + [54344] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(1846), 1, + ACTIONS(1836), 1, aux_sym_source_file_token1, - ACTIONS(1850), 1, + ACTIONS(1840), 1, anon_sym_else, - ACTIONS(1848), 5, + ACTIONS(1838), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54332] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(1777), 1, - sym_identifier, - ACTIONS(1779), 1, - anon_sym_STAR, - STATE(868), 1, - sym_qualified_type, - STATE(909), 1, - sym_generic_type, - STATE(1085), 1, - sym_field_declaration, - STATE(1257), 1, - sym_negated_type, - [54357] = 6, + [54361] = 6, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, + ACTIONS(906), 1, anon_sym_DQUOTE, - ACTIONS(1852), 1, + ACTIONS(1757), 1, aux_sym_source_file_token1, - ACTIONS(1856), 1, + ACTIONS(1761), 1, sym_raw_string_literal, - STATE(1058), 1, + STATE(1057), 1, sym_interpreted_string_literal, - ACTIONS(1854), 3, + ACTIONS(1759), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54378] = 4, + [54382] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(1858), 1, + ACTIONS(1842), 1, aux_sym_source_file_token1, - ACTIONS(1862), 1, - anon_sym_else, - ACTIONS(1860), 5, + ACTIONS(1846), 1, + anon_sym_EQ, + ACTIONS(1844), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54395] = 6, + [54399] = 6, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, + ACTIONS(906), 1, anon_sym_DQUOTE, - ACTIONS(1852), 1, + ACTIONS(1848), 1, aux_sym_source_file_token1, - ACTIONS(1864), 1, + ACTIONS(1852), 1, sym_raw_string_literal, - STATE(1056), 1, + STATE(1073), 1, sym_interpreted_string_literal, - ACTIONS(1854), 3, + ACTIONS(1850), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54416] = 6, + [54420] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, - anon_sym_DQUOTE, - ACTIONS(1866), 1, + ACTIONS(1842), 1, aux_sym_source_file_token1, - ACTIONS(1870), 1, - sym_raw_string_literal, - STATE(1059), 1, - sym_interpreted_string_literal, - ACTIONS(1868), 3, + ACTIONS(1854), 1, + anon_sym_EQ, + ACTIONS(1844), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54437] = 6, + anon_sym_case, + anon_sym_default, + [54437] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, + ACTIONS(1856), 1, + sym_identifier, + ACTIONS(1858), 1, + aux_sym_source_file_token1, + ACTIONS(1860), 5, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54454] = 6, + ACTIONS(291), 1, + sym_comment, + ACTIONS(906), 1, anon_sym_DQUOTE, - ACTIONS(1769), 1, + ACTIONS(1862), 1, aux_sym_source_file_token1, - ACTIONS(1773), 1, + ACTIONS(1866), 1, sym_raw_string_literal, - STATE(1115), 1, + STATE(1132), 1, sym_interpreted_string_literal, - ACTIONS(1771), 3, + ACTIONS(1864), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54458] = 5, + [54475] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1872), 1, + ACTIONS(1868), 1, aux_sym_source_file_token1, - STATE(899), 1, + STATE(909), 1, aux_sym__statement_list_repeat1, - ACTIONS(1874), 2, + ACTIONS(1871), 2, anon_sym_SEMI, anon_sym_NULL, - ACTIONS(207), 3, + ACTIONS(1874), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54477] = 6, + [54494] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(918), 1, - anon_sym_DQUOTE, - ACTIONS(1763), 1, + ACTIONS(1876), 1, + sym_identifier, + ACTIONS(1878), 1, aux_sym_source_file_token1, - ACTIONS(1767), 1, - sym_raw_string_literal, - STATE(1082), 1, - sym_interpreted_string_literal, - ACTIONS(1765), 3, + ACTIONS(1880), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54498] = 5, + anon_sym_case, + anon_sym_default, + [54511] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1805), 1, + ACTIONS(1795), 1, anon_sym_LBRACK, - STATE(973), 1, + STATE(916), 1, sym_type_arguments, - ACTIONS(1573), 2, + ACTIONS(1569), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1575), 3, + ACTIONS(1571), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACE, - [54517] = 4, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1814), 1, - aux_sym_source_file_token1, - ACTIONS(1876), 1, - anon_sym_EQ, - ACTIONS(1816), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54534] = 4, + [54530] = 6, ACTIONS(291), 1, sym_comment, - ACTIONS(1878), 1, - sym_identifier, - ACTIONS(1880), 1, + ACTIONS(906), 1, + anon_sym_DQUOTE, + ACTIONS(1862), 1, aux_sym_source_file_token1, - ACTIONS(1882), 5, + ACTIONS(1882), 1, + sym_raw_string_literal, + STATE(1070), 1, + sym_interpreted_string_literal, + ACTIONS(1864), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, [54551] = 3, ACTIONS(291), 1, sym_comment, @@ -52519,73 +52523,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_case, anon_sym_default, [54565] = 5, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1079), 1, - anon_sym_LBRACE, - STATE(1053), 1, - sym_block, - ACTIONS(1888), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(1890), 2, - anon_sym_SEMI, - anon_sym_NULL, - [54583] = 5, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1079), 1, - anon_sym_LBRACE, - STATE(1054), 1, - sym_block, - ACTIONS(1892), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(1894), 2, - anon_sym_SEMI, - anon_sym_NULL, - [54601] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1896), 1, + ACTIONS(1888), 1, anon_sym_RBRACE, - ACTIONS(1898), 1, + ACTIONS(1890), 1, anon_sym_case, - ACTIONS(1900), 1, + ACTIONS(1892), 1, anon_sym_default, - STATE(998), 3, + STATE(966), 3, + sym_expression_case, sym_default_case, - sym_communication_case, - aux_sym_select_statement_repeat1, - [54619] = 3, + aux_sym_expression_switch_statement_repeat1, + [54583] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1693), 2, + ACTIONS(1669), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1695), 4, + ACTIONS(1671), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [54633] = 3, + [54597] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1697), 2, + ACTIONS(1661), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1699), 4, + ACTIONS(1663), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, + [54611] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1036), 1, + anon_sym_LBRACE, + STATE(1078), 1, + sym_block, + ACTIONS(1894), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1896), 2, + anon_sym_SEMI, + anon_sym_NULL, + [54629] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1050), 1, + anon_sym_COMMA, + ACTIONS(1807), 1, + anon_sym_COLON, + STATE(936), 1, + aux_sym_expression_list_repeat1, + ACTIONS(1553), 3, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_COLON_EQ, [54647] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1701), 2, + ACTIONS(1629), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1703), 4, + ACTIONS(1631), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, @@ -52593,10 +52597,10 @@ static const uint16_t ts_small_parse_table[] = { [54661] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1681), 2, + ACTIONS(1625), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1683), 4, + ACTIONS(1627), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, @@ -52604,66 +52608,66 @@ static const uint16_t ts_small_parse_table[] = { [54675] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1689), 2, - ts_builtin_sym_end, + ACTIONS(1898), 1, aux_sym_source_file_token1, - ACTIONS(1691), 4, + ACTIONS(1874), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, [54689] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1902), 1, + ACTIONS(1900), 1, aux_sym_source_file_token1, - ACTIONS(1904), 5, + ACTIONS(1902), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54703] = 5, + [54703] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1906), 1, + ACTIONS(1904), 1, aux_sym_source_file_token1, - ACTIONS(1910), 1, - anon_sym_PIPE, - STATE(923), 1, - aux_sym_type_elem_repeat1, - ACTIONS(1908), 3, + ACTIONS(1906), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [54721] = 3, + anon_sym_case, + anon_sym_default, + [54717] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1605), 2, + ACTIONS(1036), 1, + anon_sym_LBRACE, + STATE(1079), 1, + sym_block, + ACTIONS(1908), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1607), 4, + ACTIONS(1910), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, [54735] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1913), 1, + ACTIONS(1613), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1915), 5, + ACTIONS(1615), 4, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, + anon_sym_LBRACK, + anon_sym_LBRACE, [54749] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1917), 1, + ACTIONS(1912), 1, aux_sym_source_file_token1, - ACTIONS(1919), 5, + ACTIONS(1914), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, @@ -52672,850 +52676,802 @@ static const uint16_t ts_small_parse_table[] = { [54763] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1921), 1, + ACTIONS(1916), 1, aux_sym_source_file_token1, - ACTIONS(1923), 5, + ACTIONS(1918), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54777] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1925), 1, - anon_sym_RBRACE, - ACTIONS(1927), 1, - anon_sym_case, - STATE(985), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [54795] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, - anon_sym_case, - ACTIONS(1929), 1, - anon_sym_RBRACE, - STATE(958), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [54813] = 3, + [54777] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1931), 1, + ACTIONS(1920), 1, aux_sym_source_file_token1, - ACTIONS(1933), 5, + ACTIONS(1922), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54827] = 5, - ACTIONS(3), 1, + [54791] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1935), 1, - anon_sym_RBRACE, - ACTIONS(1937), 1, - anon_sym_case, - ACTIONS(1940), 1, - anon_sym_default, - STATE(931), 3, - sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, - [54845] = 3, + ACTIONS(1613), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1615), 4, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACK, + anon_sym_LBRACE, + [54805] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1943), 1, + ACTIONS(1924), 1, aux_sym_source_file_token1, - ACTIONS(1945), 5, + ACTIONS(1926), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54859] = 3, + [54819] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1947), 1, + ACTIONS(1609), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1949), 5, + ACTIONS(1611), 4, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [54873] = 3, + anon_sym_LBRACK, + anon_sym_LBRACE, + [54833] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1928), 1, + anon_sym_LPAREN, + ACTIONS(1932), 1, + anon_sym_LBRACK, + ACTIONS(1934), 1, + anon_sym_PIPE, + STATE(1108), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1930), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [54853] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1951), 1, + ACTIONS(1936), 1, aux_sym_source_file_token1, - ACTIONS(1953), 5, + ACTIONS(1938), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54887] = 3, + [54867] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1955), 1, + ACTIONS(1940), 1, aux_sym_source_file_token1, - ACTIONS(1957), 5, + ACTIONS(1942), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54901] = 3, + [54881] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1657), 2, - ts_builtin_sym_end, + ACTIONS(1944), 1, aux_sym_source_file_token1, - ACTIONS(1659), 4, + ACTIONS(1948), 1, + anon_sym_PIPE, + STATE(945), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1946), 3, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [54915] = 3, + anon_sym_RBRACE, + [54899] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(860), 1, + anon_sym_COLON, + ACTIONS(1950), 1, + anon_sym_COMMA, + STATE(936), 1, + aux_sym_expression_list_repeat1, + ACTIONS(858), 3, + anon_sym_SEMI, + anon_sym_EQ, + anon_sym_COLON_EQ, + [54917] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1613), 2, - ts_builtin_sym_end, + ACTIONS(1953), 1, aux_sym_source_file_token1, - ACTIONS(1615), 4, + ACTIONS(1955), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [54929] = 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54931] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1625), 2, + ACTIONS(1665), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1627), 4, + ACTIONS(1667), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [54943] = 3, + [54945] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1633), 2, - ts_builtin_sym_end, + ACTIONS(1957), 1, aux_sym_source_file_token1, - ACTIONS(1635), 4, + ACTIONS(1959), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [54957] = 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [54959] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1959), 1, + ACTIONS(1961), 1, aux_sym_source_file_token1, - ACTIONS(1961), 5, + ACTIONS(1963), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54971] = 3, + [54973] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1963), 1, + ACTIONS(1965), 1, aux_sym_source_file_token1, - ACTIONS(1965), 5, + ACTIONS(1967), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [54985] = 3, + [54987] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1645), 2, + ACTIONS(1677), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1647), 4, + ACTIONS(1679), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [54999] = 3, + [55001] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1967), 1, + ACTIONS(1969), 1, aux_sym_source_file_token1, - ACTIONS(1969), 5, + ACTIONS(1971), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55013] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(1661), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(1663), 4, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [55027] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1044), 1, - anon_sym_LBRACE, - ACTIONS(1705), 1, - anon_sym_DOT, - ACTIONS(1707), 1, - anon_sym_LBRACK, - ACTIONS(1971), 1, - anon_sym_LPAREN, - STATE(500), 1, - sym_parameter_list, - STATE(854), 1, - sym_type_arguments, - [55049] = 3, + [55015] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1673), 2, + ACTIONS(1701), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1675), 4, + ACTIONS(1703), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55063] = 3, + [55029] = 5, ACTIONS(291), 1, sym_comment, ACTIONS(1973), 1, aux_sym_source_file_token1, - ACTIONS(1975), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55077] = 3, - ACTIONS(291), 1, - sym_comment, ACTIONS(1977), 1, - aux_sym_source_file_token1, - ACTIONS(1979), 5, + anon_sym_PIPE, + STATE(945), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1975), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55091] = 3, + [55047] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1981), 1, + ACTIONS(1980), 1, aux_sym_source_file_token1, - ACTIONS(1983), 5, + ACTIONS(1982), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55105] = 3, + [55061] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1573), 2, + ACTIONS(1689), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1575), 4, + ACTIONS(1691), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55119] = 3, + [55075] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1981), 1, + ACTIONS(1984), 1, aux_sym_source_file_token1, - ACTIONS(1983), 5, + ACTIONS(1986), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55133] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1669), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PIPE, - [55145] = 3, + [55089] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1617), 2, + ACTIONS(1613), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1619), 4, + ACTIONS(1615), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55159] = 3, + [55103] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1621), 2, - ts_builtin_sym_end, + ACTIONS(1988), 1, aux_sym_source_file_token1, - ACTIONS(1623), 4, + ACTIONS(1990), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [55173] = 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [55117] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1985), 1, + ACTIONS(1992), 1, aux_sym_source_file_token1, - ACTIONS(1987), 5, + ACTIONS(1994), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55187] = 3, + [55131] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1989), 1, + ACTIONS(1996), 1, aux_sym_source_file_token1, - ACTIONS(1991), 5, + ACTIONS(1998), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55201] = 3, + [55145] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1993), 1, + ACTIONS(2000), 1, aux_sym_source_file_token1, - ACTIONS(1995), 5, + ACTIONS(2002), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55215] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, - anon_sym_case, - ACTIONS(1997), 1, - anon_sym_RBRACE, - STATE(985), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [55233] = 5, + [55159] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1079), 1, - anon_sym_LBRACE, - STATE(1128), 1, - sym_block, - ACTIONS(1999), 2, + ACTIONS(1621), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2001), 2, + ACTIONS(1623), 4, anon_sym_SEMI, anon_sym_NULL, - [55251] = 3, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55173] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2003), 1, + ACTIONS(2004), 1, aux_sym_source_file_token1, - ACTIONS(2005), 5, + ACTIONS(2006), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55265] = 3, + [55187] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1629), 2, + ACTIONS(1645), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1631), 4, + ACTIONS(1647), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55279] = 3, + [55201] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2007), 1, + ACTIONS(2008), 1, aux_sym_source_file_token1, - ACTIONS(2009), 5, + ACTIONS(2010), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55293] = 3, + [55215] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2011), 1, + ACTIONS(2012), 1, aux_sym_source_file_token1, - ACTIONS(2013), 5, + ACTIONS(2014), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55307] = 5, - ACTIONS(3), 1, + [55229] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, - anon_sym_case, - ACTIONS(2015), 1, + ACTIONS(2016), 1, + aux_sym_source_file_token1, + ACTIONS(2018), 5, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_RBRACE, - STATE(967), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [55325] = 3, + anon_sym_case, + anon_sym_default, + [55243] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2017), 1, + ACTIONS(2020), 1, aux_sym_source_file_token1, - ACTIONS(2019), 5, + ACTIONS(2022), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55339] = 3, + [55257] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2024), 1, + anon_sym_RBRACE, + ACTIONS(2026), 1, + anon_sym_case, + STATE(988), 3, + sym_default_case, + sym_communication_case, + aux_sym_select_statement_repeat1, + [55275] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2021), 1, + ACTIONS(2028), 1, aux_sym_source_file_token1, - ACTIONS(2023), 5, + ACTIONS(2030), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55353] = 5, + [55289] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, + ACTIONS(1890), 1, anon_sym_case, - ACTIONS(2025), 1, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2032), 1, anon_sym_RBRACE, - STATE(985), 3, + STATE(983), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [55371] = 3, + [55307] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1637), 2, + ACTIONS(1649), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1639), 4, + ACTIONS(1651), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55385] = 3, - ACTIONS(291), 1, + [55321] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2027), 1, - aux_sym_source_file_token1, - ACTIONS(2029), 5, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2034), 1, anon_sym_RBRACE, + ACTIONS(2036), 1, + anon_sym_case, + STATE(980), 3, + sym_default_case, + sym_type_case, + aux_sym_type_switch_statement_repeat1, + [55339] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1890), 1, anon_sym_case, + ACTIONS(1892), 1, anon_sym_default, - [55399] = 3, + ACTIONS(2038), 1, + anon_sym_RBRACE, + STATE(972), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [55357] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2031), 1, + ACTIONS(2040), 1, aux_sym_source_file_token1, - ACTIONS(2033), 5, + ACTIONS(2042), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55413] = 3, + [55371] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2035), 1, + ACTIONS(2044), 1, aux_sym_source_file_token1, - ACTIONS(2037), 5, + ACTIONS(2046), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55427] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(860), 1, - anon_sym_COLON, - ACTIONS(2039), 1, - anon_sym_COMMA, - STATE(972), 1, - aux_sym_expression_list_repeat1, - ACTIONS(858), 3, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_COLON_EQ, - [55445] = 3, + [55385] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1641), 2, - ts_builtin_sym_end, + ACTIONS(2048), 1, aux_sym_source_file_token1, - ACTIONS(1643), 4, + ACTIONS(2050), 5, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [55459] = 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [55399] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2042), 1, + ACTIONS(2008), 1, aux_sym_source_file_token1, - ACTIONS(1838), 5, + ACTIONS(2010), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55473] = 3, + [55413] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2044), 1, + ACTIONS(2052), 1, aux_sym_source_file_token1, - ACTIONS(2046), 5, + ACTIONS(2054), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55487] = 7, + [55427] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1044), 1, - anon_sym_LBRACE, - ACTIONS(1705), 1, - anon_sym_DOT, - ACTIONS(1707), 1, - anon_sym_LBRACK, - ACTIONS(2048), 1, - anon_sym_LPAREN, - STATE(454), 1, - sym_parameter_list, - STATE(854), 1, - sym_type_arguments, - [55509] = 5, - ACTIONS(291), 1, + ACTIONS(2056), 1, + anon_sym_RBRACE, + ACTIONS(2058), 1, + anon_sym_case, + ACTIONS(2061), 1, + anon_sym_default, + STATE(972), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [55445] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2050), 1, - aux_sym_source_file_token1, - ACTIONS(2054), 1, - anon_sym_PIPE, - STATE(923), 1, - aux_sym_type_elem_repeat1, - ACTIONS(2052), 3, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(1890), 1, + anon_sym_case, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2064), 1, anon_sym_RBRACE, - [55527] = 3, + STATE(1002), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [55463] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2056), 1, + ACTIONS(2066), 1, aux_sym_source_file_token1, - ACTIONS(2058), 5, + ACTIONS(2068), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55541] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1018), 1, - anon_sym_COMMA, - ACTIONS(1783), 1, - anon_sym_COLON, - STATE(972), 1, - aux_sym_expression_list_repeat1, - ACTIONS(1550), 3, - anon_sym_SEMI, - anon_sym_EQ, - anon_sym_COLON_EQ, - [55559] = 3, + [55477] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1649), 2, + ACTIONS(1036), 1, + anon_sym_LBRACE, + STATE(1059), 1, + sym_block, + ACTIONS(2070), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1651), 4, + ACTIONS(2072), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [55573] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1898), 1, - anon_sym_case, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(2060), 1, - anon_sym_RBRACE, - STATE(916), 3, - sym_default_case, - sym_communication_case, - aux_sym_select_statement_repeat1, - [55591] = 5, - ACTIONS(3), 1, + [55495] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(2062), 1, + ACTIONS(2074), 1, + aux_sym_source_file_token1, + ACTIONS(2076), 5, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_RBRACE, - ACTIONS(2064), 1, anon_sym_case, - STATE(993), 3, - sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, - [55609] = 3, + anon_sym_default, + [55509] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1653), 2, - ts_builtin_sym_end, + ACTIONS(1930), 1, aux_sym_source_file_token1, - ACTIONS(1655), 4, + ACTIONS(1948), 1, + anon_sym_PIPE, + STATE(935), 1, + aux_sym_type_elem_repeat1, + ACTIONS(2078), 3, anon_sym_SEMI, anon_sym_NULL, - anon_sym_LBRACK, - anon_sym_LBRACE, - [55623] = 3, + anon_sym_RBRACE, + [55527] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2066), 1, + ACTIONS(2080), 1, aux_sym_source_file_token1, - ACTIONS(2068), 5, + ACTIONS(2082), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55637] = 5, + [55541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2070), 1, - anon_sym_RBRACE, - ACTIONS(2072), 1, + ACTIONS(1890), 1, anon_sym_case, - ACTIONS(2075), 1, + ACTIONS(1892), 1, anon_sym_default, - STATE(985), 3, + ACTIONS(2084), 1, + anon_sym_RBRACE, + STATE(972), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [55655] = 5, + [55559] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1900), 1, + ACTIONS(1892), 1, anon_sym_default, - ACTIONS(1927), 1, + ACTIONS(2036), 1, anon_sym_case, - ACTIONS(2078), 1, + ACTIONS(2086), 1, anon_sym_RBRACE, - STATE(996), 3, - sym_expression_case, + STATE(1011), 3, sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [55673] = 3, + sym_type_case, + aux_sym_type_switch_statement_repeat1, + [55577] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2080), 1, + ACTIONS(2088), 1, aux_sym_source_file_token1, - ACTIONS(2082), 5, + ACTIONS(2090), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55687] = 5, + [55591] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, + ACTIONS(1076), 1, + anon_sym_LBRACE, + ACTIONS(1709), 1, + anon_sym_DOT, + ACTIONS(1711), 1, + anon_sym_LBRACK, + ACTIONS(2092), 1, + anon_sym_LPAREN, + STATE(454), 1, + sym_parameter_list, + STATE(848), 1, + sym_type_arguments, + [55613] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1890), 1, anon_sym_case, - ACTIONS(2084), 1, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2094), 1, anon_sym_RBRACE, - STATE(928), 3, + STATE(972), 3, sym_expression_case, sym_default_case, aux_sym_expression_switch_statement_repeat1, - [55705] = 3, + [55631] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1665), 2, + ACTIONS(1641), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1667), 4, + ACTIONS(1643), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55719] = 3, + [55645] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2086), 1, + ACTIONS(1685), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2088), 5, + ACTIONS(1687), 4, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55733] = 3, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55659] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2090), 1, + ACTIONS(2096), 1, aux_sym_source_file_token1, - ACTIONS(2092), 5, + ACTIONS(2098), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55747] = 3, + [55673] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1669), 2, + ACTIONS(1657), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1671), 4, + ACTIONS(1659), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55761] = 5, + [55687] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(2064), 1, - anon_sym_case, - ACTIONS(2094), 1, + ACTIONS(2100), 1, anon_sym_RBRACE, - STATE(931), 3, + ACTIONS(2102), 1, + anon_sym_case, + ACTIONS(2105), 1, + anon_sym_default, + STATE(988), 3, sym_default_case, - sym_type_case, - aux_sym_type_switch_statement_repeat1, - [55779] = 3, + sym_communication_case, + aux_sym_select_statement_repeat1, + [55705] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2096), 1, + ACTIONS(2108), 1, aux_sym_source_file_token1, - ACTIONS(2098), 5, + ACTIONS(2110), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55793] = 3, + [55719] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2100), 1, + ACTIONS(2112), 1, aux_sym_source_file_token1, - ACTIONS(2102), 5, + ACTIONS(2114), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55807] = 5, - ACTIONS(3), 1, + [55733] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1900), 1, - anon_sym_default, - ACTIONS(1927), 1, - anon_sym_case, - ACTIONS(2104), 1, - anon_sym_RBRACE, - STATE(985), 3, - sym_expression_case, - sym_default_case, - aux_sym_expression_switch_statement_repeat1, - [55825] = 3, + ACTIONS(1673), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1675), 4, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55747] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2106), 1, + ACTIONS(1605), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2108), 5, + ACTIONS(1607), 4, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [55839] = 5, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55761] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1693), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1695), 4, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2110), 1, - anon_sym_RBRACE, - ACTIONS(2112), 1, - anon_sym_case, - ACTIONS(2115), 1, + ACTIONS(1892), 1, anon_sym_default, - STATE(998), 3, + ACTIONS(2026), 1, + anon_sym_case, + ACTIONS(2116), 1, + anon_sym_RBRACE, + STATE(961), 3, sym_default_case, sym_communication_case, aux_sym_select_statement_repeat1, - [55857] = 3, + [55793] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1677), 2, + ACTIONS(1697), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1679), 4, + ACTIONS(1699), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55871] = 3, + [55807] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(1681), 2, @@ -53526,29 +53482,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55885] = 3, + [55821] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1681), 2, + ACTIONS(1569), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1683), 4, + ACTIONS(1571), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55899] = 3, + [55835] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1685), 2, + ACTIONS(1617), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(1687), 4, + ACTIONS(1619), 4, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_LBRACK, + anon_sym_LBRACE, + [55849] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1629), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PIPE, + [55861] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1637), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1639), 4, anon_sym_SEMI, anon_sym_NULL, anon_sym_LBRACK, anon_sym_LBRACE, - [55913] = 3, + [55875] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(2118), 1, @@ -53559,56 +53536,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55927] = 6, + [55889] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(1890), 1, + anon_sym_case, + ACTIONS(1892), 1, + anon_sym_default, ACTIONS(2122), 1, - anon_sym_LPAREN, - ACTIONS(2126), 1, + anon_sym_RBRACE, + STATE(972), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [55907] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1890), 1, + anon_sym_case, + ACTIONS(1892), 1, + anon_sym_default, + ACTIONS(2124), 1, + anon_sym_RBRACE, + STATE(979), 3, + sym_expression_case, + sym_default_case, + aux_sym_expression_switch_statement_repeat1, + [55925] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(1633), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(1635), 4, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_LBRACK, - ACTIONS(2128), 1, - anon_sym_PIPE, - STATE(1132), 1, - aux_sym_type_elem_repeat1, - ACTIONS(2124), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [55947] = 3, + anon_sym_LBRACE, + [55939] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2130), 1, + ACTIONS(2126), 1, aux_sym_source_file_token1, - ACTIONS(2132), 5, + ACTIONS(2128), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55961] = 3, + [55953] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2134), 1, + ACTIONS(2130), 1, aux_sym_source_file_token1, - ACTIONS(2136), 5, + ACTIONS(2132), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [55975] = 5, + [55967] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2054), 1, - anon_sym_PIPE, - ACTIONS(2124), 1, + ACTIONS(2134), 1, aux_sym_source_file_token1, - STATE(977), 1, - aux_sym_type_elem_repeat1, - ACTIONS(2138), 3, + ACTIONS(2136), 5, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [55993] = 3, + anon_sym_case, + anon_sym_default, + [55981] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1076), 1, + anon_sym_LBRACE, + ACTIONS(1709), 1, + anon_sym_DOT, + ACTIONS(1711), 1, + anon_sym_LBRACK, + ACTIONS(2138), 1, + anon_sym_LPAREN, + STATE(479), 1, + sym_parameter_list, + STATE(848), 1, + sym_type_arguments, + [56003] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(2140), 1, @@ -53619,7 +53632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [56007] = 3, + [56017] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(2144), 1, @@ -53630,28 +53643,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [56021] = 3, - ACTIONS(291), 1, + [56031] = 5, + ACTIONS(3), 1, sym_comment, ACTIONS(2148), 1, - aux_sym_source_file_token1, - ACTIONS(2150), 5, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [56035] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2152), 1, - aux_sym_source_file_token1, - ACTIONS(2154), 5, - anon_sym_SEMI, - anon_sym_NULL, anon_sym_RBRACE, + ACTIONS(2150), 1, anon_sym_case, + ACTIONS(2153), 1, anon_sym_default, + STATE(1011), 3, + sym_default_case, + sym_type_case, + aux_sym_type_switch_statement_repeat1, [56049] = 3, ACTIONS(291), 1, sym_comment, @@ -53721,2652 +53725,2652 @@ static const uint16_t ts_small_parse_table[] = { [56133] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1573), 1, + ACTIONS(1569), 1, anon_sym_LPAREN, - ACTIONS(1722), 1, + ACTIONS(1748), 1, anon_sym_LBRACK, ACTIONS(2180), 1, anon_sym_LBRACE, - STATE(305), 1, + STATE(261), 1, sym_literal_value, - STATE(862), 1, + STATE(845), 1, sym_type_arguments, [56152] = 5, - ACTIONS(3), 1, + ACTIONS(291), 1, sym_comment, ACTIONS(2182), 1, - sym_identifier, - ACTIONS(2185), 1, - anon_sym_RPAREN, - STATE(1019), 1, - aux_sym_type_declaration_repeat1, - STATE(1176), 2, - sym_type_alias, - sym_type_spec, + aux_sym_source_file_token1, + ACTIONS(2186), 1, + anon_sym_RBRACE, + STATE(1026), 1, + aux_sym_field_declaration_list_repeat1, + ACTIONS(2184), 2, + anon_sym_SEMI, + anon_sym_NULL, [56169] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2187), 1, + ACTIONS(2188), 1, aux_sym_source_file_token1, - ACTIONS(2191), 1, - anon_sym_RBRACE, - STATE(1028), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2189), 2, + ACTIONS(2192), 1, + anon_sym_RPAREN, + STATE(1043), 1, + aux_sym_import_spec_list_repeat1, + ACTIONS(2190), 2, anon_sym_SEMI, anon_sym_NULL, - [56186] = 5, + [56186] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + anon_sym_TILDE, + ACTIONS(2194), 1, + sym_identifier, + STATE(866), 1, + sym_qualified_type, + STATE(901), 1, + sym_generic_type, + STATE(1293), 1, + sym_negated_type, + [56205] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2193), 1, + ACTIONS(2196), 1, aux_sym_source_file_token1, - ACTIONS(2197), 1, + ACTIONS(2200), 1, anon_sym_RBRACE, - STATE(1047), 1, - aux_sym_field_declaration_list_repeat1, - ACTIONS(2195), 2, + STATE(1031), 1, + aux_sym_interface_type_repeat1, + ACTIONS(2198), 2, anon_sym_SEMI, anon_sym_NULL, - [56203] = 6, + [56222] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1057), 1, + ACTIONS(1085), 1, anon_sym_LBRACE, - ACTIONS(1573), 1, + ACTIONS(1569), 1, anon_sym_LPAREN, - ACTIONS(1722), 1, + ACTIONS(1748), 1, anon_sym_LBRACK, STATE(543), 1, sym_literal_value, - STATE(862), 1, + STATE(845), 1, sym_type_arguments, - [56222] = 5, + [56241] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2199), 1, + ACTIONS(1119), 1, + anon_sym_LBRACE, + ACTIONS(1894), 1, aux_sym_source_file_token1, - ACTIONS(2203), 1, - anon_sym_RBRACE, - STATE(1030), 1, - aux_sym_field_declaration_list_repeat1, - ACTIONS(2201), 2, + STATE(1173), 1, + sym_block, + ACTIONS(1896), 2, anon_sym_SEMI, anon_sym_NULL, - [56239] = 5, + [56258] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2205), 1, + ACTIONS(2202), 1, aux_sym_source_file_token1, - ACTIONS(2209), 1, - anon_sym_RBRACE, - STATE(1035), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2207), 2, + ACTIONS(2208), 1, + anon_sym_RPAREN, + STATE(1025), 1, + aux_sym_import_spec_list_repeat1, + ACTIONS(2205), 2, anon_sym_SEMI, anon_sym_NULL, - [56256] = 5, + [56275] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2211), 1, + ACTIONS(2210), 1, aux_sym_source_file_token1, - ACTIONS(2215), 1, + ACTIONS(2214), 1, anon_sym_RBRACE, - STATE(1040), 1, + STATE(1041), 1, aux_sym_field_declaration_list_repeat1, - ACTIONS(2213), 2, + ACTIONS(2212), 2, anon_sym_SEMI, anon_sym_NULL, - [56273] = 5, + [56292] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2217), 1, + ACTIONS(2216), 1, aux_sym_source_file_token1, - ACTIONS(2221), 1, + ACTIONS(2220), 1, anon_sym_RBRACE, - STATE(1020), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2219), 2, + STATE(1045), 1, + aux_sym_field_declaration_list_repeat1, + ACTIONS(2218), 2, anon_sym_SEMI, anon_sym_NULL, - [56290] = 5, + [56309] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2223), 1, + ACTIONS(2222), 1, aux_sym_source_file_token1, - ACTIONS(2227), 1, + ACTIONS(2226), 1, anon_sym_RBRACE, - STATE(1028), 1, + STATE(1047), 1, aux_sym_interface_type_repeat1, - ACTIONS(2225), 2, + ACTIONS(2224), 2, anon_sym_SEMI, anon_sym_NULL, - [56307] = 5, + [56326] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2229), 1, + ACTIONS(1119), 1, + anon_sym_LBRACE, + ACTIONS(1908), 1, aux_sym_source_file_token1, - ACTIONS(2235), 1, - anon_sym_RBRACE, - STATE(1028), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2232), 2, + STATE(1186), 1, + sym_block, + ACTIONS(1910), 2, anon_sym_SEMI, anon_sym_NULL, - [56324] = 5, + [56343] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2237), 1, + ACTIONS(2228), 1, aux_sym_source_file_token1, - ACTIONS(2241), 1, + ACTIONS(2232), 1, anon_sym_RPAREN, - STATE(1037), 1, + STATE(1042), 1, aux_sym_import_spec_list_repeat1, - ACTIONS(2239), 2, + ACTIONS(2230), 2, anon_sym_SEMI, anon_sym_NULL, - [56341] = 5, + [56360] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2243), 1, + ACTIONS(2234), 1, aux_sym_source_file_token1, - ACTIONS(2247), 1, + ACTIONS(2238), 1, anon_sym_RBRACE, - STATE(1036), 1, - aux_sym_field_declaration_list_repeat1, - ACTIONS(2245), 2, + STATE(1037), 1, + aux_sym_interface_type_repeat1, + ACTIONS(2236), 2, + anon_sym_SEMI, + anon_sym_NULL, + [56377] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2240), 1, + aux_sym_source_file_token1, + ACTIONS(2244), 1, + anon_sym_RBRACE, + STATE(1037), 1, + aux_sym_interface_type_repeat1, + ACTIONS(2242), 2, anon_sym_SEMI, anon_sym_NULL, - [56358] = 6, + [56394] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(840), 1, - anon_sym_LBRACE, - ACTIONS(1573), 1, + ACTIONS(1569), 1, anon_sym_LPAREN, - ACTIONS(1722), 1, + ACTIONS(1748), 1, anon_sym_LBRACK, - STATE(367), 1, + ACTIONS(2246), 1, + anon_sym_LBRACE, + STATE(499), 1, sym_literal_value, - STATE(862), 1, + STATE(845), 1, sym_type_arguments, - [56377] = 6, + [56413] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2248), 1, + aux_sym_source_file_token1, + ACTIONS(2252), 1, + anon_sym_RBRACE, + STATE(1032), 1, + aux_sym_interface_type_repeat1, + ACTIONS(2250), 2, + anon_sym_SEMI, + anon_sym_NULL, + [56430] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1573), 1, + ACTIONS(1569), 1, anon_sym_LPAREN, - ACTIONS(1722), 1, + ACTIONS(1748), 1, anon_sym_LBRACK, - ACTIONS(2249), 1, + ACTIONS(2254), 1, anon_sym_LBRACE, - STATE(254), 1, + STATE(304), 1, sym_literal_value, - STATE(862), 1, + STATE(845), 1, sym_type_arguments, - [56396] = 5, + [56449] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2251), 1, + ACTIONS(1119), 1, + anon_sym_LBRACE, + ACTIONS(2070), 1, aux_sym_source_file_token1, - ACTIONS(2255), 1, - anon_sym_RPAREN, + STATE(1141), 1, + sym_block, + ACTIONS(2072), 2, + anon_sym_SEMI, + anon_sym_NULL, + [56466] = 5, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2256), 1, + aux_sym_source_file_token1, + ACTIONS(2262), 1, + anon_sym_RBRACE, STATE(1037), 1, - aux_sym_import_spec_list_repeat1, - ACTIONS(2253), 2, + aux_sym_interface_type_repeat1, + ACTIONS(2259), 2, anon_sym_SEMI, anon_sym_NULL, - [56413] = 5, + [56483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2257), 1, + ACTIONS(2264), 1, sym_identifier, - ACTIONS(2259), 1, + ACTIONS(2266), 1, anon_sym_RPAREN, - STATE(1042), 1, + STATE(1044), 1, aux_sym_type_declaration_repeat1, - STATE(1176), 2, + STATE(1241), 2, sym_type_alias, sym_type_spec, - [56430] = 5, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2261), 1, - aux_sym_source_file_token1, - ACTIONS(2265), 1, - anon_sym_RBRACE, - STATE(1028), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2263), 2, - anon_sym_SEMI, - anon_sym_NULL, - [56447] = 5, + [56500] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2267), 1, + ACTIONS(2268), 1, aux_sym_source_file_token1, - ACTIONS(2273), 1, + ACTIONS(2272), 1, anon_sym_RBRACE, - STATE(1036), 1, + STATE(1049), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(2270), 2, anon_sym_SEMI, anon_sym_NULL, - [56464] = 5, + [56517] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2275), 1, + ACTIONS(1973), 1, aux_sym_source_file_token1, - ACTIONS(2281), 1, - anon_sym_RPAREN, - STATE(1037), 1, - aux_sym_import_spec_list_repeat1, - ACTIONS(2278), 2, + ACTIONS(1975), 4, anon_sym_SEMI, anon_sym_NULL, - [56481] = 5, + anon_sym_RBRACE, + anon_sym_PIPE, + [56530] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2274), 1, aux_sym_source_file_token1, - ACTIONS(2287), 1, + ACTIONS(2280), 1, anon_sym_RBRACE, - STATE(1027), 1, - aux_sym_interface_type_repeat1, - ACTIONS(2285), 2, + STATE(1041), 1, + aux_sym_field_declaration_list_repeat1, + ACTIONS(2277), 2, anon_sym_SEMI, anon_sym_NULL, - [56498] = 5, + [56547] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2289), 1, + ACTIONS(2282), 1, aux_sym_source_file_token1, - ACTIONS(2293), 1, + ACTIONS(2286), 1, anon_sym_RPAREN, - STATE(1029), 1, + STATE(1025), 1, aux_sym_import_spec_list_repeat1, - ACTIONS(2291), 2, + ACTIONS(2284), 2, anon_sym_SEMI, anon_sym_NULL, - [56515] = 5, + [56564] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2295), 1, + ACTIONS(2288), 1, aux_sym_source_file_token1, - ACTIONS(2299), 1, - anon_sym_RBRACE, - STATE(1036), 1, - aux_sym_field_declaration_list_repeat1, - ACTIONS(2297), 2, + ACTIONS(2292), 1, + anon_sym_RPAREN, + STATE(1025), 1, + aux_sym_import_spec_list_repeat1, + ACTIONS(2290), 2, anon_sym_SEMI, anon_sym_NULL, - [56532] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1573), 1, - anon_sym_LPAREN, - ACTIONS(1722), 1, - anon_sym_LBRACK, - ACTIONS(2301), 1, - anon_sym_LBRACE, - STATE(507), 1, - sym_literal_value, - STATE(862), 1, - sym_type_arguments, - [56551] = 5, + [56581] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2257), 1, + ACTIONS(2264), 1, sym_identifier, - ACTIONS(2303), 1, + ACTIONS(2294), 1, anon_sym_RPAREN, - STATE(1019), 1, + STATE(1048), 1, aux_sym_type_declaration_repeat1, - STATE(1176), 2, + STATE(1241), 2, sym_type_alias, sym_type_spec, - [56568] = 5, + [56598] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(2305), 1, + ACTIONS(2296), 1, aux_sym_source_file_token1, - ACTIONS(2309), 1, - anon_sym_RPAREN, - STATE(1033), 1, - aux_sym_import_spec_list_repeat1, - ACTIONS(2307), 2, + ACTIONS(2300), 1, + anon_sym_RBRACE, + STATE(1041), 1, + aux_sym_field_declaration_list_repeat1, + ACTIONS(2298), 2, anon_sym_SEMI, anon_sym_NULL, - [56585] = 5, - ACTIONS(291), 1, + [56615] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1129), 1, + ACTIONS(840), 1, anon_sym_LBRACE, - ACTIONS(1999), 1, - aux_sym_source_file_token1, - STATE(1234), 1, - sym_block, - ACTIONS(2001), 2, - anon_sym_SEMI, - anon_sym_NULL, - [56602] = 3, + ACTIONS(1569), 1, + anon_sym_LPAREN, + ACTIONS(1748), 1, + anon_sym_LBRACK, + STATE(347), 1, + sym_literal_value, + STATE(845), 1, + sym_type_arguments, + [56634] = 5, ACTIONS(291), 1, sym_comment, - ACTIONS(1906), 1, + ACTIONS(2302), 1, aux_sym_source_file_token1, - ACTIONS(1908), 4, + ACTIONS(2306), 1, + anon_sym_RBRACE, + STATE(1037), 1, + aux_sym_interface_type_repeat1, + ACTIONS(2304), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - anon_sym_PIPE, - [56615] = 6, + [56651] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - anon_sym_TILDE, - ACTIONS(2311), 1, + ACTIONS(2308), 1, sym_identifier, - STATE(869), 1, - sym_qualified_type, - STATE(907), 1, - sym_generic_type, - STATE(1257), 1, - sym_negated_type, - [56634] = 5, + ACTIONS(2311), 1, + anon_sym_RPAREN, + STATE(1048), 1, + aux_sym_type_declaration_repeat1, + STATE(1241), 2, + sym_type_alias, + sym_type_spec, + [56668] = 5, ACTIONS(291), 1, sym_comment, ACTIONS(2313), 1, aux_sym_source_file_token1, ACTIONS(2317), 1, anon_sym_RBRACE, - STATE(1036), 1, + STATE(1041), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(2315), 2, anon_sym_SEMI, anon_sym_NULL, - [56651] = 5, + [56685] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 1, + anon_sym_COMMA, + STATE(1050), 1, + aux_sym_type_case_repeat1, + ACTIONS(2322), 2, + anon_sym_RBRACK, + anon_sym_COLON, + [56699] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(1129), 1, - anon_sym_LBRACE, - ACTIONS(1892), 1, + ACTIONS(2324), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - STATE(1212), 1, - sym_block, - ACTIONS(1894), 2, + ACTIONS(2326), 2, anon_sym_SEMI, anon_sym_NULL, - [56668] = 5, - ACTIONS(291), 1, + [56711] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(1129), 1, + ACTIONS(33), 1, anon_sym_LBRACE, - ACTIONS(1888), 1, - aux_sym_source_file_token1, - STATE(1211), 1, + ACTIONS(2328), 1, + anon_sym_if, + STATE(1012), 2, sym_block, - ACTIONS(1890), 2, - anon_sym_SEMI, - anon_sym_NULL, - [56685] = 4, + sym_if_statement, + [56725] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2319), 1, + ACTIONS(2330), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56699] = 4, + [56739] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2323), 1, - anon_sym_DQUOTE2, - STATE(1116), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2325), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56713] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2327), 1, - anon_sym_COMMA, - ACTIONS(2329), 1, - anon_sym_RBRACE, - ACTIONS(2331), 1, - anon_sym_COLON, - STATE(1209), 1, - aux_sym_literal_value_repeat1, - [56729] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2333), 2, - ts_builtin_sym_end, + ACTIONS(2334), 1, aux_sym_source_file_token1, - ACTIONS(2335), 2, + ACTIONS(2336), 3, anon_sym_SEMI, anon_sym_NULL, - [56741] = 3, + anon_sym_RPAREN, + [56751] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2337), 2, + ACTIONS(647), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2339), 2, + ACTIONS(649), 2, anon_sym_SEMI, anon_sym_NULL, - [56753] = 3, + [56763] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2341), 1, + ACTIONS(2338), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2343), 3, + ACTIONS(2340), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - [56765] = 3, + [56775] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2341), 1, + ACTIONS(2342), 1, aux_sym_source_file_token1, - ACTIONS(2343), 3, + ACTIONS(2344), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [56777] = 3, + [56787] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2341), 1, + ACTIONS(2346), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2343), 3, + ACTIONS(2348), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - [56789] = 3, + [56799] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2341), 1, + ACTIONS(2350), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2343), 3, + ACTIONS(2352), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - [56801] = 3, - ACTIONS(291), 1, + [56811] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2345), 1, - aux_sym_source_file_token1, - ACTIONS(2347), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - [56813] = 3, + ACTIONS(2354), 1, + sym_identifier, + ACTIONS(2356), 1, + anon_sym_LPAREN, + STATE(1013), 2, + sym_var_spec, + sym_var_spec_list, + [56825] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2349), 2, + ACTIONS(2358), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2351), 2, + ACTIONS(2360), 2, anon_sym_SEMI, anon_sym_NULL, - [56825] = 5, + [56837] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2353), 1, + ACTIONS(33), 1, + anon_sym_LBRACE, + STATE(286), 1, + sym_block, + ACTIONS(1689), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + [56851] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2362), 1, sym_identifier, - ACTIONS(2355), 1, + ACTIONS(2365), 1, anon_sym_RPAREN, - STATE(1089), 1, + STATE(1063), 1, aux_sym_var_spec_list_repeat1, - STATE(1154), 1, + STATE(1211), 1, sym_var_spec, - [56841] = 4, + [56867] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(2357), 1, - anon_sym_if, - STATE(969), 2, - sym_block, - sym_if_statement, - [56855] = 3, - ACTIONS(291), 1, + ACTIONS(2367), 1, + anon_sym_COMMA, + ACTIONS(2369), 1, + anon_sym_RBRACE, + ACTIONS(2371), 1, + anon_sym_COLON, + STATE(1200), 1, + aux_sym_literal_value_repeat1, + [56883] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(651), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(653), 2, - anon_sym_SEMI, - anon_sym_NULL, - [56867] = 3, + ACTIONS(840), 1, + anon_sym_LBRACE, + STATE(347), 1, + sym_literal_value, + ACTIONS(1569), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + [56897] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2359), 2, + ACTIONS(2373), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2361), 2, + ACTIONS(2375), 2, anon_sym_SEMI, anon_sym_NULL, - [56879] = 3, + [56909] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2363), 2, + ACTIONS(2377), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2365), 2, + ACTIONS(2379), 2, anon_sym_SEMI, anon_sym_NULL, - [56891] = 3, + [56921] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2367), 2, - ts_builtin_sym_end, + ACTIONS(2381), 1, aux_sym_source_file_token1, - ACTIONS(2369), 2, + ACTIONS(2383), 3, anon_sym_SEMI, anon_sym_NULL, - [56903] = 4, + anon_sym_RBRACE, + [56933] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2371), 1, + ACTIONS(2385), 1, anon_sym_DQUOTE2, - STATE(1071), 1, + STATE(1053), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2373), 2, + ACTIONS(2387), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [56917] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2301), 1, - anon_sym_LBRACE, - STATE(507), 1, - sym_literal_value, - ACTIONS(1573), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - [56931] = 3, + [56947] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2375), 2, - ts_builtin_sym_end, + ACTIONS(2389), 1, aux_sym_source_file_token1, - ACTIONS(2377), 2, + ACTIONS(2391), 3, anon_sym_SEMI, anon_sym_NULL, - [56943] = 4, - ACTIONS(75), 1, - ts_builtin_sym_end, + anon_sym_RBRACE, + [56959] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2393), 1, aux_sym_source_file_token1, - ACTIONS(2381), 2, + ACTIONS(2395), 3, anon_sym_SEMI, anon_sym_NULL, - [56957] = 4, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2383), 1, - anon_sym_DQUOTE2, - STATE(1080), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [56971] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1345), 1, - anon_sym_LBRACE, - STATE(468), 1, - sym_block, - ACTIONS(1701), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - [56985] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2331), 1, - anon_sym_COLON, - ACTIONS(2385), 1, - anon_sym_COMMA, - ACTIONS(2387), 1, anon_sym_RBRACE, - STATE(1144), 1, - aux_sym_literal_value_repeat1, - [57001] = 3, + [56971] = 3, ACTIONS(291), 1, sym_comment, ACTIONS(2389), 1, aux_sym_source_file_token1, - ACTIONS(2235), 3, + ACTIONS(2391), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [57013] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2353), 1, - sym_identifier, - ACTIONS(2391), 1, - anon_sym_RPAREN, - STATE(1061), 1, - aux_sym_var_spec_list_repeat1, - STATE(1154), 1, - sym_var_spec, - [57029] = 3, + [56983] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2393), 2, - ts_builtin_sym_end, + ACTIONS(2397), 1, aux_sym_source_file_token1, - ACTIONS(2395), 2, + ACTIONS(2399), 3, anon_sym_SEMI, anon_sym_NULL, - [57041] = 3, + anon_sym_RBRACE, + [56995] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2397), 1, + ACTIONS(2401), 1, aux_sym_source_file_token1, - ACTIONS(2399), 3, + ACTIONS(2280), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [57053] = 4, + [57007] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2401), 1, - anon_sym_DQUOTE2, - STATE(1098), 1, - aux_sym_interpreted_string_literal_repeat1, ACTIONS(2403), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [57067] = 3, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(2405), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57019] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2405), 1, + ACTIONS(2389), 1, aux_sym_source_file_token1, - ACTIONS(2407), 3, + ACTIONS(2391), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RBRACE, - [57079] = 4, + [57031] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2409), 1, - anon_sym_DQUOTE2, - STATE(1080), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2411), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [57093] = 3, + ACTIONS(2407), 1, + aux_sym_source_file_token1, + ACTIONS(2409), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + [57043] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2414), 2, + ACTIONS(2411), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2416), 2, + ACTIONS(2413), 2, anon_sym_SEMI, anon_sym_NULL, - [57105] = 3, + [57055] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2418), 1, + ACTIONS(2415), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2420), 3, + ACTIONS(2417), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - [57117] = 4, - ACTIONS(291), 1, + [57067] = 5, + ACTIONS(3), 1, sym_comment, + ACTIONS(2419), 1, + sym_identifier, ACTIONS(2422), 1, - anon_sym_DQUOTE2, - STATE(1050), 1, - aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2424), 2, - sym__interpreted_string_literal_basic_content, - sym_escape_sequence, - [57131] = 4, + anon_sym_RPAREN, + STATE(1080), 1, + aux_sym_const_declaration_repeat1, + STATE(1206), 1, + sym_const_spec, + [57083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2180), 1, + ACTIONS(1269), 1, anon_sym_LBRACE, - STATE(305), 1, - sym_literal_value, - ACTIONS(1573), 2, + STATE(366), 1, + sym_block, + ACTIONS(1689), 2, anon_sym_LPAREN, anon_sym_LBRACK, - [57145] = 3, - ACTIONS(291), 1, + [57097] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2426), 1, - aux_sym_source_file_token1, - ACTIONS(2273), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - [57157] = 4, + ACTIONS(2354), 1, + sym_identifier, + ACTIONS(2424), 1, + anon_sym_RPAREN, + STATE(1063), 1, + aux_sym_var_spec_list_repeat1, + STATE(1211), 1, + sym_var_spec, + [57113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1271), 1, - anon_sym_LBRACE, - STATE(317), 1, - sym_block, - ACTIONS(1701), 2, + ACTIONS(2264), 1, + sym_identifier, + ACTIONS(2426), 1, anon_sym_LPAREN, - anon_sym_LBRACK, - [57171] = 5, + STATE(955), 2, + sym_type_alias, + sym_type_spec, + [57127] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2331), 1, - anon_sym_COLON, ACTIONS(2428), 1, + anon_sym_PIPE, + STATE(1084), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1973), 2, anon_sym_COMMA, - ACTIONS(2430), 1, + anon_sym_RBRACK, + [57141] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2431), 1, + aux_sym_source_file_token1, + ACTIONS(2433), 3, + anon_sym_SEMI, + anon_sym_NULL, anon_sym_RBRACE, - STATE(1166), 1, - aux_sym_literal_value_repeat1, - [57187] = 5, - ACTIONS(3), 1, + [57153] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1971), 1, - anon_sym_LPAREN, - ACTIONS(2432), 1, - anon_sym_LBRACK, - STATE(493), 1, - sym_parameter_list, - STATE(1260), 1, - sym_type_parameter_list, - [57203] = 5, + ACTIONS(2435), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(2437), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57165] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2434), 1, + ACTIONS(2439), 1, sym_identifier, - ACTIONS(2437), 1, + ACTIONS(2441), 1, anon_sym_RPAREN, - STATE(1089), 1, - aux_sym_var_spec_list_repeat1, - STATE(1154), 1, - sym_var_spec, - [57219] = 4, - ACTIONS(3), 1, + STATE(1080), 1, + aux_sym_const_declaration_repeat1, + STATE(1206), 1, + sym_const_spec, + [57181] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - STATE(257), 1, - sym_block, - ACTIONS(1701), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - [57233] = 3, + ACTIONS(2443), 1, + aux_sym_source_file_token1, + ACTIONS(2262), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RBRACE, + [57193] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2439), 1, + ACTIONS(2445), 1, aux_sym_source_file_token1, - ACTIONS(2441), 3, + ACTIONS(2447), 3, anon_sym_SEMI, anon_sym_NULL, anon_sym_RPAREN, - [57245] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2443), 1, - anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - ACTIONS(2446), 2, - anon_sym_RBRACK, - anon_sym_COLON, - [57259] = 5, + [57205] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2448), 1, + ACTIONS(2439), 1, sym_identifier, - ACTIONS(2451), 1, + ACTIONS(2449), 1, anon_sym_RPAREN, - STATE(1093), 1, + STATE(1087), 1, aux_sym_const_declaration_repeat1, - STATE(1175), 1, + STATE(1206), 1, sym_const_spec, - [57275] = 4, + [57221] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1934), 1, + anon_sym_PIPE, + STATE(1108), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1930), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [57235] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2379), 1, - aux_sym_source_file_token1, - ACTIONS(2453), 1, + ACTIONS(2451), 2, ts_builtin_sym_end, - ACTIONS(2381), 2, + aux_sym_source_file_token1, + ACTIONS(2453), 2, anon_sym_SEMI, anon_sym_NULL, - [57289] = 4, - ACTIONS(291), 1, + [57247] = 5, + ACTIONS(3), 1, sym_comment, + ACTIONS(2371), 1, + anon_sym_COLON, ACTIONS(2455), 1, + anon_sym_COMMA, + ACTIONS(2457), 1, + anon_sym_RBRACE, + STATE(1207), 1, + aux_sym_literal_value_repeat1, + [57263] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1363), 1, + anon_sym_LBRACE, + STATE(306), 1, + sym_block, + ACTIONS(1689), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + [57277] = 4, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2459), 1, anon_sym_DQUOTE2, - STATE(1097), 1, + STATE(1114), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2457), 2, + ACTIONS(2461), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57303] = 4, + [57291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(840), 1, + ACTIONS(2246), 1, anon_sym_LBRACE, - STATE(367), 1, + STATE(499), 1, sym_literal_value, - ACTIONS(1573), 2, + ACTIONS(1569), 2, anon_sym_LPAREN, anon_sym_LBRACK, - [57317] = 4, + [57305] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym_LBRACE, + ACTIONS(2328), 1, + anon_sym_if, + STATE(913), 2, + sym_block, + sym_if_statement, + [57319] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2459), 1, + ACTIONS(2463), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2465), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57331] = 4, + [57333] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(2468), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57345] = 4, - ACTIONS(3), 1, + [57347] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1281), 1, - anon_sym_LBRACE, - STATE(378), 1, - sym_block, - ACTIONS(1701), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - [57359] = 5, + ACTIONS(2445), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(2447), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57359] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(661), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(663), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57371] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2331), 1, + ACTIONS(2371), 1, anon_sym_COLON, - ACTIONS(2463), 1, + ACTIONS(2470), 1, anon_sym_COMMA, - ACTIONS(2465), 1, + ACTIONS(2472), 1, anon_sym_RBRACE, - STATE(1182), 1, + STATE(1233), 1, aux_sym_literal_value_repeat1, - [57375] = 5, + [57387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2467), 1, - sym_identifier, - ACTIONS(2469), 1, - anon_sym_RPAREN, - STATE(1093), 1, - aux_sym_const_declaration_repeat1, - STATE(1175), 1, - sym_const_spec, - [57391] = 3, + ACTIONS(2371), 1, + anon_sym_COLON, + ACTIONS(2474), 1, + anon_sym_COMMA, + ACTIONS(2476), 1, + anon_sym_RBRACE, + STATE(1164), 1, + aux_sym_literal_value_repeat1, + [57403] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(661), 2, + ACTIONS(657), 2, ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(663), 2, + ACTIONS(659), 2, anon_sym_SEMI, anon_sym_NULL, - [57403] = 5, + [57415] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2048), 1, + ACTIONS(2371), 1, + anon_sym_COLON, + ACTIONS(2478), 1, + anon_sym_COMMA, + ACTIONS(2480), 1, + anon_sym_RBRACE, + STATE(1220), 1, + aux_sym_literal_value_repeat1, + [57431] = 4, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2482), 1, + anon_sym_DQUOTE2, + STATE(1126), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2484), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [57445] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2346), 1, + aux_sym_source_file_token1, + ACTIONS(2348), 3, + anon_sym_SEMI, + anon_sym_NULL, + anon_sym_RPAREN, + [57457] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1934), 1, + anon_sym_PIPE, + STATE(1084), 1, + aux_sym_type_elem_repeat1, + ACTIONS(1944), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [57471] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1287), 1, + anon_sym_LBRACE, + STATE(567), 1, + sym_block, + ACTIONS(1689), 2, anon_sym_LPAREN, - ACTIONS(2432), 1, anon_sym_LBRACK, - STATE(455), 1, - sym_parameter_list, - STATE(1252), 1, - sym_type_parameter_list, - [57419] = 4, + [57485] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2486), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(2488), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2249), 1, + ACTIONS(2254), 1, anon_sym_LBRACE, - STATE(254), 1, + STATE(304), 1, sym_literal_value, - ACTIONS(1573), 2, + ACTIONS(1569), 2, anon_sym_LPAREN, anon_sym_LBRACK, - [57433] = 4, - ACTIONS(3), 1, + [57511] = 4, + ACTIONS(291), 1, sym_comment, - ACTIONS(2353), 1, - sym_identifier, - ACTIONS(2471), 1, - anon_sym_LPAREN, - STATE(975), 2, - sym_var_spec, - sym_var_spec_list, - [57447] = 5, - ACTIONS(3), 1, + ACTIONS(2490), 1, + anon_sym_DQUOTE2, + STATE(1099), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2492), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [57525] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(2467), 1, - sym_identifier, - ACTIONS(2473), 1, - anon_sym_RPAREN, - STATE(1101), 1, - aux_sym_const_declaration_repeat1, - STATE(1175), 1, - sym_const_spec, - [57463] = 4, + ACTIONS(2334), 2, + ts_builtin_sym_end, + aux_sym_source_file_token1, + ACTIONS(2336), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57537] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2475), 1, + ACTIONS(2494), 1, anon_sym_DQUOTE2, - STATE(1111), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2477), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57477] = 4, + [57551] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1057), 1, - anon_sym_LBRACE, - STATE(543), 1, - sym_literal_value, - ACTIONS(1573), 2, - anon_sym_LPAREN, - anon_sym_LBRACK, - [57491] = 3, + ACTIONS(2354), 1, + sym_identifier, + ACTIONS(2496), 1, + anon_sym_RPAREN, + STATE(1082), 1, + aux_sym_var_spec_list_repeat1, + STATE(1211), 1, + sym_var_spec, + [57567] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(647), 2, + ACTIONS(2498), 1, ts_builtin_sym_end, + ACTIONS(2500), 1, aux_sym_source_file_token1, - ACTIONS(649), 2, + ACTIONS(2502), 2, anon_sym_SEMI, anon_sym_NULL, - [57503] = 3, + [57581] = 4, + ACTIONS(75), 1, + ts_builtin_sym_end, ACTIONS(291), 1, sym_comment, - ACTIONS(2349), 1, + ACTIONS(2500), 1, aux_sym_source_file_token1, - ACTIONS(2351), 3, + ACTIONS(2502), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RPAREN, - [57515] = 4, + [57595] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2479), 1, + ACTIONS(2504), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57529] = 3, + [57609] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2375), 1, + ACTIONS(2506), 1, + anon_sym_DQUOTE2, + STATE(1123), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2508), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [57623] = 4, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2510), 1, + anon_sym_DQUOTE2, + STATE(1131), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2512), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [57637] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(651), 2, + ts_builtin_sym_end, aux_sym_source_file_token1, - ACTIONS(2377), 3, + ACTIONS(653), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RPAREN, - [57541] = 4, + [57649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1347), 1, + ACTIONS(1335), 1, anon_sym_LBRACE, - STATE(567), 1, + STATE(497), 1, sym_block, - ACTIONS(1701), 2, + ACTIONS(1689), 2, anon_sym_LPAREN, anon_sym_LBRACK, - [57555] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2331), 1, - anon_sym_COLON, - ACTIONS(2481), 1, - anon_sym_COMMA, - ACTIONS(2483), 1, - anon_sym_RBRACE, - STATE(1201), 1, - aux_sym_literal_value_repeat1, - [57571] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2485), 1, - aux_sym_source_file_token1, - ACTIONS(2487), 3, - anon_sym_SEMI, - anon_sym_NULL, - anon_sym_RBRACE, - [57583] = 4, + [57663] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2489), 1, + ACTIONS(2514), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57597] = 4, + [57677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2128), 1, - anon_sym_PIPE, - STATE(1132), 1, - aux_sym_type_elem_repeat1, - ACTIONS(2124), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57611] = 4, + ACTIONS(2138), 1, + anon_sym_LPAREN, + ACTIONS(2516), 1, + anon_sym_LBRACK, + STATE(502), 1, + sym_parameter_list, + STATE(1302), 1, + sym_type_parameter_list, + [57693] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2180), 1, + anon_sym_LBRACE, + STATE(261), 1, + sym_literal_value, + ACTIONS(1569), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + [57707] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2491), 1, + ACTIONS(2518), 1, anon_sym_DQUOTE2, - STATE(1119), 1, + STATE(1098), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2493), 2, + ACTIONS(2332), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57625] = 4, + [57721] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2495), 1, + ACTIONS(2520), 1, anon_sym_DQUOTE2, - STATE(1080), 1, + STATE(1118), 1, aux_sym_interpreted_string_literal_repeat1, - ACTIONS(2321), 2, + ACTIONS(2522), 2, sym__interpreted_string_literal_basic_content, sym_escape_sequence, - [57639] = 5, + [57735] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2092), 1, + anon_sym_LPAREN, + ACTIONS(2516), 1, + anon_sym_LBRACK, + STATE(450), 1, + sym_parameter_list, + STATE(1315), 1, + sym_type_parameter_list, + [57751] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2331), 1, + ACTIONS(2371), 1, anon_sym_COLON, - ACTIONS(2497), 1, + ACTIONS(2524), 1, anon_sym_COMMA, - ACTIONS(2499), 1, + ACTIONS(2526), 1, anon_sym_RBRACE, - STATE(1173), 1, + STATE(1148), 1, aux_sym_literal_value_repeat1, - [57655] = 3, - ACTIONS(291), 1, + [57767] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(655), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(657), 2, - anon_sym_SEMI, - anon_sym_NULL, - [57667] = 3, + ACTIONS(1085), 1, + anon_sym_LBRACE, + STATE(543), 1, + sym_literal_value, + ACTIONS(1569), 2, + anon_sym_LPAREN, + anon_sym_LBRACK, + [57781] = 4, ACTIONS(291), 1, sym_comment, - ACTIONS(2501), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(2503), 2, - anon_sym_SEMI, - anon_sym_NULL, - [57679] = 3, + ACTIONS(2528), 1, + anon_sym_DQUOTE2, + STATE(1098), 1, + aux_sym_interpreted_string_literal_repeat1, + ACTIONS(2332), 2, + sym__interpreted_string_literal_basic_content, + sym_escape_sequence, + [57795] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2505), 2, - ts_builtin_sym_end, + ACTIONS(2389), 1, aux_sym_source_file_token1, - ACTIONS(2507), 2, + ACTIONS(2391), 3, anon_sym_SEMI, anon_sym_NULL, - [57691] = 3, + anon_sym_RBRACE, + [57807] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2509), 2, - ts_builtin_sym_end, + ACTIONS(2530), 1, aux_sym_source_file_token1, - ACTIONS(2511), 2, + ACTIONS(2208), 3, anon_sym_SEMI, anon_sym_NULL, - [57703] = 3, - ACTIONS(291), 1, + anon_sym_RPAREN, + [57819] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2513), 1, - aux_sym_source_file_token1, - ACTIONS(2281), 3, - anon_sym_SEMI, - anon_sym_NULL, + ACTIONS(395), 1, anon_sym_RPAREN, - [57715] = 3, - ACTIONS(291), 1, + ACTIONS(2532), 1, + anon_sym_COMMA, + STATE(1170), 1, + aux_sym_argument_list_repeat1, + [57832] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(2515), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(2517), 2, - anon_sym_SEMI, - anon_sym_NULL, - [57727] = 4, + ACTIONS(2534), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [57841] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2519), 1, - anon_sym_PIPE, - STATE(1127), 1, - aux_sym_type_elem_repeat1, - ACTIONS(1906), 2, + ACTIONS(2536), 1, anon_sym_COMMA, + ACTIONS(2538), 1, anon_sym_RBRACK, - [57741] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2522), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(2524), 2, - anon_sym_SEMI, - anon_sym_NULL, - [57753] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2439), 2, - ts_builtin_sym_end, - aux_sym_source_file_token1, - ACTIONS(2441), 2, - anon_sym_SEMI, - anon_sym_NULL, - [57765] = 3, + STATE(1151), 1, + aux_sym_type_case_repeat1, + [57854] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(2373), 1, aux_sym_source_file_token1, - ACTIONS(2528), 3, + ACTIONS(2375), 2, anon_sym_SEMI, anon_sym_NULL, - anon_sym_RBRACE, - [57777] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2257), 1, - sym_identifier, - ACTIONS(2530), 1, - anon_sym_LPAREN, - STATE(1014), 2, - sym_type_alias, - sym_type_spec, - [57791] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2128), 1, - anon_sym_PIPE, - STATE(1127), 1, - aux_sym_type_elem_repeat1, - ACTIONS(2050), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57805] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym_LBRACE, - ACTIONS(2357), 1, - anon_sym_if, - STATE(926), 2, - sym_block, - sym_if_statement, - [57819] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2532), 1, - anon_sym_COMMA, - ACTIONS(2534), 1, - anon_sym_COLON, - STATE(1183), 1, - aux_sym_type_case_repeat1, - [57832] = 4, + [57865] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1201), 1, + ACTIONS(1133), 1, anon_sym_RPAREN, - ACTIONS(1203), 1, + ACTIONS(1135), 1, anon_sym_COMMA, - STATE(1146), 1, + STATE(1154), 1, aux_sym_argument_list_repeat1, - [57845] = 4, + [57878] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1131), 1, + ACTIONS(974), 1, + anon_sym_LPAREN, + ACTIONS(2540), 1, + sym_identifier, + STATE(629), 1, + sym_parameter_list, + [57891] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1163), 1, anon_sym_RPAREN, - ACTIONS(2536), 1, + ACTIONS(2542), 1, anon_sym_COMMA, - STATE(1239), 1, + STATE(1222), 1, aux_sym_parameter_list_repeat1, - [57858] = 3, + [57904] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2509), 1, + ACTIONS(2350), 1, aux_sym_source_file_token1, - ACTIONS(2511), 2, + ACTIONS(2352), 2, anon_sym_SEMI, anon_sym_NULL, - [57869] = 4, - ACTIONS(3), 1, + [57915] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_RPAREN, - ACTIONS(2538), 1, - anon_sym_COMMA, - STATE(1239), 1, - aux_sym_parameter_list_repeat1, - [57882] = 2, + ACTIONS(2338), 1, + aux_sym_source_file_token1, + ACTIONS(2340), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57926] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2446), 3, + ACTIONS(2544), 1, anon_sym_COMMA, + ACTIONS(2547), 1, anon_sym_RBRACK, - anon_sym_COLON, - [57891] = 4, + STATE(1143), 1, + aux_sym_type_arguments_repeat1, + [57939] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(503), 1, + ACTIONS(507), 1, anon_sym_RPAREN, - ACTIONS(2540), 1, + ACTIONS(2549), 1, anon_sym_COMMA, - STATE(1226), 1, + STATE(1219), 1, aux_sym_expression_list_repeat1, - [57904] = 4, - ACTIONS(3), 1, + [57952] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(531), 1, - anon_sym_RPAREN, - ACTIONS(2542), 1, - anon_sym_COMMA, - STATE(1226), 1, - aux_sym_expression_list_repeat1, - [57917] = 4, + ACTIONS(2324), 1, + aux_sym_source_file_token1, + ACTIONS(2326), 2, + anon_sym_SEMI, + anon_sym_NULL, + [57963] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1303), 1, + ACTIONS(1347), 1, anon_sym_RBRACK, - ACTIONS(2544), 1, + ACTIONS(2551), 1, anon_sym_COMMA, - STATE(1170), 1, + STATE(1143), 1, aux_sym_type_arguments_repeat1, - [57930] = 4, + [57976] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2546), 1, - anon_sym_RPAREN, - ACTIONS(2548), 1, - anon_sym_COMMA, - STATE(1138), 1, - aux_sym_parameter_list_repeat1, - [57943] = 4, + ACTIONS(1746), 1, + anon_sym_DQUOTE, + ACTIONS(2553), 1, + sym_raw_string_literal, + STATE(1100), 1, + sym_interpreted_string_literal, + [57989] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(343), 1, + ACTIONS(341), 1, anon_sym_RBRACE, - ACTIONS(2550), 1, + ACTIONS(2555), 1, anon_sym_COMMA, - STATE(1215), 1, + STATE(1158), 1, aux_sym_literal_value_repeat1, - [57956] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(419), 1, - anon_sym_RPAREN, - ACTIONS(2552), 1, - anon_sym_COMMA, - STATE(1186), 1, - aux_sym_argument_list_repeat1, - [57969] = 4, + [58002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(427), 1, - anon_sym_RPAREN, - ACTIONS(2554), 1, + ACTIONS(2557), 1, anon_sym_COMMA, - STATE(1186), 1, - aux_sym_argument_list_repeat1, - [57982] = 2, + ACTIONS(2559), 1, + anon_sym_RBRACK, + STATE(1217), 1, + aux_sym_type_parameter_list_repeat1, + [58015] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2556), 3, + ACTIONS(2561), 3, anon_sym_RBRACE, anon_sym_case, anon_sym_default, - [57991] = 2, + [58024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2558), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [58000] = 4, + ACTIONS(1401), 1, + anon_sym_RBRACK, + ACTIONS(2563), 1, + anon_sym_COMMA, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [58037] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(2560), 1, - sym_raw_string_literal, - STATE(1110), 1, - sym_interpreted_string_literal, - [58013] = 4, + ACTIONS(2524), 1, + anon_sym_COMMA, + ACTIONS(2526), 1, + anon_sym_RBRACE, + STATE(1148), 1, + aux_sym_literal_value_repeat1, + [58050] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(2565), 1, anon_sym_COMMA, - ACTIONS(2564), 1, + ACTIONS(2567), 1, anon_sym_RBRACK, - STATE(1205), 1, + STATE(1146), 1, aux_sym_type_arguments_repeat1, - [58026] = 4, + [58063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(71), 1, - anon_sym_DQUOTE, - ACTIONS(2566), 1, - sym_raw_string_literal, - STATE(1112), 1, - sym_interpreted_string_literal, - [58039] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2568), 1, + ACTIONS(415), 1, + anon_sym_RPAREN, + ACTIONS(2569), 1, anon_sym_COMMA, - ACTIONS(2570), 1, - anon_sym_RBRACK, - STATE(1214), 1, - aux_sym_type_case_repeat1, - [58052] = 4, + STATE(1170), 1, + aux_sym_argument_list_repeat1, + [58076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2572), 1, - sym_identifier, - ACTIONS(2574), 1, - anon_sym_RBRACK, - STATE(1278), 1, - sym_type_parameter_declaration, - [58065] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2576), 1, - aux_sym_source_file_token1, - ACTIONS(2578), 2, - anon_sym_SEMI, - anon_sym_NULL, - [58076] = 4, + ACTIONS(2371), 1, + anon_sym_COLON, + ACTIONS(2571), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [58087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2580), 1, + ACTIONS(2573), 1, + anon_sym_RPAREN, + ACTIONS(2575), 1, anon_sym_COMMA, - ACTIONS(2582), 1, - anon_sym_RBRACK, - STATE(1164), 1, - aux_sym_type_parameter_list_repeat1, - [58089] = 2, + STATE(1144), 1, + aux_sym_expression_list_repeat1, + [58100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(209), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [58098] = 2, + ACTIONS(2577), 1, + anon_sym_COMMA, + ACTIONS(2579), 1, + anon_sym_COLON, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [58113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2584), 3, + ACTIONS(2571), 1, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [58107] = 4, - ACTIONS(3), 1, + ACTIONS(2581), 1, + anon_sym_COMMA, + STATE(1158), 1, + aux_sym_literal_value_repeat1, + [58126] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(2572), 1, - sym_identifier, - ACTIONS(2582), 1, - anon_sym_RBRACK, - STATE(1278), 1, - sym_type_parameter_declaration, - [58120] = 4, + ACTIONS(2500), 1, + aux_sym_source_file_token1, + ACTIONS(2502), 2, + anon_sym_SEMI, + anon_sym_NULL, + [58137] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2586), 1, + ACTIONS(2322), 3, anon_sym_COMMA, - ACTIONS(2588), 1, anon_sym_RBRACK, - STATE(1155), 1, - aux_sym_type_parameter_list_repeat1, - [58133] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 1, - anon_sym_RPAREN, - ACTIONS(2592), 1, - anon_sym_COMMA, - STATE(1165), 1, - aux_sym_expression_list_repeat1, + anon_sym_COLON, [58146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2428), 1, + ACTIONS(1465), 1, + anon_sym_RBRACK, + ACTIONS(2584), 1, anon_sym_COMMA, - ACTIONS(2430), 1, - anon_sym_RBRACE, - STATE(1166), 1, - aux_sym_literal_value_repeat1, + STATE(1050), 1, + aux_sym_type_case_repeat1, [58159] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, + ACTIONS(858), 1, + anon_sym_LBRACE, + ACTIONS(2586), 1, anon_sym_COMMA, - ACTIONS(2596), 1, - anon_sym_RBRACK, - STATE(1167), 1, - aux_sym_type_case_repeat1, + STATE(1162), 1, + aux_sym_expression_list_repeat1, [58172] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1191), 1, - anon_sym_RPAREN, - ACTIONS(1193), 1, - anon_sym_COMMA, - STATE(1168), 1, - aux_sym_argument_list_repeat1, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(2589), 1, + sym_raw_string_literal, + STATE(1089), 1, + sym_interpreted_string_literal, [58185] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2598), 1, + ACTIONS(357), 1, + anon_sym_RBRACE, + ACTIONS(2591), 1, anon_sym_COMMA, - ACTIONS(2601), 1, - anon_sym_RBRACK, - STATE(1164), 1, - aux_sym_type_parameter_list_repeat1, + STATE(1158), 1, + aux_sym_literal_value_repeat1, [58198] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, - anon_sym_RPAREN, - ACTIONS(2603), 1, + ACTIONS(1239), 1, anon_sym_COMMA, - STATE(1226), 1, + ACTIONS(1553), 1, + anon_sym_LBRACE, + STATE(1162), 1, aux_sym_expression_list_repeat1, [58211] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(347), 1, - anon_sym_RBRACE, - ACTIONS(2605), 1, - anon_sym_COMMA, - STATE(1215), 1, - aux_sym_literal_value_repeat1, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(2593), 1, + sym_raw_string_literal, + STATE(1054), 1, + sym_interpreted_string_literal, [58224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1441), 1, + ACTIONS(1273), 1, anon_sym_RBRACK, - ACTIONS(2607), 1, + ACTIONS(2595), 1, anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, + STATE(1143), 1, + aux_sym_type_arguments_repeat1, [58237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(435), 1, + ACTIONS(2597), 1, anon_sym_RPAREN, - ACTIONS(2609), 1, + ACTIONS(2599), 1, anon_sym_COMMA, - STATE(1186), 1, - aux_sym_argument_list_repeat1, + STATE(1140), 1, + aux_sym_parameter_list_repeat1, [58250] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2505), 1, + ACTIONS(2377), 1, aux_sym_source_file_token1, - ACTIONS(2507), 2, + ACTIONS(2379), 2, anon_sym_SEMI, anon_sym_NULL, [58261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2611), 1, + ACTIONS(1247), 1, + anon_sym_RPAREN, + ACTIONS(2601), 1, anon_sym_COMMA, - ACTIONS(2614), 1, - anon_sym_RBRACK, STATE(1170), 1, - aux_sym_type_arguments_repeat1, - [58274] = 3, + aux_sym_argument_list_repeat1, + [58274] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2604), 1, + anon_sym_RPAREN, + ACTIONS(2606), 1, + anon_sym_COMMA, + STATE(1229), 1, + aux_sym_parameter_list_repeat1, + [58287] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2608), 1, + anon_sym_COMMA, + ACTIONS(2610), 1, + anon_sym_RBRACK, + STATE(1149), 1, + aux_sym_type_parameter_list_repeat1, + [58300] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2393), 1, + ACTIONS(2411), 1, aux_sym_source_file_token1, - ACTIONS(2395), 2, + ACTIONS(2413), 2, anon_sym_SEMI, anon_sym_NULL, - [58285] = 4, + [58311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1325), 1, - anon_sym_RBRACK, - ACTIONS(2616), 1, + ACTIONS(2577), 1, anon_sym_COMMA, - STATE(1170), 1, - aux_sym_type_arguments_repeat1, - [58298] = 4, + ACTIONS(2612), 1, + anon_sym_COLON, + STATE(1157), 1, + aux_sym_type_case_repeat1, + [58324] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(341), 1, - anon_sym_RBRACE, - ACTIONS(2618), 1, + ACTIONS(2614), 1, + anon_sym_RPAREN, + ACTIONS(2616), 1, anon_sym_COMMA, - STATE(1215), 1, - aux_sym_literal_value_repeat1, - [58311] = 4, + STATE(1209), 1, + aux_sym_expression_list_repeat1, + [58337] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(2618), 1, anon_sym_RPAREN, - ACTIONS(1209), 1, + ACTIONS(2620), 1, anon_sym_COMMA, - STATE(1218), 1, - aux_sym_argument_list_repeat1, - [58324] = 3, + STATE(1242), 1, + aux_sym_expression_list_repeat1, + [58350] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2620), 1, + ACTIONS(2358), 1, aux_sym_source_file_token1, - ACTIONS(2622), 2, + ACTIONS(2360), 2, anon_sym_SEMI, anon_sym_NULL, - [58335] = 3, + [58361] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2624), 1, + ACTIONS(2451), 1, + aux_sym_source_file_token1, + ACTIONS(2453), 2, + anon_sym_SEMI, + anon_sym_NULL, + [58372] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2435), 1, aux_sym_source_file_token1, - ACTIONS(2626), 2, + ACTIONS(2437), 2, anon_sym_SEMI, anon_sym_NULL, - [58346] = 4, + [58383] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2628), 1, + ACTIONS(2622), 1, anon_sym_RPAREN, - ACTIONS(2630), 1, + ACTIONS(2624), 1, anon_sym_COMMA, - STATE(1181), 1, + STATE(1195), 1, aux_sym_expression_list_repeat1, - [58359] = 4, + [58396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2463), 1, + ACTIONS(2626), 1, anon_sym_COMMA, - ACTIONS(2465), 1, - anon_sym_RBRACE, - STATE(1182), 1, - aux_sym_literal_value_repeat1, - [58372] = 4, + ACTIONS(2628), 1, + anon_sym_RBRACK, + STATE(1167), 1, + aux_sym_type_arguments_repeat1, + [58409] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2632), 1, + ACTIONS(2630), 1, anon_sym_COMMA, - ACTIONS(2634), 1, + ACTIONS(2632), 1, anon_sym_RBRACK, - STATE(1184), 1, - aux_sym_type_case_repeat1, - [58385] = 4, + STATE(1235), 1, + aux_sym_type_arguments_repeat1, + [58422] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1133), 1, - anon_sym_RPAREN, - ACTIONS(1135), 1, + ACTIONS(1233), 3, anon_sym_COMMA, - STATE(1185), 1, - aux_sym_argument_list_repeat1, - [58398] = 4, + anon_sym_RBRACE, + anon_sym_COLON, + [58431] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(533), 1, - anon_sym_RPAREN, - ACTIONS(2636), 1, + ACTIONS(2478), 1, anon_sym_COMMA, - STATE(1226), 1, - aux_sym_expression_list_repeat1, - [58411] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(355), 1, + ACTIONS(2480), 1, anon_sym_RBRACE, - ACTIONS(2638), 1, - anon_sym_COMMA, - STATE(1215), 1, + STATE(1220), 1, aux_sym_literal_value_repeat1, - [58424] = 4, + [58444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2532), 1, - anon_sym_COMMA, - ACTIONS(2640), 1, - anon_sym_COLON, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [58437] = 4, - ACTIONS(3), 1, + ACTIONS(1746), 1, + anon_sym_DQUOTE, + ACTIONS(2634), 1, + sym_raw_string_literal, + STATE(1113), 1, + sym_interpreted_string_literal, + [58457] = 3, + ACTIONS(291), 1, sym_comment, - ACTIONS(1453), 1, - anon_sym_RBRACK, - ACTIONS(2642), 1, - anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [58450] = 4, + ACTIONS(2415), 1, + aux_sym_source_file_token1, + ACTIONS(2417), 2, + anon_sym_SEMI, + anon_sym_NULL, + [58468] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(445), 1, + ACTIONS(461), 1, anon_sym_RPAREN, - ACTIONS(2644), 1, + ACTIONS(2636), 1, anon_sym_COMMA, - STATE(1186), 1, + STATE(1170), 1, aux_sym_argument_list_repeat1, - [58463] = 4, + [58481] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 1, - anon_sym_RPAREN, - ACTIONS(2646), 1, + ACTIONS(2474), 1, anon_sym_COMMA, - STATE(1186), 1, - aux_sym_argument_list_repeat1, - [58476] = 3, + ACTIONS(2476), 1, + anon_sym_RBRACE, + STATE(1164), 1, + aux_sym_literal_value_repeat1, + [58494] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2331), 1, - anon_sym_COLON, - ACTIONS(2649), 2, - anon_sym_COMMA, + ACTIONS(2638), 3, anon_sym_RBRACE, - [58487] = 4, + anon_sym_case, + anon_sym_default, + [58503] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1251), 1, + ACTIONS(2470), 1, anon_sym_COMMA, - ACTIONS(1550), 1, - anon_sym_LBRACE, - STATE(1220), 1, - aux_sym_expression_list_repeat1, - [58500] = 4, + ACTIONS(2472), 1, + anon_sym_RBRACE, + STATE(1233), 1, + aux_sym_literal_value_repeat1, + [58516] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2651), 1, - anon_sym_RPAREN, - ACTIONS(2653), 1, + ACTIONS(2640), 1, anon_sym_COMMA, - STATE(1236), 1, - aux_sym_parameter_list_repeat1, - [58513] = 2, + ACTIONS(2642), 1, + anon_sym_RBRACK, + STATE(1161), 1, + aux_sym_type_case_repeat1, + [58529] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2655), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [58522] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2359), 1, - aux_sym_source_file_token1, - ACTIONS(2361), 2, - anon_sym_SEMI, - anon_sym_NULL, - [58533] = 4, + ACTIONS(2644), 1, + anon_sym_COMMA, + ACTIONS(2646), 1, + anon_sym_RBRACK, + STATE(1227), 1, + aux_sym_type_case_repeat1, + [58542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2327), 1, + ACTIONS(1459), 1, + anon_sym_RBRACK, + ACTIONS(2648), 1, anon_sym_COMMA, - ACTIONS(2329), 1, - anon_sym_RBRACE, - STATE(1209), 1, - aux_sym_literal_value_repeat1, - [58546] = 4, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [58555] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2657), 1, + ACTIONS(2650), 1, anon_sym_RPAREN, - ACTIONS(2659), 1, + ACTIONS(2652), 1, anon_sym_COMMA, - STATE(1199), 1, + STATE(1205), 1, aux_sym_expression_list_repeat1, - [58559] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2661), 3, - anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, [58568] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(487), 1, + anon_sym_RPAREN, + ACTIONS(2654), 1, anon_sym_COMMA, - ACTIONS(2483), 1, - anon_sym_RBRACE, - STATE(1201), 1, - aux_sym_literal_value_repeat1, + STATE(1219), 1, + aux_sym_expression_list_repeat1, [58581] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2663), 1, + ACTIONS(2656), 1, anon_sym_COMMA, - ACTIONS(2665), 1, + ACTIONS(2658), 1, anon_sym_RBRACK, - STATE(1202), 1, + STATE(1232), 1, aux_sym_type_case_repeat1, [58594] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 1, - anon_sym_LPAREN, - ACTIONS(2126), 1, - anon_sym_LBRACK, - ACTIONS(2667), 1, - anon_sym_RPAREN, + ACTIONS(2455), 1, + anon_sym_COMMA, + ACTIONS(2457), 1, + anon_sym_RBRACE, + STATE(1207), 1, + aux_sym_literal_value_repeat1, [58607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1181), 1, + ACTIONS(1159), 1, anon_sym_RPAREN, - ACTIONS(1183), 1, + ACTIONS(1161), 1, anon_sym_COMMA, - STATE(1204), 1, + STATE(1134), 1, aux_sym_argument_list_repeat1, [58620] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(523), 1, - anon_sym_RPAREN, - ACTIONS(2669), 1, + ACTIONS(2660), 1, anon_sym_COMMA, - STATE(1226), 1, - aux_sym_expression_list_repeat1, + ACTIONS(2662), 1, + anon_sym_RBRACK, + STATE(1210), 1, + aux_sym_type_case_repeat1, [58633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(497), 1, - anon_sym_RPAREN, - ACTIONS(2671), 1, - anon_sym_COMMA, - STATE(1226), 1, - aux_sym_expression_list_repeat1, - [58646] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(357), 1, + ACTIONS(355), 1, anon_sym_RBRACE, - ACTIONS(2673), 1, + ACTIONS(2664), 1, anon_sym_COMMA, - STATE(1215), 1, + STATE(1158), 1, aux_sym_literal_value_repeat1, - [58659] = 4, + [58646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1467), 1, - anon_sym_RBRACK, - ACTIONS(2675), 1, + ACTIONS(1201), 1, + anon_sym_RPAREN, + ACTIONS(1203), 1, anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [58672] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2515), 1, - aux_sym_source_file_token1, - ACTIONS(2517), 2, - anon_sym_SEMI, - anon_sym_NULL, - [58683] = 4, + STATE(1213), 1, + aux_sym_argument_list_repeat1, + [58659] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(451), 1, + ACTIONS(1191), 1, anon_sym_RPAREN, - ACTIONS(2677), 1, + ACTIONS(1193), 1, anon_sym_COMMA, - STATE(1186), 1, + STATE(1228), 1, aux_sym_argument_list_repeat1, - [58696] = 4, + [58672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1311), 1, + ACTIONS(1973), 3, + anon_sym_COMMA, anon_sym_RBRACK, - ACTIONS(2679), 1, + anon_sym_PIPE, + [58681] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1197), 1, + anon_sym_RPAREN, + ACTIONS(1199), 1, anon_sym_COMMA, - STATE(1170), 1, - aux_sym_type_arguments_repeat1, - [58709] = 4, + STATE(1231), 1, + aux_sym_argument_list_repeat1, + [58694] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2681), 1, + ACTIONS(497), 1, anon_sym_RPAREN, - ACTIONS(2683), 1, + ACTIONS(2666), 1, anon_sym_COMMA, - STATE(1140), 1, + STATE(1219), 1, aux_sym_expression_list_repeat1, - [58722] = 3, + [58707] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2379), 1, + ACTIONS(2668), 1, aux_sym_source_file_token1, - ACTIONS(2381), 2, + ACTIONS(2670), 2, anon_sym_SEMI, anon_sym_NULL, - [58733] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2685), 1, - anon_sym_COMMA, - ACTIONS(2687), 1, - anon_sym_RBRACK, - STATE(1172), 1, - aux_sym_type_arguments_repeat1, - [58746] = 4, + [58718] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(353), 1, + ACTIONS(351), 1, anon_sym_RBRACE, - ACTIONS(2689), 1, + ACTIONS(2672), 1, anon_sym_COMMA, - STATE(1215), 1, + STATE(1158), 1, aux_sym_literal_value_repeat1, - [58759] = 3, + [58731] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2403), 1, aux_sym_source_file_token1, - ACTIONS(2416), 2, + ACTIONS(2405), 2, anon_sym_SEMI, anon_sym_NULL, - [58770] = 3, - ACTIONS(291), 1, + [58742] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2333), 1, - aux_sym_source_file_token1, - ACTIONS(2335), 2, - anon_sym_SEMI, - anon_sym_NULL, - [58781] = 3, + ACTIONS(521), 1, + anon_sym_RPAREN, + ACTIONS(2674), 1, + anon_sym_COMMA, + STATE(1219), 1, + aux_sym_expression_list_repeat1, + [58755] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1399), 1, + anon_sym_RBRACK, + ACTIONS(2676), 1, + anon_sym_COMMA, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [58768] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2337), 1, + ACTIONS(2678), 1, aux_sym_source_file_token1, - ACTIONS(2339), 2, + ACTIONS(2680), 2, anon_sym_SEMI, anon_sym_NULL, - [58792] = 4, + [58779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, + ACTIONS(1928), 1, + anon_sym_LPAREN, + ACTIONS(1932), 1, + anon_sym_LBRACK, + ACTIONS(2682), 1, anon_sym_RPAREN, - ACTIONS(2693), 1, - anon_sym_COMMA, - STATE(1136), 1, - aux_sym_parameter_list_repeat1, - [58805] = 4, + [58792] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1387), 1, - anon_sym_RBRACK, - ACTIONS(2695), 1, + ACTIONS(451), 1, + anon_sym_RPAREN, + ACTIONS(2684), 1, anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [58818] = 4, + STATE(1170), 1, + aux_sym_argument_list_repeat1, + [58805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 1, + ACTIONS(2686), 3, anon_sym_RBRACE, - ACTIONS(2697), 1, + anon_sym_case, + anon_sym_default, + [58814] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2688), 1, + anon_sym_RPAREN, + ACTIONS(2690), 1, anon_sym_COMMA, - STATE(1215), 1, - aux_sym_literal_value_repeat1, - [58831] = 4, + STATE(1224), 1, + aux_sym_expression_list_repeat1, + [58827] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, - anon_sym_LPAREN, - ACTIONS(2700), 1, + ACTIONS(2692), 1, sym_identifier, - STATE(593), 1, - sym_parameter_list, - [58844] = 4, + ACTIONS(2694), 1, + anon_sym_RBRACK, + STATE(1248), 1, + sym_type_parameter_declaration, + [58840] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 1, + ACTIONS(2696), 1, anon_sym_COMMA, - ACTIONS(2499), 1, + ACTIONS(2699), 1, + anon_sym_RBRACK, + STATE(1217), 1, + aux_sym_type_parameter_list_repeat1, + [58853] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2701), 3, anon_sym_RBRACE, - STATE(1173), 1, - aux_sym_literal_value_repeat1, - [58857] = 4, + anon_sym_case, + anon_sym_default, + [58862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(441), 1, + ACTIONS(858), 1, anon_sym_RPAREN, - ACTIONS(2702), 1, + ACTIONS(2703), 1, anon_sym_COMMA, - STATE(1186), 1, - aux_sym_argument_list_repeat1, - [58870] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2467), 1, - sym_identifier, - ACTIONS(2704), 1, - anon_sym_LPAREN, - STATE(962), 1, - sym_const_spec, - [58883] = 4, + STATE(1219), 1, + aux_sym_expression_list_repeat1, + [58875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, - anon_sym_LBRACE, + ACTIONS(359), 1, + anon_sym_RBRACE, ACTIONS(2706), 1, anon_sym_COMMA, - STATE(1220), 1, - aux_sym_expression_list_repeat1, - [58896] = 4, + STATE(1158), 1, + aux_sym_literal_value_repeat1, + [58888] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2708), 3, + anon_sym_RBRACE, + anon_sym_case, + anon_sym_default, + [58897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, + ACTIONS(2710), 1, anon_sym_RPAREN, - ACTIONS(2711), 1, + ACTIONS(2712), 1, anon_sym_COMMA, - STATE(1141), 1, - aux_sym_expression_list_repeat1, - [58909] = 4, + STATE(1222), 1, + aux_sym_parameter_list_repeat1, + [58910] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2713), 1, - anon_sym_COMMA, + ACTIONS(974), 1, + anon_sym_LPAREN, ACTIONS(2715), 1, - anon_sym_RBRACK, - STATE(1142), 1, - aux_sym_type_arguments_repeat1, - [58922] = 4, + sym_identifier, + STATE(602), 1, + sym_parameter_list, + [58923] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(469), 1, + anon_sym_RPAREN, ACTIONS(2717), 1, anon_sym_COMMA, - ACTIONS(2719), 1, - anon_sym_RBRACK, - STATE(1228), 1, - aux_sym_type_case_repeat1, - [58935] = 4, + STATE(1219), 1, + aux_sym_expression_list_repeat1, + [58936] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2721), 1, + ACTIONS(2719), 1, anon_sym_RPAREN, + ACTIONS(2721), 1, + anon_sym_COMMA, + STATE(1239), 1, + aux_sym_parameter_list_repeat1, + [58949] = 3, + ACTIONS(291), 1, + sym_comment, + ACTIONS(2486), 1, + aux_sym_source_file_token1, + ACTIONS(2488), 2, + anon_sym_SEMI, + anon_sym_NULL, + [58960] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1429), 1, + anon_sym_RBRACK, ACTIONS(2723), 1, anon_sym_COMMA, - STATE(1200), 1, - aux_sym_expression_list_repeat1, - [58948] = 4, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [58973] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1155), 1, + ACTIONS(425), 1, anon_sym_RPAREN, - ACTIONS(1157), 1, + ACTIONS(2725), 1, anon_sym_COMMA, - STATE(1145), 1, + STATE(1170), 1, aux_sym_argument_list_repeat1, - [58961] = 4, + [58986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(858), 1, + ACTIONS(1195), 1, anon_sym_RPAREN, - ACTIONS(2725), 1, + ACTIONS(2727), 1, anon_sym_COMMA, - STATE(1226), 1, - aux_sym_expression_list_repeat1, - [58974] = 4, + STATE(1222), 1, + aux_sym_parameter_list_repeat1, + [58999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1735), 1, - anon_sym_DQUOTE, - ACTIONS(2728), 1, - sym_raw_string_literal, - STATE(1060), 1, - sym_interpreted_string_literal, - [58987] = 4, + ACTIONS(2559), 1, + anon_sym_RBRACK, + ACTIONS(2692), 1, + sym_identifier, + STATE(1248), 1, + sym_type_parameter_declaration, + [59012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1401), 1, - anon_sym_RBRACK, - ACTIONS(2730), 1, + ACTIONS(385), 1, + anon_sym_RPAREN, + ACTIONS(2729), 1, anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [59000] = 4, + STATE(1170), 1, + aux_sym_argument_list_repeat1, + [59025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, - anon_sym_LPAREN, - ACTIONS(2732), 1, - sym_identifier, - STATE(614), 1, - sym_parameter_list, - [59013] = 2, + ACTIONS(1439), 1, + anon_sym_RBRACK, + ACTIONS(2731), 1, + anon_sym_COMMA, + STATE(1050), 1, + aux_sym_type_case_repeat1, + [59038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2734), 3, + ACTIONS(349), 1, anon_sym_RBRACE, - anon_sym_case, - anon_sym_default, - [59022] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1735), 1, - anon_sym_DQUOTE, - ACTIONS(2736), 1, - sym_raw_string_literal, - STATE(1069), 1, - sym_interpreted_string_literal, - [59035] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2501), 1, - aux_sym_source_file_token1, - ACTIONS(2503), 2, - anon_sym_SEMI, - anon_sym_NULL, - [59046] = 4, + ACTIONS(2733), 1, + anon_sym_COMMA, + STATE(1158), 1, + aux_sym_literal_value_repeat1, + [59051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2385), 1, + ACTIONS(2367), 1, anon_sym_COMMA, - ACTIONS(2387), 1, + ACTIONS(2369), 1, anon_sym_RBRACE, - STATE(1144), 1, + STATE(1200), 1, aux_sym_literal_value_repeat1, - [59059] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2522), 1, - aux_sym_source_file_token1, - ACTIONS(2524), 2, - anon_sym_SEMI, - anon_sym_NULL, - [59070] = 3, - ACTIONS(291), 1, - sym_comment, - ACTIONS(2367), 1, - aux_sym_source_file_token1, - ACTIONS(2369), 2, - anon_sym_SEMI, - anon_sym_NULL, - [59081] = 4, + [59064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1195), 1, - anon_sym_RPAREN, - ACTIONS(2738), 1, + ACTIONS(1253), 1, + anon_sym_RBRACK, + ACTIONS(2735), 1, anon_sym_COMMA, - STATE(1239), 1, - aux_sym_parameter_list_repeat1, - [59094] = 2, + STATE(1143), 1, + aux_sym_type_arguments_repeat1, + [59077] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1247), 3, - anon_sym_COMMA, + ACTIONS(205), 3, anon_sym_RBRACE, - anon_sym_COLON, - [59103] = 4, + anon_sym_case, + anon_sym_default, + [59086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2740), 1, + ACTIONS(2737), 1, anon_sym_COMMA, - ACTIONS(2742), 1, + ACTIONS(2739), 1, anon_sym_RBRACK, - STATE(1242), 1, + STATE(1193), 1, aux_sym_type_case_repeat1, - [59116] = 4, + [59099] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2439), 1, + sym_identifier, + ACTIONS(2741), 1, + anon_sym_LPAREN, + STATE(976), 1, + sym_const_spec, + [59112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 1, + ACTIONS(1189), 1, anon_sym_RPAREN, - ACTIONS(2746), 1, + ACTIONS(2743), 1, anon_sym_COMMA, - STATE(1239), 1, + STATE(1222), 1, aux_sym_parameter_list_repeat1, - [59129] = 2, + [59125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 3, + ACTIONS(1155), 1, + anon_sym_RPAREN, + ACTIONS(1157), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_PIPE, + STATE(1187), 1, + aux_sym_argument_list_repeat1, [59138] = 3, ACTIONS(291), 1, sym_comment, - ACTIONS(2363), 1, + ACTIONS(2745), 1, aux_sym_source_file_token1, - ACTIONS(2365), 2, + ACTIONS(2747), 2, anon_sym_SEMI, anon_sym_NULL, [59149] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1423), 1, - anon_sym_RBRACK, + ACTIONS(503), 1, + anon_sym_RPAREN, ACTIONS(2749), 1, anon_sym_COMMA, - STATE(1092), 1, - aux_sym_type_case_repeat1, - [59162] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2751), 1, - anon_sym_LBRACE, - STATE(808), 1, - sym_field_declaration_list, - [59172] = 3, + STATE(1219), 1, + aux_sym_expression_list_repeat1, + [59162] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1971), 1, - anon_sym_LPAREN, - STATE(384), 1, - sym_parameter_list, - [59182] = 2, + ACTIONS(2751), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [59170] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 2, + ACTIONS(2753), 2, anon_sym_RPAREN, anon_sym_COMMA, - [59190] = 2, + [59178] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2185), 2, - anon_sym_RPAREN, - sym_identifier, - [59198] = 3, + ACTIONS(2755), 1, + anon_sym_LPAREN, + ACTIONS(2757), 1, + anon_sym_LBRACK, + [59188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1971), 1, + ACTIONS(2759), 1, anon_sym_LPAREN, - STATE(386), 1, - sym_parameter_list, - [59208] = 3, + ACTIONS(2761), 1, + anon_sym_LBRACK, + [59198] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2753), 1, - sym_identifier, - ACTIONS(2755), 1, + ACTIONS(2763), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [59206] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2699), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [59214] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2765), 1, anon_sym_LPAREN, - [59218] = 3, + ACTIONS(2767), 1, + anon_sym_LBRACK, + [59224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2757), 1, + ACTIONS(840), 1, anon_sym_LBRACE, - STATE(870), 1, - sym_field_declaration_list, - [59228] = 3, + STATE(347), 1, + sym_literal_value, + [59234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2753), 1, - sym_identifier, - ACTIONS(2759), 1, + ACTIONS(2092), 1, anon_sym_LPAREN, - [59238] = 3, + STATE(457), 1, + sym_parameter_list, + [59244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 1, - sym_identifier, - ACTIONS(2763), 1, + ACTIONS(2769), 1, anon_sym_LPAREN, - [59248] = 3, + ACTIONS(2771), 1, + anon_sym_LBRACK, + [59254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2048), 1, + ACTIONS(1928), 1, anon_sym_LPAREN, - STATE(456), 1, - sym_parameter_list, - [59258] = 2, + ACTIONS(1932), 1, + anon_sym_LBRACK, + [59264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2168), 2, + ACTIONS(2130), 2, anon_sym_SEMI, anon_sym_LBRACE, - [59266] = 2, + [59272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2172), 2, + ACTIONS(2144), 2, anon_sym_SEMI, anon_sym_LBRACE, - [59274] = 3, + [59280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(924), 1, + ACTIONS(2773), 1, + sym_identifier, + ACTIONS(2775), 1, anon_sym_LPAREN, - STATE(407), 1, - sym_argument_list, - [59284] = 3, + [59290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2765), 1, + ACTIONS(844), 1, anon_sym_LPAREN, - STATE(287), 1, + STATE(354), 1, sym_argument_list, - [59294] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2767), 1, - anon_sym_LBRACK, - STATE(814), 1, - sym_type_arguments, - [59304] = 3, + [59300] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1057), 1, - anon_sym_LBRACE, - STATE(543), 1, - sym_literal_value, - [59314] = 3, + ACTIONS(2777), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [59308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(675), 1, - anon_sym_LPAREN, - STATE(316), 1, - sym_argument_list, - [59324] = 3, + ACTIONS(2311), 2, + anon_sym_RPAREN, + sym_identifier, + [59316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1971), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - STATE(499), 1, + STATE(434), 1, sym_parameter_list, - [59334] = 2, + [59326] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2769), 2, - anon_sym_EQ, - anon_sym_COLON_EQ, - [59342] = 3, + ACTIONS(2365), 2, + anon_sym_RPAREN, + sym_identifier, + [59334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2048), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - STATE(492), 1, + STATE(607), 1, sym_parameter_list, - [59352] = 2, + [59344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2649), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [59360] = 2, + ACTIONS(2254), 1, + anon_sym_LBRACE, + STATE(304), 1, + sym_literal_value, + [59354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2771), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [59368] = 3, + ACTIONS(2422), 2, + anon_sym_RPAREN, + sym_identifier, + [59362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2773), 1, - sym_identifier, - ACTIONS(2775), 1, + ACTIONS(2779), 1, + anon_sym_LBRACE, + STATE(877), 1, + sym_field_declaration_list, + [59372] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(974), 1, anon_sym_LPAREN, - [59378] = 3, + STATE(600), 1, + sym_parameter_list, + [59382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1016), 1, + ACTIONS(751), 1, anon_sym_LPAREN, - STATE(566), 1, + STATE(305), 1, sym_argument_list, - [59388] = 3, + [59392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2781), 1, sym_identifier, - ACTIONS(2779), 1, + ACTIONS(2783), 1, anon_sym_LPAREN, - [59398] = 3, + [59402] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(303), 1, + ACTIONS(1992), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(399), 1, - sym_literal_value, - [59408] = 2, + [59410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2614), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [59416] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2753), 1, - sym_identifier, ACTIONS(2781), 1, + sym_identifier, + ACTIONS(2785), 1, anon_sym_LPAREN, - [59426] = 3, + [59420] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2783), 1, + ACTIONS(1988), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(953), 1, - sym_field_declaration_list, - [59436] = 3, + [59428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2249), 1, + ACTIONS(33), 1, anon_sym_LBRACE, - STATE(254), 1, - sym_literal_value, - [59446] = 2, + STATE(969), 1, + sym_block, + [59438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2785), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59454] = 3, + ACTIONS(2138), 1, + anon_sym_LPAREN, + STATE(386), 1, + sym_parameter_list, + [59448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2572), 1, - sym_identifier, - STATE(1159), 1, - sym_type_parameter_declaration, - [59464] = 3, + ACTIONS(2787), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [59456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2787), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - STATE(465), 1, - sym_argument_list, - [59474] = 2, + STATE(633), 1, + sym_parameter_list, + [59466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2118), 2, - anon_sym_SEMI, + ACTIONS(1247), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [59474] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2789), 1, anon_sym_LBRACE, - [59482] = 2, + STATE(825), 1, + sym_field_declaration_list, + [59484] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2451), 2, - anon_sym_RPAREN, - sym_identifier, - [59490] = 2, + ACTIONS(2791), 2, + anon_sym_EQ, + anon_sym_COLON_EQ, + [59492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2601), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [59498] = 2, + ACTIONS(303), 1, + anon_sym_LBRACE, + STATE(397), 1, + sym_literal_value, + [59502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2789), 2, - anon_sym_RPAREN, + ACTIONS(2793), 2, anon_sym_COMMA, - [59506] = 3, + anon_sym_RBRACE, + [59510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, - anon_sym_LPAREN, - STATE(613), 1, - sym_parameter_list, - [59516] = 2, + ACTIONS(2571), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [59518] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2031), 2, + ACTIONS(2164), 2, anon_sym_SEMI, anon_sym_LBRACE, - [59524] = 2, + [59526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2791), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59532] = 3, + ACTIONS(1085), 1, + anon_sym_LBRACE, + STATE(543), 1, + sym_literal_value, + [59536] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2793), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - ACTIONS(2795), 1, - anon_sym_LBRACK, - [59542] = 2, + STATE(623), 1, + sym_parameter_list, + [59546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2176), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - [59550] = 3, + ACTIONS(2795), 1, + anon_sym_LPAREN, + ACTIONS(2797), 1, + anon_sym_LBRACK, + [59556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2797), 1, - sym_identifier, ACTIONS(2799), 1, anon_sym_LPAREN, - [59560] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2801), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59568] = 2, + STATE(268), 1, + sym_argument_list, + [59566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2803), 2, - sym_raw_string_literal, - anon_sym_DQUOTE, + ACTIONS(2692), 1, + sym_identifier, + STATE(1248), 1, + sym_type_parameter_declaration, [59576] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2572), 1, - sym_identifier, - STATE(1278), 1, - sym_type_parameter_declaration, + ACTIONS(2092), 1, + anon_sym_LPAREN, + STATE(473), 1, + sym_parameter_list, [59586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 2, + ACTIONS(2801), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, [59594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - STATE(627), 1, + STATE(437), 1, sym_parameter_list, [59604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2761), 1, - sym_identifier, - ACTIONS(2807), 1, + ACTIONS(974), 1, anon_sym_LPAREN, + STATE(608), 1, + sym_parameter_list, [59614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2301), 1, - anon_sym_LBRACE, - STATE(507), 1, - sym_literal_value, + ACTIONS(2803), 1, + sym_identifier, + ACTIONS(2805), 1, + anon_sym_LPAREN, [59624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2180), 1, - anon_sym_LBRACE, - STATE(305), 1, - sym_literal_value, + ACTIONS(2807), 1, + anon_sym_LBRACK, + STATE(818), 1, + sym_type_arguments, [59634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, - anon_sym_LPAREN, - STATE(601), 1, - sym_parameter_list, - [59644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(840), 1, + ACTIONS(2180), 1, anon_sym_LBRACE, - STATE(367), 1, + STATE(261), 1, sym_literal_value, - [59654] = 3, + [59644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2753), 1, - sym_identifier, - ACTIONS(2809), 1, - anon_sym_LPAREN, - [59664] = 2, + ACTIONS(2547), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [59652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 2, - anon_sym_RPAREN, + ACTIONS(2809), 1, sym_identifier, - [59672] = 2, + ACTIONS(2811), 1, + anon_sym_LPAREN, + [59662] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2811), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59680] = 2, + ACTIONS(2813), 1, + anon_sym_LPAREN, + STATE(498), 1, + sym_argument_list, + [59672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59688] = 3, + ACTIONS(1048), 1, + anon_sym_LPAREN, + STATE(565), 1, + sym_argument_list, + [59682] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(2815), 1, + sym_identifier, + ACTIONS(2817), 1, anon_sym_LPAREN, - STATE(604), 1, - sym_parameter_list, - [59698] = 2, + [59692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - [59706] = 3, + ACTIONS(2819), 1, + sym_identifier, + ACTIONS(2821), 1, + anon_sym_LPAREN, + [59702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2048), 1, + ACTIONS(924), 1, anon_sym_LPAREN, - STATE(491), 1, - sym_parameter_list, - [59716] = 3, + STATE(401), 1, + sym_argument_list, + [59712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(2138), 1, anon_sym_LPAREN, - STATE(448), 1, + STATE(508), 1, sym_parameter_list, - [59726] = 2, + [59722] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2823), 2, + sym_raw_string_literal, + anon_sym_DQUOTE, + [59730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2744), 2, + ACTIONS(2825), 2, anon_sym_RPAREN, anon_sym_COMMA, - [59734] = 3, + [59738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(2138), 1, anon_sym_LPAREN, - STATE(628), 1, + STATE(384), 1, sym_parameter_list, - [59744] = 3, + [59748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2815), 1, + ACTIONS(2819), 1, + sym_identifier, + ACTIONS(2827), 1, anon_sym_LPAREN, - ACTIONS(2817), 1, - anon_sym_LBRACK, - [59754] = 3, + [59758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(2819), 1, + sym_identifier, + ACTIONS(2829), 1, anon_sym_LPAREN, - STATE(445), 1, - sym_parameter_list, - [59764] = 3, + [59768] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(2246), 1, anon_sym_LBRACE, - STATE(913), 1, - sym_block, - [59774] = 3, + STATE(499), 1, + sym_literal_value, + [59778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2819), 1, - sym_identifier, - ACTIONS(2821), 1, - anon_sym_LPAREN, - [59784] = 2, + ACTIONS(2825), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + [59786] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2823), 2, + ACTIONS(2710), 2, + anon_sym_RPAREN, anon_sym_COMMA, - anon_sym_RBRACK, - [59792] = 3, + [59794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 1, - anon_sym_LPAREN, - ACTIONS(2126), 1, - anon_sym_LBRACK, - [59802] = 3, + ACTIONS(2831), 1, + anon_sym_LBRACE, + STATE(996), 1, + sym_field_declaration_list, + [59804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(2819), 1, + sym_identifier, + ACTIONS(2833), 1, anon_sym_LPAREN, - ACTIONS(2827), 1, - anon_sym_LBRACK, - [59812] = 3, + [59814] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(844), 1, - anon_sym_LPAREN, - STATE(377), 1, - sym_argument_list, + ACTIONS(2835), 2, + anon_sym_RPAREN, + anon_sym_COMMA, [59822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, - anon_sym_LPAREN, - ACTIONS(2831), 1, - anon_sym_LBRACK, + ACTIONS(2692), 1, + sym_identifier, + STATE(1172), 1, + sym_type_parameter_declaration, [59832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(2092), 1, anon_sym_LPAREN, - ACTIONS(2835), 1, - anon_sym_LBRACK, + STATE(455), 1, + sym_parameter_list, [59842] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(972), 1, + ACTIONS(974), 1, anon_sym_LPAREN, - STATE(435), 1, + STATE(456), 1, sym_parameter_list, [59852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2837), 1, - anon_sym_LBRACK, + anon_sym_RPAREN, [59859] = 2, ACTIONS(3), 1, sym_comment, @@ -56376,427 +56380,427 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 1, sym_comment, ACTIONS(2841), 1, - anon_sym_RBRACE, + sym_identifier, [59873] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2843), 1, - anon_sym_EQ, + anon_sym_RPAREN, [59880] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2845), 1, - anon_sym_chan, + anon_sym_RPAREN, [59887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2847), 1, + ACTIONS(2719), 1, anon_sym_RPAREN, [59894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2849), 1, - anon_sym_EQ, + ACTIONS(2847), 1, + anon_sym_RPAREN, [59901] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2851), 1, - anon_sym_RPAREN, + ACTIONS(2849), 1, + anon_sym_SEMI, [59908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2329), 1, - anon_sym_RBRACE, + ACTIONS(2851), 1, + anon_sym_RPAREN, [59915] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2853), 1, anon_sym_RPAREN, [59922] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2499), 1, - anon_sym_RBRACE, - [59929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2855), 1, - anon_sym_RPAREN, - [59936] = 2, + anon_sym_LBRACE, + [59929] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2857), 1, - anon_sym_RPAREN, - [59943] = 2, + anon_sym_LBRACE, + [59936] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2859), 1, sym_identifier, - [59950] = 2, + [59943] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2861), 1, - sym_identifier, - [59957] = 2, + anon_sym_LBRACE, + [59950] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2863), 1, anon_sym_LBRACE, + [59957] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2865), 1, + anon_sym_chan, [59964] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - anon_sym_RPAREN, + ACTIONS(2472), 1, + anon_sym_RBRACE, [59971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2865), 1, - anon_sym_RBRACE, + ACTIONS(2867), 1, + anon_sym_RBRACK, [59978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2867), 1, - anon_sym_RPAREN, + ACTIONS(2869), 1, + anon_sym_RBRACE, [59985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2651), 1, - anon_sym_RPAREN, + ACTIONS(2480), 1, + anon_sym_RBRACE, [59992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2869), 1, - anon_sym_RBRACK, + ACTIONS(2604), 1, + anon_sym_RPAREN, [59999] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2871), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, [60006] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2873), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, [60013] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2546), 1, - anon_sym_RPAREN, + ACTIONS(2875), 1, + sym_identifier, [60020] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2875), 1, - anon_sym_LBRACE, + ACTIONS(2597), 1, + anon_sym_RPAREN, [60027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2877), 1, - anon_sym_LBRACE, + anon_sym_RBRACK, [60034] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2879), 1, - anon_sym_chan, + anon_sym_LBRACE, [60041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2881), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, [60048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2883), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, [60055] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2885), 1, - anon_sym_RBRACE, + sym_identifier, [60062] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2887), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, [60069] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2889), 1, - anon_sym_RPAREN, + anon_sym_chan, [60076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 1, - anon_sym_COLON, + ACTIONS(2682), 1, + anon_sym_RPAREN, [60083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2893), 1, - sym_identifier, + ACTIONS(2891), 1, + anon_sym_chan, [60090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 1, - anon_sym_LBRACE, + ACTIONS(2526), 1, + anon_sym_RBRACE, [60097] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2897), 1, - anon_sym_RBRACK, + ACTIONS(2893), 1, + anon_sym_RPAREN, [60104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 1, + ACTIONS(2895), 1, anon_sym_RPAREN, [60111] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2901), 1, + ACTIONS(2897), 1, anon_sym_LBRACE, [60118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 1, - anon_sym_chan, + ACTIONS(2899), 1, + anon_sym_RPAREN, [60125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2905), 1, - anon_sym_LBRACE, + ACTIONS(2901), 1, + anon_sym_RPAREN, [60132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 1, - anon_sym_RBRACE, + ACTIONS(2903), 1, + anon_sym_LBRACE, [60139] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2909), 1, + ACTIONS(2905), 1, anon_sym_LBRACE, [60146] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2911), 1, - anon_sym_chan, + ACTIONS(2907), 1, + anon_sym_RPAREN, [60153] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, - anon_sym_SEMI, + ACTIONS(2909), 1, + anon_sym_EQ, [60160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, - anon_sym_LBRACE, + ACTIONS(2911), 1, + anon_sym_COLON, [60167] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2387), 1, - anon_sym_RBRACE, + ACTIONS(2913), 1, + sym_identifier, [60174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2917), 1, - anon_sym_LBRACK, + ACTIONS(2915), 1, + ts_builtin_sym_end, [60181] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2919), 1, - anon_sym_RBRACK, + ACTIONS(2917), 1, + anon_sym_LBRACE, [60188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2921), 1, + ACTIONS(2919), 1, sym_identifier, [60195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 1, - anon_sym_RPAREN, + ACTIONS(2921), 1, + anon_sym_LBRACE, [60202] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2925), 1, - anon_sym_COLON, + ACTIONS(2923), 1, + sym_identifier, [60209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 1, - anon_sym_RPAREN, + ACTIONS(2925), 1, + anon_sym_RBRACK, [60216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - anon_sym_RBRACE, + ACTIONS(2927), 1, + anon_sym_RBRACK, [60223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 1, - sym_identifier, + ACTIONS(2929), 1, + anon_sym_COLON_EQ, [60230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, - anon_sym_RBRACK, + ACTIONS(2931), 1, + anon_sym_COLON, [60237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 1, + ACTIONS(2933), 1, anon_sym_COLON, [60244] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2937), 1, - anon_sym_LBRACE, + ACTIONS(2935), 1, + anon_sym_SEMI, [60251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 1, - anon_sym_LBRACE, + ACTIONS(2937), 1, + anon_sym_chan, [60258] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2941), 1, - anon_sym_RBRACK, + ACTIONS(2939), 1, + anon_sym_RBRACE, [60265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, - anon_sym_LBRACE, + ACTIONS(2941), 1, + anon_sym_LBRACK, [60272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2483), 1, - anon_sym_RBRACE, + ACTIONS(2943), 1, + anon_sym_SEMI, [60279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2430), 1, - anon_sym_RBRACE, + ACTIONS(2945), 1, + anon_sym_LBRACE, [60286] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, - anon_sym_RBRACK, + ACTIONS(2947), 1, + anon_sym_LBRACE, [60293] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2947), 1, - sym_identifier, + ACTIONS(2476), 1, + anon_sym_RBRACE, [60300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2949), 1, - anon_sym_chan, + anon_sym_RPAREN, [60307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2951), 1, - anon_sym_RBRACE, + anon_sym_LBRACE, [60314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2953), 1, - anon_sym_chan, + anon_sym_RBRACK, [60321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2955), 1, - ts_builtin_sym_end, + sym_identifier, [60328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2957), 1, - sym_identifier, + anon_sym_RPAREN, [60335] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 1, - anon_sym_SEMI, + ACTIONS(2457), 1, + anon_sym_RBRACE, [60342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2961), 1, - anon_sym_RPAREN, + ACTIONS(2959), 1, + anon_sym_EQ, [60349] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2963), 1, - anon_sym_RBRACK, + ACTIONS(2961), 1, + anon_sym_RPAREN, [60356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2667), 1, - anon_sym_RPAREN, + ACTIONS(2963), 1, + anon_sym_LBRACE, [60363] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2965), 1, - anon_sym_RPAREN, + ACTIONS(2369), 1, + anon_sym_RBRACE, [60370] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2967), 1, - anon_sym_RPAREN, + ACTIONS(2965), 1, + anon_sym_RBRACK, [60377] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_chan, + [60384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2969), 1, sym_identifier, - [60384] = 2, + [60391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2971), 1, anon_sym_LBRACK, - [60391] = 2, + [60398] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2973), 1, - anon_sym_SEMI, - [60398] = 2, + anon_sym_RBRACE, + [60405] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2975), 1, anon_sym_LBRACK, - [60405] = 2, + [60412] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2977), 1, - anon_sym_COLON_EQ, - [60412] = 2, + anon_sym_chan, + [60419] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2979), 1, - anon_sym_RPAREN, - [60419] = 2, + anon_sym_LBRACK, + [60426] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2981), 1, anon_sym_RPAREN, - [60426] = 2, + [60433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2983), 1, anon_sym_LBRACK, - [60433] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2465), 1, - anon_sym_RBRACE, [60440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2985), 1, - anon_sym_LBRACK, + anon_sym_RBRACE, [60447] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2987), 1, - anon_sym_LBRACE, + anon_sym_LBRACK, [60454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2989), 1, - sym_identifier, + anon_sym_RPAREN, }; static const uint32_t ts_small_parse_table_map[] = { @@ -56821,7 +56825,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(46)] = 2228, [SMALL_STATE(47)] = 2351, [SMALL_STATE(48)] = 2471, - [SMALL_STATE(49)] = 2588, + [SMALL_STATE(49)] = 2586, [SMALL_STATE(50)] = 2703, [SMALL_STATE(51)] = 2817, [SMALL_STATE(52)] = 2931, @@ -57012,45 +57016,45 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(237)] = 23227, [SMALL_STATE(238)] = 23298, [SMALL_STATE(239)] = 23369, - [SMALL_STATE(240)] = 23457, + [SMALL_STATE(240)] = 23437, [SMALL_STATE(241)] = 23525, - [SMALL_STATE(242)] = 23596, - [SMALL_STATE(243)] = 23661, - [SMALL_STATE(244)] = 23730, - [SMALL_STATE(245)] = 23803, - [SMALL_STATE(246)] = 23858, + [SMALL_STATE(242)] = 23590, + [SMALL_STATE(243)] = 23655, + [SMALL_STATE(244)] = 23710, + [SMALL_STATE(245)] = 23783, + [SMALL_STATE(246)] = 23854, [SMALL_STATE(247)] = 23923, [SMALL_STATE(248)] = 23990, [SMALL_STATE(249)] = 24044, [SMALL_STATE(250)] = 24098, - [SMALL_STATE(251)] = 24152, + [SMALL_STATE(251)] = 24156, [SMALL_STATE(252)] = 24210, [SMALL_STATE(253)] = 24264, [SMALL_STATE(254)] = 24317, [SMALL_STATE(255)] = 24370, - [SMALL_STATE(256)] = 24461, - [SMALL_STATE(257)] = 24514, - [SMALL_STATE(258)] = 24567, - [SMALL_STATE(259)] = 24620, - [SMALL_STATE(260)] = 24711, - [SMALL_STATE(261)] = 24764, - [SMALL_STATE(262)] = 24817, - [SMALL_STATE(263)] = 24870, - [SMALL_STATE(264)] = 24923, - [SMALL_STATE(265)] = 24976, - [SMALL_STATE(266)] = 25029, - [SMALL_STATE(267)] = 25082, - [SMALL_STATE(268)] = 25135, - [SMALL_STATE(269)] = 25188, - [SMALL_STATE(270)] = 25241, - [SMALL_STATE(271)] = 25294, - [SMALL_STATE(272)] = 25347, - [SMALL_STATE(273)] = 25400, - [SMALL_STATE(274)] = 25453, - [SMALL_STATE(275)] = 25506, - [SMALL_STATE(276)] = 25559, - [SMALL_STATE(277)] = 25612, - [SMALL_STATE(278)] = 25665, + [SMALL_STATE(256)] = 24423, + [SMALL_STATE(257)] = 24476, + [SMALL_STATE(258)] = 24529, + [SMALL_STATE(259)] = 24582, + [SMALL_STATE(260)] = 24635, + [SMALL_STATE(261)] = 24688, + [SMALL_STATE(262)] = 24741, + [SMALL_STATE(263)] = 24794, + [SMALL_STATE(264)] = 24847, + [SMALL_STATE(265)] = 24900, + [SMALL_STATE(266)] = 24953, + [SMALL_STATE(267)] = 25006, + [SMALL_STATE(268)] = 25059, + [SMALL_STATE(269)] = 25112, + [SMALL_STATE(270)] = 25165, + [SMALL_STATE(271)] = 25218, + [SMALL_STATE(272)] = 25271, + [SMALL_STATE(273)] = 25324, + [SMALL_STATE(274)] = 25377, + [SMALL_STATE(275)] = 25468, + [SMALL_STATE(276)] = 25521, + [SMALL_STATE(277)] = 25574, + [SMALL_STATE(278)] = 25627, [SMALL_STATE(279)] = 25718, [SMALL_STATE(280)] = 25771, [SMALL_STATE(281)] = 25824, @@ -57063,12 +57067,12 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(288)] = 26195, [SMALL_STATE(289)] = 26248, [SMALL_STATE(290)] = 26336, - [SMALL_STATE(291)] = 26401, - [SMALL_STATE(292)] = 26486, - [SMALL_STATE(293)] = 26547, - [SMALL_STATE(294)] = 26610, - [SMALL_STATE(295)] = 26679, - [SMALL_STATE(296)] = 26750, + [SMALL_STATE(291)] = 26407, + [SMALL_STATE(292)] = 26472, + [SMALL_STATE(293)] = 26533, + [SMALL_STATE(294)] = 26594, + [SMALL_STATE(295)] = 26663, + [SMALL_STATE(296)] = 26726, [SMALL_STATE(297)] = 26811, [SMALL_STATE(298)] = 26872, [SMALL_STATE(299)] = 26926, @@ -57112,9 +57116,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(337)] = 28788, [SMALL_STATE(338)] = 28847, [SMALL_STATE(339)] = 28907, - [SMALL_STATE(340)] = 28963, - [SMALL_STATE(341)] = 29021, - [SMALL_STATE(342)] = 29085, + [SMALL_STATE(340)] = 28965, + [SMALL_STATE(341)] = 29029, + [SMALL_STATE(342)] = 29095, [SMALL_STATE(343)] = 29151, [SMALL_STATE(344)] = 29207, [SMALL_STATE(345)] = 29275, @@ -57162,43 +57166,43 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(387)] = 31223, [SMALL_STATE(388)] = 31275, [SMALL_STATE(389)] = 31327, - [SMALL_STATE(390)] = 31372, - [SMALL_STATE(391)] = 31425, + [SMALL_STATE(390)] = 31380, + [SMALL_STATE(391)] = 31455, [SMALL_STATE(392)] = 31500, [SMALL_STATE(393)] = 31575, [SMALL_STATE(394)] = 31615, [SMALL_STATE(395)] = 31655, - [SMALL_STATE(396)] = 31719, - [SMALL_STATE(397)] = 31759, - [SMALL_STATE(398)] = 31799, - [SMALL_STATE(399)] = 31839, - [SMALL_STATE(400)] = 31879, - [SMALL_STATE(401)] = 31919, - [SMALL_STATE(402)] = 31959, - [SMALL_STATE(403)] = 31999, - [SMALL_STATE(404)] = 32039, - [SMALL_STATE(405)] = 32079, - [SMALL_STATE(406)] = 32119, - [SMALL_STATE(407)] = 32159, - [SMALL_STATE(408)] = 32199, - [SMALL_STATE(409)] = 32239, - [SMALL_STATE(410)] = 32279, - [SMALL_STATE(411)] = 32319, - [SMALL_STATE(412)] = 32359, - [SMALL_STATE(413)] = 32399, - [SMALL_STATE(414)] = 32439, - [SMALL_STATE(415)] = 32479, - [SMALL_STATE(416)] = 32519, - [SMALL_STATE(417)] = 32559, - [SMALL_STATE(418)] = 32599, - [SMALL_STATE(419)] = 32639, - [SMALL_STATE(420)] = 32679, - [SMALL_STATE(421)] = 32719, - [SMALL_STATE(422)] = 32759, - [SMALL_STATE(423)] = 32799, - [SMALL_STATE(424)] = 32839, - [SMALL_STATE(425)] = 32879, - [SMALL_STATE(426)] = 32919, + [SMALL_STATE(396)] = 31695, + [SMALL_STATE(397)] = 31735, + [SMALL_STATE(398)] = 31775, + [SMALL_STATE(399)] = 31815, + [SMALL_STATE(400)] = 31855, + [SMALL_STATE(401)] = 31895, + [SMALL_STATE(402)] = 31935, + [SMALL_STATE(403)] = 31975, + [SMALL_STATE(404)] = 32015, + [SMALL_STATE(405)] = 32055, + [SMALL_STATE(406)] = 32095, + [SMALL_STATE(407)] = 32135, + [SMALL_STATE(408)] = 32175, + [SMALL_STATE(409)] = 32215, + [SMALL_STATE(410)] = 32255, + [SMALL_STATE(411)] = 32295, + [SMALL_STATE(412)] = 32335, + [SMALL_STATE(413)] = 32375, + [SMALL_STATE(414)] = 32415, + [SMALL_STATE(415)] = 32455, + [SMALL_STATE(416)] = 32495, + [SMALL_STATE(417)] = 32535, + [SMALL_STATE(418)] = 32575, + [SMALL_STATE(419)] = 32615, + [SMALL_STATE(420)] = 32655, + [SMALL_STATE(421)] = 32695, + [SMALL_STATE(422)] = 32735, + [SMALL_STATE(423)] = 32775, + [SMALL_STATE(424)] = 32815, + [SMALL_STATE(425)] = 32855, + [SMALL_STATE(426)] = 32895, [SMALL_STATE(427)] = 32959, [SMALL_STATE(428)] = 32999, [SMALL_STATE(429)] = 33039, @@ -57206,264 +57210,264 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(431)] = 33119, [SMALL_STATE(432)] = 33171, [SMALL_STATE(433)] = 33211, - [SMALL_STATE(434)] = 33260, - [SMALL_STATE(435)] = 33315, - [SMALL_STATE(436)] = 33380, - [SMALL_STATE(437)] = 33429, - [SMALL_STATE(438)] = 33482, - [SMALL_STATE(439)] = 33535, - [SMALL_STATE(440)] = 33594, - [SMALL_STATE(441)] = 33645, - [SMALL_STATE(442)] = 33702, - [SMALL_STATE(443)] = 33759, - [SMALL_STATE(444)] = 33822, - [SMALL_STATE(445)] = 33883, + [SMALL_STATE(434)] = 33262, + [SMALL_STATE(435)] = 33327, + [SMALL_STATE(436)] = 33386, + [SMALL_STATE(437)] = 33439, + [SMALL_STATE(438)] = 33504, + [SMALL_STATE(439)] = 33561, + [SMALL_STATE(440)] = 33618, + [SMALL_STATE(441)] = 33673, + [SMALL_STATE(442)] = 33726, + [SMALL_STATE(443)] = 33787, + [SMALL_STATE(444)] = 33850, + [SMALL_STATE(445)] = 33899, [SMALL_STATE(446)] = 33948, [SMALL_STATE(447)] = 34006, - [SMALL_STATE(448)] = 34064, - [SMALL_STATE(449)] = 34132, - [SMALL_STATE(450)] = 34204, - [SMALL_STATE(451)] = 34278, - [SMALL_STATE(452)] = 34336, - [SMALL_STATE(453)] = 34386, - [SMALL_STATE(454)] = 34428, - [SMALL_STATE(455)] = 34498, - [SMALL_STATE(456)] = 34568, + [SMALL_STATE(448)] = 34048, + [SMALL_STATE(449)] = 34106, + [SMALL_STATE(450)] = 34164, + [SMALL_STATE(451)] = 34234, + [SMALL_STATE(452)] = 34306, + [SMALL_STATE(453)] = 34380, + [SMALL_STATE(454)] = 34430, + [SMALL_STATE(455)] = 34500, + [SMALL_STATE(456)] = 34570, [SMALL_STATE(457)] = 34638, - [SMALL_STATE(458)] = 34675, - [SMALL_STATE(459)] = 34712, - [SMALL_STATE(460)] = 34749, - [SMALL_STATE(461)] = 34800, - [SMALL_STATE(462)] = 34855, - [SMALL_STATE(463)] = 34914, - [SMALL_STATE(464)] = 34975, - [SMALL_STATE(465)] = 35012, - [SMALL_STATE(466)] = 35049, - [SMALL_STATE(467)] = 35086, - [SMALL_STATE(468)] = 35155, - [SMALL_STATE(469)] = 35192, - [SMALL_STATE(470)] = 35229, - [SMALL_STATE(471)] = 35266, - [SMALL_STATE(472)] = 35303, - [SMALL_STATE(473)] = 35340, - [SMALL_STATE(474)] = 35377, - [SMALL_STATE(475)] = 35414, - [SMALL_STATE(476)] = 35451, - [SMALL_STATE(477)] = 35488, - [SMALL_STATE(478)] = 35525, - [SMALL_STATE(479)] = 35594, - [SMALL_STATE(480)] = 35631, - [SMALL_STATE(481)] = 35668, - [SMALL_STATE(482)] = 35705, - [SMALL_STATE(483)] = 35768, - [SMALL_STATE(484)] = 35805, - [SMALL_STATE(485)] = 35842, - [SMALL_STATE(486)] = 35879, - [SMALL_STATE(487)] = 35916, - [SMALL_STATE(488)] = 35963, - [SMALL_STATE(489)] = 36032, - [SMALL_STATE(490)] = 36069, - [SMALL_STATE(491)] = 36106, - [SMALL_STATE(492)] = 36171, - [SMALL_STATE(493)] = 36236, + [SMALL_STATE(458)] = 34703, + [SMALL_STATE(459)] = 34740, + [SMALL_STATE(460)] = 34777, + [SMALL_STATE(461)] = 34838, + [SMALL_STATE(462)] = 34889, + [SMALL_STATE(463)] = 34936, + [SMALL_STATE(464)] = 34973, + [SMALL_STATE(465)] = 35010, + [SMALL_STATE(466)] = 35047, + [SMALL_STATE(467)] = 35084, + [SMALL_STATE(468)] = 35121, + [SMALL_STATE(469)] = 35190, + [SMALL_STATE(470)] = 35227, + [SMALL_STATE(471)] = 35264, + [SMALL_STATE(472)] = 35301, + [SMALL_STATE(473)] = 35338, + [SMALL_STATE(474)] = 35403, + [SMALL_STATE(475)] = 35440, + [SMALL_STATE(476)] = 35477, + [SMALL_STATE(477)] = 35514, + [SMALL_STATE(478)] = 35573, + [SMALL_STATE(479)] = 35610, + [SMALL_STATE(480)] = 35679, + [SMALL_STATE(481)] = 35716, + [SMALL_STATE(482)] = 35753, + [SMALL_STATE(483)] = 35790, + [SMALL_STATE(484)] = 35827, + [SMALL_STATE(485)] = 35864, + [SMALL_STATE(486)] = 35901, + [SMALL_STATE(487)] = 35956, + [SMALL_STATE(488)] = 35993, + [SMALL_STATE(489)] = 36062, + [SMALL_STATE(490)] = 36099, + [SMALL_STATE(491)] = 36162, + [SMALL_STATE(492)] = 36231, + [SMALL_STATE(493)] = 36268, [SMALL_STATE(494)] = 36305, [SMALL_STATE(495)] = 36342, - [SMALL_STATE(496)] = 36389, - [SMALL_STATE(497)] = 36426, - [SMALL_STATE(498)] = 36463, - [SMALL_STATE(499)] = 36500, - [SMALL_STATE(500)] = 36569, - [SMALL_STATE(501)] = 36638, - [SMALL_STATE(502)] = 36675, - [SMALL_STATE(503)] = 36712, - [SMALL_STATE(504)] = 36749, - [SMALL_STATE(505)] = 36786, - [SMALL_STATE(506)] = 36823, - [SMALL_STATE(507)] = 36860, - [SMALL_STATE(508)] = 36897, - [SMALL_STATE(509)] = 36934, + [SMALL_STATE(496)] = 36379, + [SMALL_STATE(497)] = 36416, + [SMALL_STATE(498)] = 36453, + [SMALL_STATE(499)] = 36490, + [SMALL_STATE(500)] = 36527, + [SMALL_STATE(501)] = 36564, + [SMALL_STATE(502)] = 36601, + [SMALL_STATE(503)] = 36670, + [SMALL_STATE(504)] = 36707, + [SMALL_STATE(505)] = 36744, + [SMALL_STATE(506)] = 36781, + [SMALL_STATE(507)] = 36818, + [SMALL_STATE(508)] = 36855, + [SMALL_STATE(509)] = 36924, [SMALL_STATE(510)] = 36971, [SMALL_STATE(511)] = 37037, - [SMALL_STATE(512)] = 37103, - [SMALL_STATE(513)] = 37169, - [SMALL_STATE(514)] = 37235, - [SMALL_STATE(515)] = 37283, - [SMALL_STATE(516)] = 37323, - [SMALL_STATE(517)] = 37389, - [SMALL_STATE(518)] = 37455, - [SMALL_STATE(519)] = 37521, - [SMALL_STATE(520)] = 37587, - [SMALL_STATE(521)] = 37639, - [SMALL_STATE(522)] = 37705, - [SMALL_STATE(523)] = 37769, - [SMALL_STATE(524)] = 37835, - [SMALL_STATE(525)] = 37899, - [SMALL_STATE(526)] = 37965, - [SMALL_STATE(527)] = 38031, + [SMALL_STATE(512)] = 37101, + [SMALL_STATE(513)] = 37167, + [SMALL_STATE(514)] = 37233, + [SMALL_STATE(515)] = 37281, + [SMALL_STATE(516)] = 37347, + [SMALL_STATE(517)] = 37413, + [SMALL_STATE(518)] = 37479, + [SMALL_STATE(519)] = 37545, + [SMALL_STATE(520)] = 37611, + [SMALL_STATE(521)] = 37677, + [SMALL_STATE(522)] = 37743, + [SMALL_STATE(523)] = 37809, + [SMALL_STATE(524)] = 37861, + [SMALL_STATE(525)] = 37927, + [SMALL_STATE(526)] = 37993, + [SMALL_STATE(527)] = 38057, [SMALL_STATE(528)] = 38097, - [SMALL_STATE(529)] = 38132, - [SMALL_STATE(530)] = 38167, - [SMALL_STATE(531)] = 38230, - [SMALL_STATE(532)] = 38293, - [SMALL_STATE(533)] = 38358, - [SMALL_STATE(534)] = 38423, - [SMALL_STATE(535)] = 38458, - [SMALL_STATE(536)] = 38503, - [SMALL_STATE(537)] = 38570, - [SMALL_STATE(538)] = 38605, - [SMALL_STATE(539)] = 38640, - [SMALL_STATE(540)] = 38675, - [SMALL_STATE(541)] = 38738, - [SMALL_STATE(542)] = 38799, - [SMALL_STATE(543)] = 38862, - [SMALL_STATE(544)] = 38897, - [SMALL_STATE(545)] = 38960, - [SMALL_STATE(546)] = 38995, - [SMALL_STATE(547)] = 39044, - [SMALL_STATE(548)] = 39109, - [SMALL_STATE(549)] = 39144, - [SMALL_STATE(550)] = 39197, - [SMALL_STATE(551)] = 39252, - [SMALL_STATE(552)] = 39309, - [SMALL_STATE(553)] = 39344, - [SMALL_STATE(554)] = 39379, - [SMALL_STATE(555)] = 39414, - [SMALL_STATE(556)] = 39449, - [SMALL_STATE(557)] = 39512, - [SMALL_STATE(558)] = 39575, - [SMALL_STATE(559)] = 39624, - [SMALL_STATE(560)] = 39677, - [SMALL_STATE(561)] = 39732, - [SMALL_STATE(562)] = 39789, - [SMALL_STATE(563)] = 39852, - [SMALL_STATE(564)] = 39915, - [SMALL_STATE(565)] = 39978, - [SMALL_STATE(566)] = 40037, - [SMALL_STATE(567)] = 40072, - [SMALL_STATE(568)] = 40107, - [SMALL_STATE(569)] = 40142, - [SMALL_STATE(570)] = 40177, - [SMALL_STATE(571)] = 40212, - [SMALL_STATE(572)] = 40247, - [SMALL_STATE(573)] = 40282, - [SMALL_STATE(574)] = 40317, - [SMALL_STATE(575)] = 40352, - [SMALL_STATE(576)] = 40387, - [SMALL_STATE(577)] = 40422, - [SMALL_STATE(578)] = 40457, - [SMALL_STATE(579)] = 40492, - [SMALL_STATE(580)] = 40527, - [SMALL_STATE(581)] = 40562, - [SMALL_STATE(582)] = 40597, - [SMALL_STATE(583)] = 40632, - [SMALL_STATE(584)] = 40667, + [SMALL_STATE(529)] = 38160, + [SMALL_STATE(530)] = 38195, + [SMALL_STATE(531)] = 38244, + [SMALL_STATE(532)] = 38279, + [SMALL_STATE(533)] = 38342, + [SMALL_STATE(534)] = 38395, + [SMALL_STATE(535)] = 38430, + [SMALL_STATE(536)] = 38493, + [SMALL_STATE(537)] = 38528, + [SMALL_STATE(538)] = 38591, + [SMALL_STATE(539)] = 38626, + [SMALL_STATE(540)] = 38661, + [SMALL_STATE(541)] = 38696, + [SMALL_STATE(542)] = 38761, + [SMALL_STATE(543)] = 38816, + [SMALL_STATE(544)] = 38851, + [SMALL_STATE(545)] = 38914, + [SMALL_STATE(546)] = 38949, + [SMALL_STATE(547)] = 39008, + [SMALL_STATE(548)] = 39043, + [SMALL_STATE(549)] = 39078, + [SMALL_STATE(550)] = 39113, + [SMALL_STATE(551)] = 39148, + [SMALL_STATE(552)] = 39183, + [SMALL_STATE(553)] = 39246, + [SMALL_STATE(554)] = 39303, + [SMALL_STATE(555)] = 39338, + [SMALL_STATE(556)] = 39373, + [SMALL_STATE(557)] = 39408, + [SMALL_STATE(558)] = 39443, + [SMALL_STATE(559)] = 39478, + [SMALL_STATE(560)] = 39513, + [SMALL_STATE(561)] = 39580, + [SMALL_STATE(562)] = 39643, + [SMALL_STATE(563)] = 39678, + [SMALL_STATE(564)] = 39713, + [SMALL_STATE(565)] = 39748, + [SMALL_STATE(566)] = 39783, + [SMALL_STATE(567)] = 39846, + [SMALL_STATE(568)] = 39881, + [SMALL_STATE(569)] = 39916, + [SMALL_STATE(570)] = 39951, + [SMALL_STATE(571)] = 39986, + [SMALL_STATE(572)] = 40051, + [SMALL_STATE(573)] = 40086, + [SMALL_STATE(574)] = 40139, + [SMALL_STATE(575)] = 40174, + [SMALL_STATE(576)] = 40229, + [SMALL_STATE(577)] = 40292, + [SMALL_STATE(578)] = 40327, + [SMALL_STATE(579)] = 40362, + [SMALL_STATE(580)] = 40427, + [SMALL_STATE(581)] = 40490, + [SMALL_STATE(582)] = 40539, + [SMALL_STATE(583)] = 40584, + [SMALL_STATE(584)] = 40645, [SMALL_STATE(585)] = 40702, [SMALL_STATE(586)] = 40737, - [SMALL_STATE(587)] = 40772, - [SMALL_STATE(588)] = 40807, - [SMALL_STATE(589)] = 40842, + [SMALL_STATE(587)] = 40800, + [SMALL_STATE(588)] = 40835, + [SMALL_STATE(589)] = 40870, [SMALL_STATE(590)] = 40905, - [SMALL_STATE(591)] = 40968, + [SMALL_STATE(591)] = 40940, [SMALL_STATE(592)] = 41003, [SMALL_STATE(593)] = 41038, [SMALL_STATE(594)] = 41100, [SMALL_STATE(595)] = 41160, [SMALL_STATE(596)] = 41224, - [SMALL_STATE(597)] = 41286, - [SMALL_STATE(598)] = 41344, - [SMALL_STATE(599)] = 41404, - [SMALL_STATE(600)] = 41464, - [SMALL_STATE(601)] = 41526, - [SMALL_STATE(602)] = 41588, - [SMALL_STATE(603)] = 41648, - [SMALL_STATE(604)] = 41708, - [SMALL_STATE(605)] = 41770, - [SMALL_STATE(606)] = 41830, - [SMALL_STATE(607)] = 41890, - [SMALL_STATE(608)] = 41950, - [SMALL_STATE(609)] = 42010, - [SMALL_STATE(610)] = 42070, - [SMALL_STATE(611)] = 42132, - [SMALL_STATE(612)] = 42190, - [SMALL_STATE(613)] = 42250, - [SMALL_STATE(614)] = 42312, - [SMALL_STATE(615)] = 42374, - [SMALL_STATE(616)] = 42436, - [SMALL_STATE(617)] = 42496, - [SMALL_STATE(618)] = 42556, - [SMALL_STATE(619)] = 42616, - [SMALL_STATE(620)] = 42678, - [SMALL_STATE(621)] = 42738, + [SMALL_STATE(597)] = 41288, + [SMALL_STATE(598)] = 41348, + [SMALL_STATE(599)] = 41408, + [SMALL_STATE(600)] = 41468, + [SMALL_STATE(601)] = 41530, + [SMALL_STATE(602)] = 41590, + [SMALL_STATE(603)] = 41652, + [SMALL_STATE(604)] = 41714, + [SMALL_STATE(605)] = 41774, + [SMALL_STATE(606)] = 41836, + [SMALL_STATE(607)] = 41896, + [SMALL_STATE(608)] = 41958, + [SMALL_STATE(609)] = 42020, + [SMALL_STATE(610)] = 42080, + [SMALL_STATE(611)] = 42140, + [SMALL_STATE(612)] = 42200, + [SMALL_STATE(613)] = 42260, + [SMALL_STATE(614)] = 42322, + [SMALL_STATE(615)] = 42382, + [SMALL_STATE(616)] = 42442, + [SMALL_STATE(617)] = 42502, + [SMALL_STATE(618)] = 42562, + [SMALL_STATE(619)] = 42620, + [SMALL_STATE(620)] = 42680, + [SMALL_STATE(621)] = 42740, [SMALL_STATE(622)] = 42798, - [SMALL_STATE(623)] = 42856, - [SMALL_STATE(624)] = 42916, - [SMALL_STATE(625)] = 42978, - [SMALL_STATE(626)] = 43040, - [SMALL_STATE(627)] = 43100, - [SMALL_STATE(628)] = 43162, - [SMALL_STATE(629)] = 43224, + [SMALL_STATE(623)] = 42858, + [SMALL_STATE(624)] = 42920, + [SMALL_STATE(625)] = 42980, + [SMALL_STATE(626)] = 43038, + [SMALL_STATE(627)] = 43098, + [SMALL_STATE(628)] = 43160, + [SMALL_STATE(629)] = 43222, [SMALL_STATE(630)] = 43284, [SMALL_STATE(631)] = 43344, [SMALL_STATE(632)] = 43404, [SMALL_STATE(633)] = 43464, - [SMALL_STATE(634)] = 43524, - [SMALL_STATE(635)] = 43584, + [SMALL_STATE(634)] = 43526, + [SMALL_STATE(635)] = 43586, [SMALL_STATE(636)] = 43648, [SMALL_STATE(637)] = 43708, [SMALL_STATE(638)] = 43768, [SMALL_STATE(639)] = 43825, [SMALL_STATE(640)] = 43882, [SMALL_STATE(641)] = 43941, - [SMALL_STATE(642)] = 43998, + [SMALL_STATE(642)] = 44000, [SMALL_STATE(643)] = 44057, - [SMALL_STATE(644)] = 44116, - [SMALL_STATE(645)] = 44175, - [SMALL_STATE(646)] = 44232, - [SMALL_STATE(647)] = 44289, - [SMALL_STATE(648)] = 44346, - [SMALL_STATE(649)] = 44405, + [SMALL_STATE(644)] = 44114, + [SMALL_STATE(645)] = 44171, + [SMALL_STATE(646)] = 44228, + [SMALL_STATE(647)] = 44287, + [SMALL_STATE(648)] = 44344, + [SMALL_STATE(649)] = 44403, [SMALL_STATE(650)] = 44462, [SMALL_STATE(651)] = 44521, [SMALL_STATE(652)] = 44580, [SMALL_STATE(653)] = 44639, - [SMALL_STATE(654)] = 44696, - [SMALL_STATE(655)] = 44753, + [SMALL_STATE(654)] = 44698, + [SMALL_STATE(655)] = 44755, [SMALL_STATE(656)] = 44812, [SMALL_STATE(657)] = 44871, [SMALL_STATE(658)] = 44928, [SMALL_STATE(659)] = 44985, [SMALL_STATE(660)] = 45044, [SMALL_STATE(661)] = 45101, - [SMALL_STATE(662)] = 45160, - [SMALL_STATE(663)] = 45217, - [SMALL_STATE(664)] = 45276, - [SMALL_STATE(665)] = 45335, + [SMALL_STATE(662)] = 45158, + [SMALL_STATE(663)] = 45215, + [SMALL_STATE(664)] = 45274, + [SMALL_STATE(665)] = 45333, [SMALL_STATE(666)] = 45392, [SMALL_STATE(667)] = 45449, - [SMALL_STATE(668)] = 45506, + [SMALL_STATE(668)] = 45508, [SMALL_STATE(669)] = 45565, [SMALL_STATE(670)] = 45622, - [SMALL_STATE(671)] = 45679, + [SMALL_STATE(671)] = 45681, [SMALL_STATE(672)] = 45738, [SMALL_STATE(673)] = 45797, [SMALL_STATE(674)] = 45856, [SMALL_STATE(675)] = 45913, [SMALL_STATE(676)] = 45970, - [SMALL_STATE(677)] = 46027, - [SMALL_STATE(678)] = 46086, + [SMALL_STATE(677)] = 46029, + [SMALL_STATE(678)] = 46088, [SMALL_STATE(679)] = 46145, - [SMALL_STATE(680)] = 46204, - [SMALL_STATE(681)] = 46261, - [SMALL_STATE(682)] = 46318, + [SMALL_STATE(680)] = 46202, + [SMALL_STATE(681)] = 46259, + [SMALL_STATE(682)] = 46316, [SMALL_STATE(683)] = 46375, - [SMALL_STATE(684)] = 46432, + [SMALL_STATE(684)] = 46434, [SMALL_STATE(685)] = 46491, - [SMALL_STATE(686)] = 46550, - [SMALL_STATE(687)] = 46609, + [SMALL_STATE(686)] = 46548, + [SMALL_STATE(687)] = 46607, [SMALL_STATE(688)] = 46666, [SMALL_STATE(689)] = 46723, - [SMALL_STATE(690)] = 46780, - [SMALL_STATE(691)] = 46839, + [SMALL_STATE(690)] = 46782, + [SMALL_STATE(691)] = 46841, [SMALL_STATE(692)] = 46898, [SMALL_STATE(693)] = 46955, [SMALL_STATE(694)] = 47012, @@ -57482,17 +57486,17 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(707)] = 47740, [SMALL_STATE(708)] = 47796, [SMALL_STATE(709)] = 47852, - [SMALL_STATE(710)] = 47908, - [SMALL_STATE(711)] = 47964, - [SMALL_STATE(712)] = 48020, - [SMALL_STATE(713)] = 48076, - [SMALL_STATE(714)] = 48132, - [SMALL_STATE(715)] = 48188, - [SMALL_STATE(716)] = 48244, - [SMALL_STATE(717)] = 48300, - [SMALL_STATE(718)] = 48356, - [SMALL_STATE(719)] = 48412, - [SMALL_STATE(720)] = 48468, + [SMALL_STATE(710)] = 47906, + [SMALL_STATE(711)] = 47962, + [SMALL_STATE(712)] = 48018, + [SMALL_STATE(713)] = 48074, + [SMALL_STATE(714)] = 48130, + [SMALL_STATE(715)] = 48186, + [SMALL_STATE(716)] = 48242, + [SMALL_STATE(717)] = 48298, + [SMALL_STATE(718)] = 48354, + [SMALL_STATE(719)] = 48410, + [SMALL_STATE(720)] = 48466, [SMALL_STATE(721)] = 48522, [SMALL_STATE(722)] = 48578, [SMALL_STATE(723)] = 48634, @@ -57566,11 +57570,11 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(791)] = 52006, [SMALL_STATE(792)] = 52031, [SMALL_STATE(793)] = 52059, - [SMALL_STATE(794)] = 52087, + [SMALL_STATE(794)] = 52085, [SMALL_STATE(795)] = 52113, - [SMALL_STATE(796)] = 52134, + [SMALL_STATE(796)] = 52138, [SMALL_STATE(797)] = 52159, - [SMALL_STATE(798)] = 52182, + [SMALL_STATE(798)] = 52180, [SMALL_STATE(799)] = 52203, [SMALL_STATE(800)] = 52228, [SMALL_STATE(801)] = 52249, @@ -57605,160 +57609,160 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(830)] = 52836, [SMALL_STATE(831)] = 52856, [SMALL_STATE(832)] = 52876, - [SMALL_STATE(833)] = 52899, + [SMALL_STATE(833)] = 52895, [SMALL_STATE(834)] = 52918, [SMALL_STATE(835)] = 52937, [SMALL_STATE(836)] = 52956, - [SMALL_STATE(837)] = 52976, - [SMALL_STATE(838)] = 53008, - [SMALL_STATE(839)] = 53040, - [SMALL_STATE(840)] = 53068, + [SMALL_STATE(837)] = 52988, + [SMALL_STATE(838)] = 53016, + [SMALL_STATE(839)] = 53046, + [SMALL_STATE(840)] = 53078, [SMALL_STATE(841)] = 53098, [SMALL_STATE(842)] = 53120, [SMALL_STATE(843)] = 53135, - [SMALL_STATE(844)] = 53150, - [SMALL_STATE(845)] = 53165, - [SMALL_STATE(846)] = 53196, - [SMALL_STATE(847)] = 53211, - [SMALL_STATE(848)] = 53226, - [SMALL_STATE(849)] = 53245, - [SMALL_STATE(850)] = 53276, - [SMALL_STATE(851)] = 53291, - [SMALL_STATE(852)] = 53306, - [SMALL_STATE(853)] = 53321, - [SMALL_STATE(854)] = 53336, - [SMALL_STATE(855)] = 53351, - [SMALL_STATE(856)] = 53374, - [SMALL_STATE(857)] = 53389, - [SMALL_STATE(858)] = 53404, - [SMALL_STATE(859)] = 53419, - [SMALL_STATE(860)] = 53434, - [SMALL_STATE(861)] = 53449, - [SMALL_STATE(862)] = 53480, - [SMALL_STATE(863)] = 53495, - [SMALL_STATE(864)] = 53526, - [SMALL_STATE(865)] = 53557, - [SMALL_STATE(866)] = 53572, - [SMALL_STATE(867)] = 53587, - [SMALL_STATE(868)] = 53602, - [SMALL_STATE(869)] = 53629, + [SMALL_STATE(844)] = 53166, + [SMALL_STATE(845)] = 53197, + [SMALL_STATE(846)] = 53212, + [SMALL_STATE(847)] = 53227, + [SMALL_STATE(848)] = 53242, + [SMALL_STATE(849)] = 53257, + [SMALL_STATE(850)] = 53284, + [SMALL_STATE(851)] = 53299, + [SMALL_STATE(852)] = 53314, + [SMALL_STATE(853)] = 53329, + [SMALL_STATE(854)] = 53360, + [SMALL_STATE(855)] = 53383, + [SMALL_STATE(856)] = 53398, + [SMALL_STATE(857)] = 53413, + [SMALL_STATE(858)] = 53428, + [SMALL_STATE(859)] = 53443, + [SMALL_STATE(860)] = 53474, + [SMALL_STATE(861)] = 53489, + [SMALL_STATE(862)] = 53504, + [SMALL_STATE(863)] = 53535, + [SMALL_STATE(864)] = 53550, + [SMALL_STATE(865)] = 53565, + [SMALL_STATE(866)] = 53580, + [SMALL_STATE(867)] = 53607, + [SMALL_STATE(868)] = 53626, + [SMALL_STATE(869)] = 53641, [SMALL_STATE(870)] = 53656, [SMALL_STATE(871)] = 53671, [SMALL_STATE(872)] = 53686, - [SMALL_STATE(873)] = 53717, - [SMALL_STATE(874)] = 53732, + [SMALL_STATE(873)] = 53701, + [SMALL_STATE(874)] = 53716, [SMALL_STATE(875)] = 53747, [SMALL_STATE(876)] = 53762, [SMALL_STATE(877)] = 53777, [SMALL_STATE(878)] = 53792, [SMALL_STATE(879)] = 53807, - [SMALL_STATE(880)] = 53835, - [SMALL_STATE(881)] = 53853, - [SMALL_STATE(882)] = 53873, - [SMALL_STATE(883)] = 53901, - [SMALL_STATE(884)] = 53929, - [SMALL_STATE(885)] = 53957, - [SMALL_STATE(886)] = 53985, - [SMALL_STATE(887)] = 54013, - [SMALL_STATE(888)] = 54035, - [SMALL_STATE(889)] = 54055, - [SMALL_STATE(890)] = 54083, - [SMALL_STATE(891)] = 54111, - [SMALL_STATE(892)] = 54133, + [SMALL_STATE(880)] = 53829, + [SMALL_STATE(881)] = 53857, + [SMALL_STATE(882)] = 53877, + [SMALL_STATE(883)] = 53905, + [SMALL_STATE(884)] = 53933, + [SMALL_STATE(885)] = 53955, + [SMALL_STATE(886)] = 53983, + [SMALL_STATE(887)] = 54011, + [SMALL_STATE(888)] = 54039, + [SMALL_STATE(889)] = 54067, + [SMALL_STATE(890)] = 54095, + [SMALL_STATE(891)] = 54123, + [SMALL_STATE(892)] = 54143, [SMALL_STATE(893)] = 54161, [SMALL_STATE(894)] = 54189, [SMALL_STATE(895)] = 54207, [SMALL_STATE(896)] = 54226, - [SMALL_STATE(897)] = 54243, - [SMALL_STATE(898)] = 54260, - [SMALL_STATE(899)] = 54279, - [SMALL_STATE(900)] = 54298, - [SMALL_STATE(901)] = 54315, - [SMALL_STATE(902)] = 54332, - [SMALL_STATE(903)] = 54357, - [SMALL_STATE(904)] = 54378, - [SMALL_STATE(905)] = 54395, - [SMALL_STATE(906)] = 54416, + [SMALL_STATE(897)] = 54245, + [SMALL_STATE(898)] = 54262, + [SMALL_STATE(899)] = 54287, + [SMALL_STATE(900)] = 54304, + [SMALL_STATE(901)] = 54323, + [SMALL_STATE(902)] = 54344, + [SMALL_STATE(903)] = 54361, + [SMALL_STATE(904)] = 54382, + [SMALL_STATE(905)] = 54399, + [SMALL_STATE(906)] = 54420, [SMALL_STATE(907)] = 54437, - [SMALL_STATE(908)] = 54458, - [SMALL_STATE(909)] = 54477, - [SMALL_STATE(910)] = 54498, - [SMALL_STATE(911)] = 54517, - [SMALL_STATE(912)] = 54534, + [SMALL_STATE(908)] = 54454, + [SMALL_STATE(909)] = 54475, + [SMALL_STATE(910)] = 54494, + [SMALL_STATE(911)] = 54511, + [SMALL_STATE(912)] = 54530, [SMALL_STATE(913)] = 54551, [SMALL_STATE(914)] = 54565, [SMALL_STATE(915)] = 54583, - [SMALL_STATE(916)] = 54601, - [SMALL_STATE(917)] = 54619, - [SMALL_STATE(918)] = 54633, + [SMALL_STATE(916)] = 54597, + [SMALL_STATE(917)] = 54611, + [SMALL_STATE(918)] = 54629, [SMALL_STATE(919)] = 54647, [SMALL_STATE(920)] = 54661, [SMALL_STATE(921)] = 54675, [SMALL_STATE(922)] = 54689, [SMALL_STATE(923)] = 54703, - [SMALL_STATE(924)] = 54721, + [SMALL_STATE(924)] = 54717, [SMALL_STATE(925)] = 54735, [SMALL_STATE(926)] = 54749, [SMALL_STATE(927)] = 54763, [SMALL_STATE(928)] = 54777, - [SMALL_STATE(929)] = 54795, - [SMALL_STATE(930)] = 54813, - [SMALL_STATE(931)] = 54827, - [SMALL_STATE(932)] = 54845, - [SMALL_STATE(933)] = 54859, - [SMALL_STATE(934)] = 54873, - [SMALL_STATE(935)] = 54887, - [SMALL_STATE(936)] = 54901, - [SMALL_STATE(937)] = 54915, - [SMALL_STATE(938)] = 54929, - [SMALL_STATE(939)] = 54943, - [SMALL_STATE(940)] = 54957, - [SMALL_STATE(941)] = 54971, - [SMALL_STATE(942)] = 54985, - [SMALL_STATE(943)] = 54999, - [SMALL_STATE(944)] = 55013, - [SMALL_STATE(945)] = 55027, - [SMALL_STATE(946)] = 55049, - [SMALL_STATE(947)] = 55063, - [SMALL_STATE(948)] = 55077, - [SMALL_STATE(949)] = 55091, - [SMALL_STATE(950)] = 55105, - [SMALL_STATE(951)] = 55119, - [SMALL_STATE(952)] = 55133, + [SMALL_STATE(929)] = 54791, + [SMALL_STATE(930)] = 54805, + [SMALL_STATE(931)] = 54819, + [SMALL_STATE(932)] = 54833, + [SMALL_STATE(933)] = 54853, + [SMALL_STATE(934)] = 54867, + [SMALL_STATE(935)] = 54881, + [SMALL_STATE(936)] = 54899, + [SMALL_STATE(937)] = 54917, + [SMALL_STATE(938)] = 54931, + [SMALL_STATE(939)] = 54945, + [SMALL_STATE(940)] = 54959, + [SMALL_STATE(941)] = 54973, + [SMALL_STATE(942)] = 54987, + [SMALL_STATE(943)] = 55001, + [SMALL_STATE(944)] = 55015, + [SMALL_STATE(945)] = 55029, + [SMALL_STATE(946)] = 55047, + [SMALL_STATE(947)] = 55061, + [SMALL_STATE(948)] = 55075, + [SMALL_STATE(949)] = 55089, + [SMALL_STATE(950)] = 55103, + [SMALL_STATE(951)] = 55117, + [SMALL_STATE(952)] = 55131, [SMALL_STATE(953)] = 55145, [SMALL_STATE(954)] = 55159, [SMALL_STATE(955)] = 55173, [SMALL_STATE(956)] = 55187, [SMALL_STATE(957)] = 55201, [SMALL_STATE(958)] = 55215, - [SMALL_STATE(959)] = 55233, - [SMALL_STATE(960)] = 55251, - [SMALL_STATE(961)] = 55265, - [SMALL_STATE(962)] = 55279, - [SMALL_STATE(963)] = 55293, + [SMALL_STATE(959)] = 55229, + [SMALL_STATE(960)] = 55243, + [SMALL_STATE(961)] = 55257, + [SMALL_STATE(962)] = 55275, + [SMALL_STATE(963)] = 55289, [SMALL_STATE(964)] = 55307, - [SMALL_STATE(965)] = 55325, + [SMALL_STATE(965)] = 55321, [SMALL_STATE(966)] = 55339, - [SMALL_STATE(967)] = 55353, + [SMALL_STATE(967)] = 55357, [SMALL_STATE(968)] = 55371, [SMALL_STATE(969)] = 55385, [SMALL_STATE(970)] = 55399, [SMALL_STATE(971)] = 55413, [SMALL_STATE(972)] = 55427, [SMALL_STATE(973)] = 55445, - [SMALL_STATE(974)] = 55459, - [SMALL_STATE(975)] = 55473, - [SMALL_STATE(976)] = 55487, + [SMALL_STATE(974)] = 55463, + [SMALL_STATE(975)] = 55477, + [SMALL_STATE(976)] = 55495, [SMALL_STATE(977)] = 55509, [SMALL_STATE(978)] = 55527, [SMALL_STATE(979)] = 55541, [SMALL_STATE(980)] = 55559, - [SMALL_STATE(981)] = 55573, + [SMALL_STATE(981)] = 55577, [SMALL_STATE(982)] = 55591, - [SMALL_STATE(983)] = 55609, - [SMALL_STATE(984)] = 55623, - [SMALL_STATE(985)] = 55637, - [SMALL_STATE(986)] = 55655, + [SMALL_STATE(983)] = 55613, + [SMALL_STATE(984)] = 55631, + [SMALL_STATE(985)] = 55645, + [SMALL_STATE(986)] = 55659, [SMALL_STATE(987)] = 55673, [SMALL_STATE(988)] = 55687, [SMALL_STATE(989)] = 55705, @@ -57766,24 +57770,24 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(991)] = 55733, [SMALL_STATE(992)] = 55747, [SMALL_STATE(993)] = 55761, - [SMALL_STATE(994)] = 55779, + [SMALL_STATE(994)] = 55775, [SMALL_STATE(995)] = 55793, [SMALL_STATE(996)] = 55807, - [SMALL_STATE(997)] = 55825, - [SMALL_STATE(998)] = 55839, - [SMALL_STATE(999)] = 55857, - [SMALL_STATE(1000)] = 55871, - [SMALL_STATE(1001)] = 55885, - [SMALL_STATE(1002)] = 55899, - [SMALL_STATE(1003)] = 55913, - [SMALL_STATE(1004)] = 55927, - [SMALL_STATE(1005)] = 55947, - [SMALL_STATE(1006)] = 55961, - [SMALL_STATE(1007)] = 55975, - [SMALL_STATE(1008)] = 55993, - [SMALL_STATE(1009)] = 56007, - [SMALL_STATE(1010)] = 56021, - [SMALL_STATE(1011)] = 56035, + [SMALL_STATE(997)] = 55821, + [SMALL_STATE(998)] = 55835, + [SMALL_STATE(999)] = 55849, + [SMALL_STATE(1000)] = 55861, + [SMALL_STATE(1001)] = 55875, + [SMALL_STATE(1002)] = 55889, + [SMALL_STATE(1003)] = 55907, + [SMALL_STATE(1004)] = 55925, + [SMALL_STATE(1005)] = 55939, + [SMALL_STATE(1006)] = 55953, + [SMALL_STATE(1007)] = 55967, + [SMALL_STATE(1008)] = 55981, + [SMALL_STATE(1009)] = 56003, + [SMALL_STATE(1010)] = 56017, + [SMALL_STATE(1011)] = 56031, [SMALL_STATE(1012)] = 56049, [SMALL_STATE(1013)] = 56063, [SMALL_STATE(1014)] = 56077, @@ -57794,145 +57798,145 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1019)] = 56152, [SMALL_STATE(1020)] = 56169, [SMALL_STATE(1021)] = 56186, - [SMALL_STATE(1022)] = 56203, + [SMALL_STATE(1022)] = 56205, [SMALL_STATE(1023)] = 56222, - [SMALL_STATE(1024)] = 56239, - [SMALL_STATE(1025)] = 56256, - [SMALL_STATE(1026)] = 56273, - [SMALL_STATE(1027)] = 56290, - [SMALL_STATE(1028)] = 56307, - [SMALL_STATE(1029)] = 56324, - [SMALL_STATE(1030)] = 56341, - [SMALL_STATE(1031)] = 56358, + [SMALL_STATE(1024)] = 56241, + [SMALL_STATE(1025)] = 56258, + [SMALL_STATE(1026)] = 56275, + [SMALL_STATE(1027)] = 56292, + [SMALL_STATE(1028)] = 56309, + [SMALL_STATE(1029)] = 56326, + [SMALL_STATE(1030)] = 56343, + [SMALL_STATE(1031)] = 56360, [SMALL_STATE(1032)] = 56377, - [SMALL_STATE(1033)] = 56396, + [SMALL_STATE(1033)] = 56394, [SMALL_STATE(1034)] = 56413, [SMALL_STATE(1035)] = 56430, - [SMALL_STATE(1036)] = 56447, - [SMALL_STATE(1037)] = 56464, - [SMALL_STATE(1038)] = 56481, - [SMALL_STATE(1039)] = 56498, - [SMALL_STATE(1040)] = 56515, - [SMALL_STATE(1041)] = 56532, - [SMALL_STATE(1042)] = 56551, - [SMALL_STATE(1043)] = 56568, - [SMALL_STATE(1044)] = 56585, - [SMALL_STATE(1045)] = 56602, + [SMALL_STATE(1036)] = 56449, + [SMALL_STATE(1037)] = 56466, + [SMALL_STATE(1038)] = 56483, + [SMALL_STATE(1039)] = 56500, + [SMALL_STATE(1040)] = 56517, + [SMALL_STATE(1041)] = 56530, + [SMALL_STATE(1042)] = 56547, + [SMALL_STATE(1043)] = 56564, + [SMALL_STATE(1044)] = 56581, + [SMALL_STATE(1045)] = 56598, [SMALL_STATE(1046)] = 56615, [SMALL_STATE(1047)] = 56634, [SMALL_STATE(1048)] = 56651, [SMALL_STATE(1049)] = 56668, [SMALL_STATE(1050)] = 56685, [SMALL_STATE(1051)] = 56699, - [SMALL_STATE(1052)] = 56713, - [SMALL_STATE(1053)] = 56729, - [SMALL_STATE(1054)] = 56741, - [SMALL_STATE(1055)] = 56753, - [SMALL_STATE(1056)] = 56765, - [SMALL_STATE(1057)] = 56777, - [SMALL_STATE(1058)] = 56789, - [SMALL_STATE(1059)] = 56801, - [SMALL_STATE(1060)] = 56813, + [SMALL_STATE(1052)] = 56711, + [SMALL_STATE(1053)] = 56725, + [SMALL_STATE(1054)] = 56739, + [SMALL_STATE(1055)] = 56751, + [SMALL_STATE(1056)] = 56763, + [SMALL_STATE(1057)] = 56775, + [SMALL_STATE(1058)] = 56787, + [SMALL_STATE(1059)] = 56799, + [SMALL_STATE(1060)] = 56811, [SMALL_STATE(1061)] = 56825, - [SMALL_STATE(1062)] = 56841, - [SMALL_STATE(1063)] = 56855, + [SMALL_STATE(1062)] = 56837, + [SMALL_STATE(1063)] = 56851, [SMALL_STATE(1064)] = 56867, - [SMALL_STATE(1065)] = 56879, - [SMALL_STATE(1066)] = 56891, - [SMALL_STATE(1067)] = 56903, - [SMALL_STATE(1068)] = 56917, - [SMALL_STATE(1069)] = 56931, - [SMALL_STATE(1070)] = 56943, - [SMALL_STATE(1071)] = 56957, + [SMALL_STATE(1065)] = 56883, + [SMALL_STATE(1066)] = 56897, + [SMALL_STATE(1067)] = 56909, + [SMALL_STATE(1068)] = 56921, + [SMALL_STATE(1069)] = 56933, + [SMALL_STATE(1070)] = 56947, + [SMALL_STATE(1071)] = 56959, [SMALL_STATE(1072)] = 56971, - [SMALL_STATE(1073)] = 56985, - [SMALL_STATE(1074)] = 57001, - [SMALL_STATE(1075)] = 57013, - [SMALL_STATE(1076)] = 57029, - [SMALL_STATE(1077)] = 57041, - [SMALL_STATE(1078)] = 57053, - [SMALL_STATE(1079)] = 57067, - [SMALL_STATE(1080)] = 57079, - [SMALL_STATE(1081)] = 57093, - [SMALL_STATE(1082)] = 57105, - [SMALL_STATE(1083)] = 57117, - [SMALL_STATE(1084)] = 57131, - [SMALL_STATE(1085)] = 57145, - [SMALL_STATE(1086)] = 57157, - [SMALL_STATE(1087)] = 57171, - [SMALL_STATE(1088)] = 57187, - [SMALL_STATE(1089)] = 57203, - [SMALL_STATE(1090)] = 57219, - [SMALL_STATE(1091)] = 57233, - [SMALL_STATE(1092)] = 57245, - [SMALL_STATE(1093)] = 57259, - [SMALL_STATE(1094)] = 57275, - [SMALL_STATE(1095)] = 57289, - [SMALL_STATE(1096)] = 57303, - [SMALL_STATE(1097)] = 57317, - [SMALL_STATE(1098)] = 57331, - [SMALL_STATE(1099)] = 57345, - [SMALL_STATE(1100)] = 57359, - [SMALL_STATE(1101)] = 57375, - [SMALL_STATE(1102)] = 57391, - [SMALL_STATE(1103)] = 57403, - [SMALL_STATE(1104)] = 57419, - [SMALL_STATE(1105)] = 57433, - [SMALL_STATE(1106)] = 57447, - [SMALL_STATE(1107)] = 57463, - [SMALL_STATE(1108)] = 57477, - [SMALL_STATE(1109)] = 57491, - [SMALL_STATE(1110)] = 57503, - [SMALL_STATE(1111)] = 57515, - [SMALL_STATE(1112)] = 57529, - [SMALL_STATE(1113)] = 57541, - [SMALL_STATE(1114)] = 57555, - [SMALL_STATE(1115)] = 57571, - [SMALL_STATE(1116)] = 57583, - [SMALL_STATE(1117)] = 57597, - [SMALL_STATE(1118)] = 57611, - [SMALL_STATE(1119)] = 57625, - [SMALL_STATE(1120)] = 57639, - [SMALL_STATE(1121)] = 57655, - [SMALL_STATE(1122)] = 57667, - [SMALL_STATE(1123)] = 57679, - [SMALL_STATE(1124)] = 57691, - [SMALL_STATE(1125)] = 57703, - [SMALL_STATE(1126)] = 57715, - [SMALL_STATE(1127)] = 57727, - [SMALL_STATE(1128)] = 57741, - [SMALL_STATE(1129)] = 57753, - [SMALL_STATE(1130)] = 57765, - [SMALL_STATE(1131)] = 57777, - [SMALL_STATE(1132)] = 57791, - [SMALL_STATE(1133)] = 57805, + [SMALL_STATE(1073)] = 56983, + [SMALL_STATE(1074)] = 56995, + [SMALL_STATE(1075)] = 57007, + [SMALL_STATE(1076)] = 57019, + [SMALL_STATE(1077)] = 57031, + [SMALL_STATE(1078)] = 57043, + [SMALL_STATE(1079)] = 57055, + [SMALL_STATE(1080)] = 57067, + [SMALL_STATE(1081)] = 57083, + [SMALL_STATE(1082)] = 57097, + [SMALL_STATE(1083)] = 57113, + [SMALL_STATE(1084)] = 57127, + [SMALL_STATE(1085)] = 57141, + [SMALL_STATE(1086)] = 57153, + [SMALL_STATE(1087)] = 57165, + [SMALL_STATE(1088)] = 57181, + [SMALL_STATE(1089)] = 57193, + [SMALL_STATE(1090)] = 57205, + [SMALL_STATE(1091)] = 57221, + [SMALL_STATE(1092)] = 57235, + [SMALL_STATE(1093)] = 57247, + [SMALL_STATE(1094)] = 57263, + [SMALL_STATE(1095)] = 57277, + [SMALL_STATE(1096)] = 57291, + [SMALL_STATE(1097)] = 57305, + [SMALL_STATE(1098)] = 57319, + [SMALL_STATE(1099)] = 57333, + [SMALL_STATE(1100)] = 57347, + [SMALL_STATE(1101)] = 57359, + [SMALL_STATE(1102)] = 57371, + [SMALL_STATE(1103)] = 57387, + [SMALL_STATE(1104)] = 57403, + [SMALL_STATE(1105)] = 57415, + [SMALL_STATE(1106)] = 57431, + [SMALL_STATE(1107)] = 57445, + [SMALL_STATE(1108)] = 57457, + [SMALL_STATE(1109)] = 57471, + [SMALL_STATE(1110)] = 57485, + [SMALL_STATE(1111)] = 57497, + [SMALL_STATE(1112)] = 57511, + [SMALL_STATE(1113)] = 57525, + [SMALL_STATE(1114)] = 57537, + [SMALL_STATE(1115)] = 57551, + [SMALL_STATE(1116)] = 57567, + [SMALL_STATE(1117)] = 57581, + [SMALL_STATE(1118)] = 57595, + [SMALL_STATE(1119)] = 57609, + [SMALL_STATE(1120)] = 57623, + [SMALL_STATE(1121)] = 57637, + [SMALL_STATE(1122)] = 57649, + [SMALL_STATE(1123)] = 57663, + [SMALL_STATE(1124)] = 57677, + [SMALL_STATE(1125)] = 57693, + [SMALL_STATE(1126)] = 57707, + [SMALL_STATE(1127)] = 57721, + [SMALL_STATE(1128)] = 57735, + [SMALL_STATE(1129)] = 57751, + [SMALL_STATE(1130)] = 57767, + [SMALL_STATE(1131)] = 57781, + [SMALL_STATE(1132)] = 57795, + [SMALL_STATE(1133)] = 57807, [SMALL_STATE(1134)] = 57819, [SMALL_STATE(1135)] = 57832, - [SMALL_STATE(1136)] = 57845, - [SMALL_STATE(1137)] = 57858, - [SMALL_STATE(1138)] = 57869, - [SMALL_STATE(1139)] = 57882, + [SMALL_STATE(1136)] = 57841, + [SMALL_STATE(1137)] = 57854, + [SMALL_STATE(1138)] = 57865, + [SMALL_STATE(1139)] = 57878, [SMALL_STATE(1140)] = 57891, [SMALL_STATE(1141)] = 57904, - [SMALL_STATE(1142)] = 57917, - [SMALL_STATE(1143)] = 57930, - [SMALL_STATE(1144)] = 57943, - [SMALL_STATE(1145)] = 57956, - [SMALL_STATE(1146)] = 57969, - [SMALL_STATE(1147)] = 57982, - [SMALL_STATE(1148)] = 57991, - [SMALL_STATE(1149)] = 58000, - [SMALL_STATE(1150)] = 58013, - [SMALL_STATE(1151)] = 58026, - [SMALL_STATE(1152)] = 58039, - [SMALL_STATE(1153)] = 58052, - [SMALL_STATE(1154)] = 58065, + [SMALL_STATE(1142)] = 57915, + [SMALL_STATE(1143)] = 57926, + [SMALL_STATE(1144)] = 57939, + [SMALL_STATE(1145)] = 57952, + [SMALL_STATE(1146)] = 57963, + [SMALL_STATE(1147)] = 57976, + [SMALL_STATE(1148)] = 57989, + [SMALL_STATE(1149)] = 58002, + [SMALL_STATE(1150)] = 58015, + [SMALL_STATE(1151)] = 58024, + [SMALL_STATE(1152)] = 58037, + [SMALL_STATE(1153)] = 58050, + [SMALL_STATE(1154)] = 58063, [SMALL_STATE(1155)] = 58076, - [SMALL_STATE(1156)] = 58089, - [SMALL_STATE(1157)] = 58098, - [SMALL_STATE(1158)] = 58107, - [SMALL_STATE(1159)] = 58120, - [SMALL_STATE(1160)] = 58133, + [SMALL_STATE(1156)] = 58087, + [SMALL_STATE(1157)] = 58100, + [SMALL_STATE(1158)] = 58113, + [SMALL_STATE(1159)] = 58126, + [SMALL_STATE(1160)] = 58137, [SMALL_STATE(1161)] = 58146, [SMALL_STATE(1162)] = 58159, [SMALL_STATE(1163)] = 58172, @@ -57944,29 +57948,29 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1169)] = 58250, [SMALL_STATE(1170)] = 58261, [SMALL_STATE(1171)] = 58274, - [SMALL_STATE(1172)] = 58285, - [SMALL_STATE(1173)] = 58298, + [SMALL_STATE(1172)] = 58287, + [SMALL_STATE(1173)] = 58300, [SMALL_STATE(1174)] = 58311, [SMALL_STATE(1175)] = 58324, - [SMALL_STATE(1176)] = 58335, - [SMALL_STATE(1177)] = 58346, - [SMALL_STATE(1178)] = 58359, + [SMALL_STATE(1176)] = 58337, + [SMALL_STATE(1177)] = 58350, + [SMALL_STATE(1178)] = 58361, [SMALL_STATE(1179)] = 58372, - [SMALL_STATE(1180)] = 58385, - [SMALL_STATE(1181)] = 58398, - [SMALL_STATE(1182)] = 58411, - [SMALL_STATE(1183)] = 58424, - [SMALL_STATE(1184)] = 58437, - [SMALL_STATE(1185)] = 58450, - [SMALL_STATE(1186)] = 58463, - [SMALL_STATE(1187)] = 58476, - [SMALL_STATE(1188)] = 58487, - [SMALL_STATE(1189)] = 58500, - [SMALL_STATE(1190)] = 58513, - [SMALL_STATE(1191)] = 58522, - [SMALL_STATE(1192)] = 58533, - [SMALL_STATE(1193)] = 58546, - [SMALL_STATE(1194)] = 58559, + [SMALL_STATE(1180)] = 58383, + [SMALL_STATE(1181)] = 58396, + [SMALL_STATE(1182)] = 58409, + [SMALL_STATE(1183)] = 58422, + [SMALL_STATE(1184)] = 58431, + [SMALL_STATE(1185)] = 58444, + [SMALL_STATE(1186)] = 58457, + [SMALL_STATE(1187)] = 58468, + [SMALL_STATE(1188)] = 58481, + [SMALL_STATE(1189)] = 58494, + [SMALL_STATE(1190)] = 58503, + [SMALL_STATE(1191)] = 58516, + [SMALL_STATE(1192)] = 58529, + [SMALL_STATE(1193)] = 58542, + [SMALL_STATE(1194)] = 58555, [SMALL_STATE(1195)] = 58568, [SMALL_STATE(1196)] = 58581, [SMALL_STATE(1197)] = 58594, @@ -57976,90 +57980,90 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1201)] = 58646, [SMALL_STATE(1202)] = 58659, [SMALL_STATE(1203)] = 58672, - [SMALL_STATE(1204)] = 58683, - [SMALL_STATE(1205)] = 58696, - [SMALL_STATE(1206)] = 58709, - [SMALL_STATE(1207)] = 58722, - [SMALL_STATE(1208)] = 58733, - [SMALL_STATE(1209)] = 58746, - [SMALL_STATE(1210)] = 58759, - [SMALL_STATE(1211)] = 58770, - [SMALL_STATE(1212)] = 58781, + [SMALL_STATE(1204)] = 58681, + [SMALL_STATE(1205)] = 58694, + [SMALL_STATE(1206)] = 58707, + [SMALL_STATE(1207)] = 58718, + [SMALL_STATE(1208)] = 58731, + [SMALL_STATE(1209)] = 58742, + [SMALL_STATE(1210)] = 58755, + [SMALL_STATE(1211)] = 58768, + [SMALL_STATE(1212)] = 58779, [SMALL_STATE(1213)] = 58792, [SMALL_STATE(1214)] = 58805, - [SMALL_STATE(1215)] = 58818, - [SMALL_STATE(1216)] = 58831, - [SMALL_STATE(1217)] = 58844, - [SMALL_STATE(1218)] = 58857, - [SMALL_STATE(1219)] = 58870, - [SMALL_STATE(1220)] = 58883, - [SMALL_STATE(1221)] = 58896, - [SMALL_STATE(1222)] = 58909, - [SMALL_STATE(1223)] = 58922, - [SMALL_STATE(1224)] = 58935, - [SMALL_STATE(1225)] = 58948, - [SMALL_STATE(1226)] = 58961, - [SMALL_STATE(1227)] = 58974, - [SMALL_STATE(1228)] = 58987, - [SMALL_STATE(1229)] = 59000, - [SMALL_STATE(1230)] = 59013, - [SMALL_STATE(1231)] = 59022, - [SMALL_STATE(1232)] = 59035, - [SMALL_STATE(1233)] = 59046, - [SMALL_STATE(1234)] = 59059, - [SMALL_STATE(1235)] = 59070, - [SMALL_STATE(1236)] = 59081, - [SMALL_STATE(1237)] = 59094, - [SMALL_STATE(1238)] = 59103, - [SMALL_STATE(1239)] = 59116, - [SMALL_STATE(1240)] = 59129, + [SMALL_STATE(1215)] = 58814, + [SMALL_STATE(1216)] = 58827, + [SMALL_STATE(1217)] = 58840, + [SMALL_STATE(1218)] = 58853, + [SMALL_STATE(1219)] = 58862, + [SMALL_STATE(1220)] = 58875, + [SMALL_STATE(1221)] = 58888, + [SMALL_STATE(1222)] = 58897, + [SMALL_STATE(1223)] = 58910, + [SMALL_STATE(1224)] = 58923, + [SMALL_STATE(1225)] = 58936, + [SMALL_STATE(1226)] = 58949, + [SMALL_STATE(1227)] = 58960, + [SMALL_STATE(1228)] = 58973, + [SMALL_STATE(1229)] = 58986, + [SMALL_STATE(1230)] = 58999, + [SMALL_STATE(1231)] = 59012, + [SMALL_STATE(1232)] = 59025, + [SMALL_STATE(1233)] = 59038, + [SMALL_STATE(1234)] = 59051, + [SMALL_STATE(1235)] = 59064, + [SMALL_STATE(1236)] = 59077, + [SMALL_STATE(1237)] = 59086, + [SMALL_STATE(1238)] = 59099, + [SMALL_STATE(1239)] = 59112, + [SMALL_STATE(1240)] = 59125, [SMALL_STATE(1241)] = 59138, [SMALL_STATE(1242)] = 59149, [SMALL_STATE(1243)] = 59162, - [SMALL_STATE(1244)] = 59172, - [SMALL_STATE(1245)] = 59182, - [SMALL_STATE(1246)] = 59190, + [SMALL_STATE(1244)] = 59170, + [SMALL_STATE(1245)] = 59178, + [SMALL_STATE(1246)] = 59188, [SMALL_STATE(1247)] = 59198, - [SMALL_STATE(1248)] = 59208, - [SMALL_STATE(1249)] = 59218, - [SMALL_STATE(1250)] = 59228, - [SMALL_STATE(1251)] = 59238, - [SMALL_STATE(1252)] = 59248, - [SMALL_STATE(1253)] = 59258, - [SMALL_STATE(1254)] = 59266, - [SMALL_STATE(1255)] = 59274, - [SMALL_STATE(1256)] = 59284, - [SMALL_STATE(1257)] = 59294, - [SMALL_STATE(1258)] = 59304, - [SMALL_STATE(1259)] = 59314, - [SMALL_STATE(1260)] = 59324, - [SMALL_STATE(1261)] = 59334, - [SMALL_STATE(1262)] = 59342, - [SMALL_STATE(1263)] = 59352, - [SMALL_STATE(1264)] = 59360, - [SMALL_STATE(1265)] = 59368, - [SMALL_STATE(1266)] = 59378, - [SMALL_STATE(1267)] = 59388, - [SMALL_STATE(1268)] = 59398, - [SMALL_STATE(1269)] = 59408, - [SMALL_STATE(1270)] = 59416, - [SMALL_STATE(1271)] = 59426, - [SMALL_STATE(1272)] = 59436, - [SMALL_STATE(1273)] = 59446, - [SMALL_STATE(1274)] = 59454, - [SMALL_STATE(1275)] = 59464, - [SMALL_STATE(1276)] = 59474, - [SMALL_STATE(1277)] = 59482, - [SMALL_STATE(1278)] = 59490, - [SMALL_STATE(1279)] = 59498, - [SMALL_STATE(1280)] = 59506, - [SMALL_STATE(1281)] = 59516, - [SMALL_STATE(1282)] = 59524, - [SMALL_STATE(1283)] = 59532, - [SMALL_STATE(1284)] = 59542, - [SMALL_STATE(1285)] = 59550, - [SMALL_STATE(1286)] = 59560, - [SMALL_STATE(1287)] = 59568, + [SMALL_STATE(1248)] = 59206, + [SMALL_STATE(1249)] = 59214, + [SMALL_STATE(1250)] = 59224, + [SMALL_STATE(1251)] = 59234, + [SMALL_STATE(1252)] = 59244, + [SMALL_STATE(1253)] = 59254, + [SMALL_STATE(1254)] = 59264, + [SMALL_STATE(1255)] = 59272, + [SMALL_STATE(1256)] = 59280, + [SMALL_STATE(1257)] = 59290, + [SMALL_STATE(1258)] = 59300, + [SMALL_STATE(1259)] = 59308, + [SMALL_STATE(1260)] = 59316, + [SMALL_STATE(1261)] = 59326, + [SMALL_STATE(1262)] = 59334, + [SMALL_STATE(1263)] = 59344, + [SMALL_STATE(1264)] = 59354, + [SMALL_STATE(1265)] = 59362, + [SMALL_STATE(1266)] = 59372, + [SMALL_STATE(1267)] = 59382, + [SMALL_STATE(1268)] = 59392, + [SMALL_STATE(1269)] = 59402, + [SMALL_STATE(1270)] = 59410, + [SMALL_STATE(1271)] = 59420, + [SMALL_STATE(1272)] = 59428, + [SMALL_STATE(1273)] = 59438, + [SMALL_STATE(1274)] = 59448, + [SMALL_STATE(1275)] = 59456, + [SMALL_STATE(1276)] = 59466, + [SMALL_STATE(1277)] = 59474, + [SMALL_STATE(1278)] = 59484, + [SMALL_STATE(1279)] = 59492, + [SMALL_STATE(1280)] = 59502, + [SMALL_STATE(1281)] = 59510, + [SMALL_STATE(1282)] = 59518, + [SMALL_STATE(1283)] = 59526, + [SMALL_STATE(1284)] = 59536, + [SMALL_STATE(1285)] = 59546, + [SMALL_STATE(1286)] = 59556, + [SMALL_STATE(1287)] = 59566, [SMALL_STATE(1288)] = 59576, [SMALL_STATE(1289)] = 59586, [SMALL_STATE(1290)] = 59594, @@ -58068,24 +58072,24 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1293)] = 59624, [SMALL_STATE(1294)] = 59634, [SMALL_STATE(1295)] = 59644, - [SMALL_STATE(1296)] = 59654, - [SMALL_STATE(1297)] = 59664, + [SMALL_STATE(1296)] = 59652, + [SMALL_STATE(1297)] = 59662, [SMALL_STATE(1298)] = 59672, - [SMALL_STATE(1299)] = 59680, - [SMALL_STATE(1300)] = 59688, - [SMALL_STATE(1301)] = 59698, - [SMALL_STATE(1302)] = 59706, - [SMALL_STATE(1303)] = 59716, - [SMALL_STATE(1304)] = 59726, - [SMALL_STATE(1305)] = 59734, - [SMALL_STATE(1306)] = 59744, - [SMALL_STATE(1307)] = 59754, - [SMALL_STATE(1308)] = 59764, - [SMALL_STATE(1309)] = 59774, - [SMALL_STATE(1310)] = 59784, - [SMALL_STATE(1311)] = 59792, - [SMALL_STATE(1312)] = 59802, - [SMALL_STATE(1313)] = 59812, + [SMALL_STATE(1299)] = 59682, + [SMALL_STATE(1300)] = 59692, + [SMALL_STATE(1301)] = 59702, + [SMALL_STATE(1302)] = 59712, + [SMALL_STATE(1303)] = 59722, + [SMALL_STATE(1304)] = 59730, + [SMALL_STATE(1305)] = 59738, + [SMALL_STATE(1306)] = 59748, + [SMALL_STATE(1307)] = 59758, + [SMALL_STATE(1308)] = 59768, + [SMALL_STATE(1309)] = 59778, + [SMALL_STATE(1310)] = 59786, + [SMALL_STATE(1311)] = 59794, + [SMALL_STATE(1312)] = 59804, + [SMALL_STATE(1313)] = 59814, [SMALL_STATE(1314)] = 59822, [SMALL_STATE(1315)] = 59832, [SMALL_STATE(1316)] = 59842, @@ -58184,1453 +58188,1453 @@ static const TSParseActionEntry ts_parse_actions[] = { [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), [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(1376), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), [75] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), [77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(238), - [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(935), - [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1350), - [88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(838), - [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(135), - [94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1219), - [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1105), - [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1216), - [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(50), - [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1131), - [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(148), - [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1249), - [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(740), - [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(15), - [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1361), - [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1363), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(704), - [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(147), - [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(933), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(912), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(897), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1330), + [82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(948), + [85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1365), + [88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(836), + [91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(185), + [94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1238), + [97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1060), + [100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1139), + [103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(55), + [106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1083), + [109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(235), + [112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(12), + [121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1379), + [124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), + [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(770), + [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(151), + [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(959), + [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(910), + [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(907), + [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(28), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(165), + [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(160), [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(27), [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(21), [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(22), - [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(251), - [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(160), - [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(266), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1051), - [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(266), + [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1366), + [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(250), + [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(281), + [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1106), + [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(281), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 103), - [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 4, 0, 103), - [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 3, 0, 7), - [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_case, 3, 0, 7), - [193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, 0, 41), - [195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, 0, 41), - [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 3, 0, 88), - [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_communication_case, 3, 0, 88), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 104), + [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 4, 0, 104), + [189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 3, 0, 41), + [191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_case, 3, 0, 41), + [193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 3, 0, 88), + [195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_communication_case, 3, 0, 88), + [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 3, 0, 7), + [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_case, 3, 0, 7), [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 2, 0, 0), [203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_case, 2, 0, 0), - [205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2, 0, 0), - [207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2, 0, 0), - [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3, 0, 0), - [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 3, 0, 0), - [213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 2, 0, 26), - [215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_labeled_statement, 2, 0, 26), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3, 0, 0), + [207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 3, 0, 0), + [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2, 0, 0), + [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2, 0, 0), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 2, 0, 26), + [219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_labeled_statement, 2, 0, 26), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 57), - [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2, 0, 0), - [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 58), - [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 86), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2, 0, 0), + [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 86), + [261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 57), + [263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 58), [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), [267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1, 0, 0), [269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1, 0, 0), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(1403), - [566] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(714), - [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [574] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(60), + [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(1362), + [566] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(712), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [574] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(56), [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(717), + [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(741), [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(1403), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), SHIFT(1362), [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), - [597] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(642), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(19), + [597] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(650), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), [617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1, 0, 0), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [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(1015), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [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, 0, 32), - [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 32), - [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 6), - [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 6), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 6), + [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 6), + [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 32), + [643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 32), [645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), [647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), [649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), [651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), [653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0), - [657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0), + [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3, 0, 0), [661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2, 0, 0), [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2, 0, 0), - [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 12), - [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 12), - [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 13), - [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 13), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1, 0, 0), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, 0, 0), - [703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, 0, 0), - [705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 4, 0, 46), - [707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 4, 0, 46), - [709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 3, 0, 0), - [711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 3, 0, 0), - [713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 4, -1, 61), - [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 4, -1, 61), - [717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 4, -1, 19), - [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 4, -1, 19), - [721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), - [723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), - [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, 0, 62), - [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, 0, 62), - [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 63), - [731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 63), - [733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 10), - [735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 10), - [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 2, 0, 0), - [739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 2, 0, 0), - [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 3, 0, 22), - [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 3, 0, 22), - [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, 0, 34), - [747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, 0, 34), - [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), - [751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), - [753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 4, 0, 0), - [755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 4, 0, 0), - [757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 4, 0, 0), - [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 4, 0, 0), - [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 5, -1, 61), - [763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 5, -1, 61), - [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 5, -1, 19), - [767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 5, -1, 19), - [769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion_expression, 5, 0, 89), - [771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion_expression, 5, 0, 89), - [773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), - [775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), - [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 90), - [779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 90), - [781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 91), - [783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 91), - [785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, 0, 0), - [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, 0, 0), - [793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 5, 0, 0), - [795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 5, 0, 0), - [797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 6, -1, 19), - [799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 6, -1, 19), - [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), - [803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), - [805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, 0, 101), - [807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, 0, 101), - [809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 7, 0, 104), - [811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 7, 0, 104), - [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 8, 0, 107), - [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 8, 0, 107), - [817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 36), - [819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 36), + [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0), + [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0), + [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 10), + [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 10), + [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), + [675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), + [677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, 0, 34), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, 0, 34), + [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 4, 0, 0), + [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 4, 0, 0), + [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 4, 0, 0), + [687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 4, 0, 0), + [689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 63), + [691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 63), + [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 12), + [695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 12), + [697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_literal, 2, 0, 13), + [699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_literal, 2, 0, 13), + [701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 2, 0, 0), + [703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 2, 0, 0), + [705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, 0, 62), + [707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, 0, 62), + [709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 3, 0, 22), + [711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 3, 0, 22), + [713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 5, -1, 61), + [715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 5, -1, 61), + [717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0), + [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0), + [721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 5, -1, 19), + [723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 5, -1, 19), + [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, 0, 36), + [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, 0, 36), + [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 4, -1, 19), + [731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 4, -1, 19), + [733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_conversion_expression, 4, -1, 61), + [735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_conversion_expression, 4, -1, 61), + [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_assertion_expression, 5, 0, 90), + [739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_assertion_expression, 5, 0, 90), + [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 7, 0, 105), + [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 7, 0, 105), + [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 3, 0, 0), + [747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 3, 0, 0), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1, 0, 0), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 91), + [779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 91), + [781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 5, 0, 92), + [783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 5, 0, 92), + [785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, 0, 0), + [787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, 0, 0), + [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_instantiation_expression, 6, -1, 19), + [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_instantiation_expression, 6, -1, 19), + [793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, 0, 0), + [799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, 0, 0), + [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 8, 0, 108), + [803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 8, 0, 108), + [805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 6, 0, 102), + [807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 6, 0, 102), + [809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 5, 0, 0), + [811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 5, 0, 0), + [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_func_literal, 4, 0, 46), + [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_func_literal, 4, 0, 46), + [817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5, 0, 0), + [819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5, 0, 0), [821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_value, 2, 0, 0), [823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal_value, 2, 0, 0), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), - [834] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(642), - [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), + [832] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), REDUCE(sym__expression, 1, 0, 0), SHIFT(650), + [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), - [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 5), [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 5), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 25), - [896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 25), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 1, 0, 4), - [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 1, 0, 4), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 2, 0, 17), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 2, 0, 17), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), - [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_statement, 2, 0, 0), - [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_statement, 2, 0, 0), - [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, 0, 35), - [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, 0, 35), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_statement, 1, 0, 60), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(1392), - [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2, 0, 0), - [1055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2, 0, 0), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [1061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 45), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 4, 0, 45), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, 0, 20), - [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, 0, 20), - [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 42), - [1095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 42), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 2, 0, 55), - [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 2, 0, 55), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_element, 1, 0, 0), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 4, 0, 84), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_statement, 3, 0, 33), - [1421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 2, 0, 29), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [1503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), - [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), - [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), - [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), - [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5, 0, 0), - [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 0), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 25), + [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 25), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 2, 0, 17), + [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 2, 0, 17), + [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 1, 0, 4), + [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 1, 0, 4), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2, 0, 0), + [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2, 0, 0), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, 0, 35), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, 0, 35), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_statement, 2, 0, 0), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_statement, 2, 0, 0), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, 0, 20), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, 0, 20), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), + [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_statement, 1, 0, 60), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), + [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(1319), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 45), + [1089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 4, 0, 45), + [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 42), + [1093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 42), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 2, 0, 55), + [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 2, 0, 55), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_element, 1, 0, 0), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [1247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 4, 0, 84), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [1433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [1445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_statement, 3, 0, 33), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [1469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 2, 0, 29), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5, 0, 0), + [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5, 0, 0), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3, 0, 0), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2, 0, 0), + [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2, 0, 0), [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4, 0, 0), [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4, 0, 0), [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), - [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), SHIFT_REPEAT(1370), - [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), - [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(169), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_const_spec_repeat1, 2, 0, 0), SHIFT_REPEAT(1329), + [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(141), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2, 0, 0), [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), - [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(690), - [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), - [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), SHIFT_REPEAT(1392), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0), - [1575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), - [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(690), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), - [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), SHIFT_REPEAT(1385), - [1597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 38), - [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 38), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 2, 0), - [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 2, 0), - [1609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 76), - [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 76), - [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 5, 0, 0), - [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 5, 0, 0), - [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2, 0, 0), - [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2, 0, 0), - [1621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_type, 2, 0, 0), - [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_type, 2, 0, 0), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, 0, 80), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, 0, 80), - [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2, 0, 7), - [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2, 0, 7), - [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 2, 0), - [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 2, 0), - [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 11), - [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 11), - [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 14), - [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 14), - [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3, 0, 0), - [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3, 0, 0), - [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, 0, 23), - [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, 0, 23), - [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 6, 0, 0), - [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 6, 0, 0), - [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2, 0, 0), - [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2, 0, 0), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 2, 0), - [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 2, 0), - [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 3, 0, 0), - [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 3, 0, 0), - [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 3, 0, 27), - [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 3, 0, 27), - [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 31), - [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, 0, 31), - [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 4, 0, 0), - [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 4, 0, 0), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, 0, 48), - [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, 0, 48), - [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 21), - [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 21), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [1707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(642), - [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 5, 0, 0), - [1712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5, 0, 0), - [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4, 0, 0), - [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4, 0, 0), - [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3, 0, 0), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3, 0, 0), - [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(642), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 51), - [1747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 51), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 19), - [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 19), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(649), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), + [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 40), SHIFT_REPEAT(1319), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), + [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(649), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), + [1596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 40), SHIFT_REPEAT(1384), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 38), + [1603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_repeat1, 2, 0, 38), + [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_type, 2, 0, 0), + [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_type, 2, 0, 0), + [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 31), + [1611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, 0, 31), + [1613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 3, 0, 27), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 3, 0, 27), + [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 4, 0, 0), + [1623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 4, 0, 0), + [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 3, 0, 0), + [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 3, 0, 0), + [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2, 0, 0), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2, 0, 0), + [1633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 2, 0), + [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 2, 0), + [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 6, 0, 0), + [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 6, 0, 0), + [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 11), + [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 11), + [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 2, 0), + [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 2, 0), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 76), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, 0, 76), + [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type, 5, 0, 0), + [1659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_type, 5, 0, 0), + [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 1, 14), + [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 1, 14), + [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3, 0, 0), + [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3, 0, 0), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 5, 0, 80), + [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 5, 0, 80), + [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4, 0, 48), + [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4, 0, 48), + [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_type, 2, 0, 0), + [1683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_type, 2, 0, 0), + [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2, 0, 7), + [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2, 0, 7), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 21), + [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 21), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 2, 0), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 2, 0), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_type, 3, 0, 23), + [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_type, 3, 0, 23), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3, 0, 0), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3, 0, 0), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(650), + [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 5, 0, 0), + [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 5, 0, 0), + [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4, 0, 0), + [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4, 0, 0), + [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 51), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 51), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(650), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 1, 0, 19), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 1, 0, 19), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 41), [1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 41), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), - [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [1795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(691), - [1798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(142), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [1811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(691), - [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 39), - [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 39), - [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [1820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), - [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1, 0, 0), - [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [1828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1, 0, 0), - [1832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(20), - [1835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(20), - [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), - [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, 0, 18), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 2, 0, 18), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 28), - [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 28), - [1850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 78), - [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 78), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 81), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 81), - [1862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 53), - [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 53), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1, 0, 0), - [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, 0, 30), - [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, 0, 30), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 69), - [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 69), - [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 72), - [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 72), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 3, 0, 0), - [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 3, 0, 0), - [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), - [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), - [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(697), - [1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, 0, 0), - [1915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, 0, 0), - [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 82), - [1919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 82), - [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 87), - [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 87), - [1925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 5, 0, 59), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 5, 0, 59), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(701), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 7), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 7), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fallthrough_statement, 1, 0, 0), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fallthrough_statement, 1, 0, 0), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 3, 0, 37), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 3, 0, 37), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 3, 0, 0), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 3, 0, 0), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 37), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 37), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, 0, 0), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, 0, 0), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 2, 0, 0), - [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 2, 0, 0), - [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 5, 0, 92), - [1979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 5, 0, 92), - [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, 0, 93), - [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 5, 0, 93), - [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 87), - [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 87), - [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, 0, 9), - [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, 0, 9), - [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 99), - [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 99), - [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 43), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 43), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, 0, 0), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, 0, 0), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2, 0, 0), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2, 0, 0), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 3, 0, 49), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 3, 0, 49), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 3, 0, 50), - [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 3, 0, 50), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 26), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 26), - [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 102), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 102), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, 0, 32), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, 0, 32), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 7, 0, 99), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 7, 0, 99), - [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(173), - [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), - [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 2, 0, 0), - [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 2, 0, 0), - [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [2058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 0), - [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 0), - [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(105), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 0), - [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 3, 0, 0), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 2, 0, 24), - [2088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 2, 0, 24), - [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 4, 0, 59), - [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 4, 0, 59), - [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 3, 0, 0), - [2098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 3, 0, 0), - [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 7), - [2102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 7), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 4, 0, 0), - [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 4, 0, 0), - [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), - [2112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(49), - [2115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1367), - [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statement, 1, 0, 0), - [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statement, 1, 0, 0), - [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 1, 0, 0), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 8), - [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 8), - [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 8), - [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 8), - [2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 1, 0, 0), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 64), - [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 64), - [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 65), - [2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 65), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 64), - [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 64), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 66), - [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 66), - [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, 0, 8), - [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, 0, 8), - [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 2, 0, 0), - [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 2, 0, 0), - [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_statement, 2, 0, 0), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_statement, 2, 0, 0), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_statement, 2, 0, 0), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_statement, 2, 0, 0), - [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_var_declaration, 3, 0, 33), - [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_var_declaration, 3, 0, 33), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(624), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [2229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(620), - [2232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(620), - [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [2267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(902), - [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(902), - [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(882), - [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(882), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 95), - [2335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 95), - [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 6, 0, 96), - [2339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 6, 0, 96), - [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 97), - [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 97), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 77), - [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 77), - [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 15), - [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 15), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 2, 0, 0), - [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 2, 0, 0), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 73), - [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 73), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 44), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 44), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 16), - [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 16), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, 0, 0), - [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2, 0, 0), - [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 74), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 74), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 52), - [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 52), - [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0), - [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1080), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 70), - [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 70), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 54), - [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 54), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [2434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(532), - [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, 0, 3), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, 0, 3), - [2443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0), SHIFT_REPEAT(723), - [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0), - [2448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(391), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), - [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 75), - [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 75), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 3, 0, 0), - [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 3, 0, 0), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, 0, 2), - [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_clause, 2, 0, 2), - [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 4, 0, 0), - [2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 4, 0, 0), - [2513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 5, 0, 0), - [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 5, 0, 0), - [2519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(718), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 71), - [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 71), - [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 3, 0, 79), - [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 3, 0, 79), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 41), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 4, 0, 7), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 5, 0, 103), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [2598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1288), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), - [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(661), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [2646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(99), - [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3, 0, 0), - [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 4, 0, 88), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [2697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [2706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(170), - [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(161), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4, 0, 0), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), - [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(557), - [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyed_element, 3, 0, 0), - [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 19), - [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, 0, 41), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2, 0, 0), - [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 18), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 1, 0, 0), - [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, 0, 94), - [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 3, 0, 67), - [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 39), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, 0, 68), - [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 105), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 83), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 5, 0, 100), - [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit_length_array_type, 4, 0, 47), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, 0, 98), - [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 9, 0, 108), - [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 56), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 85), - [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 106), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [2955] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [1779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, -1, 1), SHIFT(641), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(132), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2, 0, 0), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1, 0, 0), + [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 2, 0, 18), + [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 2, 0, 18), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 81), + [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 81), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__simple_type, 1, 0, 0), SHIFT(641), + [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 28), + [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 28), + [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 39), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 39), + [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 53), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 53), + [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1, 0, 0), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1, 0, 0), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 78), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 78), + [1866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(19), + [1871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), SHIFT_REPEAT(19), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1, 0, 0), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1, 0, 0), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 82), + [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 82), + [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 72), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 72), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_list_repeat1, 2, 0, 0), + [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 3, 0, 50), + [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 3, 0, 50), + [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 3, 0, 49), + [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 3, 0, 49), + [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 69), + [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 69), + [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, 0, 0), + [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, 0, 0), + [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 3, 0, 37), + [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 3, 0, 37), + [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 3, 0, 0), + [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 3, 0, 0), + [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 3, 0, 0), + [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 3, 0, 0), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 1, 0, 0), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [1936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 8), + [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 8), + [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 3, 0, 37), + [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 3, 0, 37), + [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_elem, 2, 0, 0), + [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 2, 0, 0), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(150), + [1953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, 0, 0), + [1955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, 0, 0), + [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 8), + [1959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 8), + [1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 7, 0, 100), + [1963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 7, 0, 100), + [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2, 0, 8), + [1967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2, 0, 8), + [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), + [1975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), + [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(711), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 87), + [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 87), + [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_var_declaration, 3, 0, 33), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_short_var_declaration, 3, 0, 33), + [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, 0, 32), + [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, 0, 32), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, 0, 9), + [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, 0, 9), + [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 26), + [2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 26), + [2004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 2, 0, 0), + [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 2, 0, 0), + [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 5, 0, 94), + [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 5, 0, 94), + [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec_list, 2, 0, 0), + [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec_list, 2, 0, 0), + [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fallthrough_statement, 1, 0, 0), + [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fallthrough_statement, 1, 0, 0), + [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 6, 0, 100), + [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 6, 0, 100), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 3, 0, 0), + [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 3, 0, 0), + [2032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, 0, 0), + [2042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, 0, 0), + [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 3, 0, 0), + [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 3, 0, 0), + [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, 0, 30), + [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, 0, 30), + [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 0), + [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 0), + [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), + [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [2061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1372), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 5, 0, 93), + [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 5, 0, 93), + [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 43), + [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 43), + [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2, 0, 0), + [2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2, 0, 0), + [2078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_elem, 1, 0, 0), + [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 4, 0, 59), + [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 4, 0, 59), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 4, 0, 7), + [2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 4, 0, 7), + [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 4, 0, 0), + [2098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 4, 0, 0), + [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), + [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(48), + [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1372), + [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 64), + [2110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 64), + [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 87), + [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 87), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 66), + [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 66), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_statement, 2, 0, 0), + [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_statement, 2, 0, 0), + [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_switch_statement, 5, 0, 7), + [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_switch_statement, 5, 0, 7), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_switch_statement, 5, 0, 59), + [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_switch_statement, 5, 0, 59), + [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_statement, 2, 0, 0), + [2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_statement, 2, 0, 0), + [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), + [2150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(720), + [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_switch_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1372), + [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 103), + [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 103), + [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 2, 0, 0), + [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 2, 0, 0), + [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_statement, 1, 0, 0), + [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_statement, 1, 0, 0), + [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_spec, 4, 0, 65), + [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_spec, 4, 0, 65), + [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_spec, 4, 0, 64), + [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_spec, 4, 0, 64), + [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_spec, 2, 0, 24), + [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_spec, 2, 0, 24), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(887), + [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(887), + [2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), + [2210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [2228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [2256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(601), + [2259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), SHIFT_REPEAT(601), + [2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [2270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(898), + [2277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(898), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [2282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(605), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_declaration_repeat1, 2, 0, 0), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [2319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0), SHIFT_REPEAT(705), + [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_case_repeat1, 2, 0, 0), + [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 4, 0, 0), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 4, 0, 0), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 15), + [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 15), + [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 70), + [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 70), + [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 54), + [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 54), + [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 1, 0, 3), + [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1, 0, 3), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 71), + [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 71), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 2, 0, 0), + [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 2, 0, 0), + [2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_spec_list_repeat1, 2, 0, 0), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 5, 0, 73), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 5, 0, 73), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_clause, 2, 0, 2), + [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_clause, 2, 0, 2), + [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 74), + [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 74), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 98), + [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 98), + [2393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 75), + [2395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 75), + [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 77), + [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 77), + [2401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 5, 0, 0), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 5, 0, 0), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_elem, 3, 0, 79), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_elem, 3, 0, 79), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 6, 0, 97), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 6, 0, 97), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 96), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 96), + [2419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(392), + [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2, 0, 0), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_elem_repeat1, 2, 0, 0), SHIFT_REPEAT(745), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, 0, 52), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, 0, 52), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 3, 0, 0), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 3, 0, 0), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_type_repeat1, 2, 0, 0), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec, 2, 0, 16), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2, 0, 16), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 44), + [2453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 44), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [2463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0), + [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interpreted_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1098), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_spec_list, 2, 0, 0), + [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec_list, 2, 0, 0), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_spec_list_repeat1, 2, 0, 0), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3, 0, 0), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(682), + [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 5, 0, 104), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [2581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_literal_value_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(183), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(122), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_communication_case, 4, 0, 88), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_case, 4, 0, 7), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1287), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2, 0, 0), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_case, 4, 0, 41), + [2703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_list_repeat1, 2, 0, 0), SHIFT_REPEAT(149), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4, 0, 0), + [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), + [2712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2, 0, 0), SHIFT_REPEAT(576), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 3, 0, 67), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, 0, 19), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, 0, 95), + [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, 0, 41), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, 0, 68), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyed_element, 3, 0, 89), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_argument, 2, 0, 0), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 1, 0, 0), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, 0, 39), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, 0, 18), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 106), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 7, 0, 107), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 83), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, 0, 85), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 9, 0, 109), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_switch_header, 5, 0, 101), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2915] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, 0, 56), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_implicit_length_array_type, 4, 0, 47), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, 0, 99), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), }; #ifdef __cplusplus